Problem in removing the installed application...

Login to reply to this topic.
Tue, 2005-05-24 06:11
Joined: 2005-05-09
Forum posts: 53
Hi

I can create the  sis file .
when i try to remove the installed application,iam getting an error ---- "problem removing ' helloworldplus ' ,badname.

the exe which iam using here is a test exe which i created using application wizard which is console application.
can i use it or i have to change the exe to some dialog based or view based.

HERE IS MY PKG FILE:


;
; Installation file for starter application
;
;Languages
&EN
;
; UID is the app's UID
;
#{"HELLOWORLDPLUS"},(0x100039CE),1,0,0
;
(0x101F8ED2), 0, 0, 0, {"Series80ProductID"}
;
;
"\Symbian\7.0s\S80_DP2_0_SDK\epoc32\release\armi\urel\HELLOWORLDPLUS.APP"         -"!:\system\apps\HELLOWORLDPLUS\HELLOWORLDPLUS.APP"
"\Symbian\7.0s\S80_DP2_0_SDK\epoc32\data\z\system\apps\HELLOWORLDPLUS\HELLOWORLDPLUS.RSC"  -"!:\system\apps\HELLOWORLDPLUS\HELLOWORLDPLUS.RSC"


"\Symbian\7.0s\S80_DP2_0_SDK\epoc32\release\wins\udeb\TEST.exe"         -"!:\system\apps\TEST\TEST.exe",FILERUN,RUNREMOVE,RUNWAITEND

Fri, 2007-03-02 11:24
Joined: 2007-02-12
Forum posts: 5
Re: Problem in removing the installed application...
The mistake U made is "wins\udeb" wins is for System Mode, An exe  generated for System mode can't be supportd on Mobile,
Change the platform to ARMI/UREL or UREL specific to S80
Mobiles

I did the same application i.e. to launch another Application while uninstalling  my application, just changes are required in .pkg file

I'm launching UninStaller.App when UninStalling my Hello Application,
THe PKG File FOrmat is

"C:\Symbian\7.0s\Series60_v21_CW\Epoc32\data\z\system\apps\HELLO\Hello.rsc"-
"C:\system\apps\Hello\Hello.rsc"

"C:\Symbian\7.0s\Series60_v21_CW\Epoc32\release\armi\urel\Hello.APP"-"C:\system\apps\Hello\Hello.app"

"C:\Symbian\7.0s\Series60_v21_CW\Epoc32\release\armi\urel\UnInstaller_01_03_07.APP"-"E:\system\apps\UnInstaller_01_03_07\UnInstaller_01_03_07.app",FR,RR,RW

just change the wins/udeg mode to urel mode I'm sure u'r appl will work

Srikanth.P

  • Login to reply to this topic.