I've got a project that runs fine on the emulator, but has trouble installing the sis file on a phone. I've added some text files for output to let me know where I'm getting to, and it looks like I'm doing everything right, at least up until the point where the instal hangs and then dies. Here are my pkg files:
sa.pkg
install.pkgCode:;Languages &EN ;Header #{"Launcher"},(0xEB35D676),*VERSIONNUMBER*,TYPE=SA ;Localised Vendor name %{"Quickoffice"} ;Unique Vendor name :"Quickoffice Inc" ;Supports Series 60 v 3.0 [0x101F7961], 0, 0, 0, {"Series60ProductID"} ; install the resources "*EPOCROOT*epoc32\DATA\Z\private\10003a3f\apps\Launcher_0xEB35D676_reg.RSC"-"C:\private\10003a3f\import\apps\Launcher_0xEB35D676_reg.RSC" "*EPOCROOT*epoc32\data\c\launcher_install2.txt"-"",FT,TC <-- this comes up first ; install the launcher "*EPOCROOT*epoc32\RELEASE\ARMV5\UREL\Launcher_0xEB35D676.exe"-"C:\sys\bin\Launcher_0xEB35D676.exe" "*EPOCROOT*epoc32\data\c\launcher_install3.txt"-"",FT,TC <-- this comes up second
Any help would be appreciated.Code:;Languages &EN ;Header #{"Launcher Package"},(0xEB35D676),*VERSIONNUMBER*,TYPE=SA ;Localised Vendor name %{"Quickoffice"} ;Unique Vendor name :"Quickoffice Inc" ;Supports Series 60 v 3.0 [0x101F7961], 0, 0, 0, {"Series60ProductID"} IF NOT package(0xEB35D676) ;; ;; Launcher 1.0 Application ;; This next line will be replaced with the SIS file name created by the sa.pkg package file. ;; The sa.pkg in deploy.inf must be listed prior to install.pkg (this pkg file) for this to work. ;; @"*EPOCROOT*epoc32\SISFILES\DevOnly\*SA_SISFILE*",(0xEB35D676) ;; ;; Installation Note ;; "*EPOCROOT*epoc32\data\c\launcher_install.txt"-"",FT,TC <-- this comes up, then it hangs and dies ELSE "*EPOCROOT*epoc32\data\c\launcher_exists.txt"-"",FT,TE ENDIF
Thanks!
James






