I have the following PKG File:
; Rebooter.pkg
;
;Language - standard language definitions
&EN
; SIS file header
#{"Rebooter"},(0x10204B55),1,1,0,{"Series80ProductID"}
; Only two files to install for the minimal application
"Rebooter.app"-"!:\system\apps\Rebooter\LightPlus.app"
"Rebooter.aif"-"!:\system\apps\Rebooter\LightPlus.aif"
When I run the command makesis Rebooter.pkg this error occurs, why ?
Rebooter.pkg(8) : error: Expected alphanumeric value read {
Rebooter.pkg(8) : error: unexpected text
First check whether u have given full path for the .app file like
i'm sending u one of the .pkg files i used for my app
; application Installation script.
;
;
; Specify the supported languages; items must appear in this order subsequently
&EN
;
; The installation name and header data
#{"app"},(0x101F74A8),1,0,0
(0x101F80BE), 1, 0, 0, {"SonyEricssonP80xPlatformProductID"}
;
; The files to install
"\Epoc32\release\armi\urel\application.app"-"!:\System\Apps\app\app.app"
"\Epoc32\data\z\system\apps\app\app.rsc"-!:\System\Apps\app\app.rsc"
"\Epoc32\data\z\system\apps\app\app.aif"-!:\System\Apps\app\app.aif"
the above code is tested one, try to give the same path and change as above.
regards,
Raghava Reddy.K
(0x101F80BE), 1, 0, 0, {"SonyEricssonP80xPlatformProductID"}
Whats the text for Series 80 ?
Roman wrote:Whats the text for Series 80 ?
(0x101F8ED2), 0, 0, 0, {"Series80ProductID"}
As easily found with the search in the forum and as I already sent you as PM in december...