Hi all,
I have a problem about installation. When I install application (my own application) it gives an error "System Error" but installation is succesfull. do you have any idea about that?
Hi all,
I have a problem about installation. When I install application (my own application) it gives an error "System Error" but installation is succesfull. do you have any idea about that?
are you running some application at run time. can you show your pkg file.
I'm not runnig any application at run time. It was good before. It's given error after upgrade the application. Here is my pkg file;
; appName.pkg
; This is an auto-generated PKG file by Carbide.
; This file uses variables specific to Carbide builds that will not work
; on command-line builds. If you want to use this generated PKG file from the
; command-line tools you will need to modify the variables with the appropriate
; values: $(EPOCROOT), $(PLATFORM), $(TARGET)
; Also, the resource file entries should be changed to match the language
; used in the build. For example, if building for LANGUAGE_01, change the file
; extensions .rsc to .r01.
;
;Language - standard language definitions
&EN
; standard SIS file header
#{"appName"},(0x2002FB19),1,1,0
;Localised Vendor name
%{"appName"}
;Unique Vendor name
:"Vendor"
;Supports Series 60 v 3.0
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
;Supports Series 60 v 5.0
[0x1028315F], 0, 0, 0, {"Series60ProductID"}
;Files to install
;You should change the source paths to match that of your environment
;<source> <destination>
"$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\appName.exe" -"!:\sys\bin\appName.exe",FR,RI
"$(EPOCROOT)Epoc32\data\z\resource\apps\appName.r14" -"!:\resource\apps\appName.r14"
"$(EPOCROOT)Epoc32\data\z\private\10003a3f\apps\appName_reg.r14" -"!:\private\10003a3f\import\apps\appName_reg.r14"
"$(EPOCROOT)epoc32\data\z\resource\apps\appName_aif.mif" -"!:\resource\apps\appName_aif.mif"
"$(EPOCROOT)epoc32\data\z\resource\apps\appName.mbm" -"!:\resource\apps\appName.mbm"
; Add any installation notes if applicable
;"appName.txt" -"!:\private\0x2002FB19\appName.txt"
"loading.gif" -"c:\system\apps\loading.gif"
try moving this line as last line.Code:$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\appName.exe" -"!:\sys\bin\appName.exe",FR,RI
basically when your application try to start it's helper files still not copied / installed so is the problem.