为何ApplicationWizard生成的工程不能用“Create .SIS Package”命令生成SIS包?
SDK自带的例子就可以正常打包,用AW的就不行,我的工程在C:\WORK目录下了,用VC7编译。害得我要手工COPY所有文件到手机上去试用!我觉得可能是文件路径错了,但又不知道怎么改,请各位指教!
打包信息:
Processing TELEFON.pkg...
TELEFON.pkg(20) : error: file not found
pkg内容:
;
; Installation file for $$Root$$ application
;
;Languages
&EN
;
; UID is the app's UID
;
#{"TeleFon"},(0x0EB58BF2),1,0,0
;
;Supports Series 60 v 2.0
;This line indicates that this installation is for the Series 60 platform v2.0
;This line must appear _exactly_ as shown below in the sis file
;If this line is missing or incorrect, the sis file will not be able
;to be installed on Series 60 v2.0 platforms
(0x101F7960), 0, 0, 0, {"Series60ProductID"}
;
; Four files to install
;
"..\..\..\\Epoc32\release\thumb\urel\TeleFon.app" -"!:\system\apps\TeleFon\TeleFon.app"
"..\..\..\\Epoc32\data\z\system\apps\TeleFon\TeleFon.rsc" -"!:\system\apps\TeleFon\TeleFon.rsc"
"..\..\..\\Epoc32\data\z\system\apps\TeleFon\TeleFon_caption.rsc" -"!:\system\apps\TeleFon\TeleFon_caption.rsc"
"..\..\..\\Epoc32\data\z\system\apps\TeleFon\TeleFon.aif" -"!:\system\apps\TeleFon\TeleFon.aif"