Hi,i've created an application with this *.pkg file..;
; Installation file for ciao
;
;Languages
&EN
;
; UID is the app's UID
;
#{"Ciao"},(0x030C641B),1,0,0
(0x101F6F88), 0, 0, 0, {"Series60ProductID"}
;
; File to install
;
"\Symbian\6.1\Series60\Epoc32Ex\ciao\ciao.exe" -"!:\system\apps\cioa\ciao.exe"
Can someone tell me in wich way can i update the exe file?..
I tried with a package with the new version and i've made a file *.pkg like this:
; UID is the app's UID
;
#{"Ciao"},(0x030C641B),1,0,0,TYPE:SISUPDATE
(0x101F6F88), 0, 0, 0, {"Series60ProductID"}
;
; File to install
;
"\Symbian\6.1\Series60\Epoc32Ex\ciao\ciao.exe" -"!:\system\apps\cioa\ciao.exe"
This system doesn't work..Can you help me?
RE: Package file for updating an application
2002-07-23, 12:24#2
You should have a dependency line of the main application in the .sis file of the update and the TYPE parameter should be in different form.
#{"Ciao"},(0x030C641B),1,0,0,TYPE=SISUPGRADE
; Dependency of the application to be upgraded.
(0x030C641B),0,0,0, {"Ciao"}
(0x101F6F88), 0, 0, 0, {"Series60ProductID"}