Creating application delivery package on Symbian and Maemo Platforms
Article Metadata
Introduction
Both S60 Platform and Maemo Platform have dedicated mechanism how to install new applications to the mobile device. The specific package is created of all the files that need to be installed. The application installer on S60 device and the application manager on maemo device operates with this specific file.
Comparing S60 and Maemo Platforms
S60 Platform
; Example.pkg
;
;Language - standard language definitions
&EN,FI
; standard SIS file header
#{"Example", "Esimerkki"},(0xA0002AD9),1,0,0
;Localised Vendor name
%{"Vendor-EN", "Vendor-FI"}
;Unique Vendor name
:"Vendor"
;Supports S60 v 3.0
[0x101F7961], 0, 0, 0, {"S60ProductID", "S60ProductID"}
;Files to install
"MyExample.exe" -"!:\sys\bin\MyExample.exe"
{
"MyExample.rsc"
"MyExample.r09"
} -"!:\resource\apps\MyExample.rsc"
"MyExample_reg.rsc" -"!:\private\10003a3f\import\apps\MyExample_reg.rsc"
"myexample_aif.mif" -"!:\resource\apps\myexample_aif.mif"
;required for application to be covered by backup/restore facility
"backup_registration.xml"-"!:\private\0xA0002AD9\backup_registration.xml"
How to guide for creating/signing sis files

