This page was last modified 09:17, 28 June 2007.
RUNRREMOVE(RR)指令在一些S60第三版设备版本中无法正常工作
From Forum Nokia Wiki
- 设备, 软件 版本:
S60 3rd Edition, Nokia 3250 (SW 3.17), Nokia E61 (SW 1.0610.04.04), Nokia N71 (SW: 2.0613.1.12.1) , Nokia N91 (SW: 1.00.012.00 )
- 详细描述:
下列代码片段摘自一个pkg文件,它指示当主要程序,testapp.exe被卸载时要运行uninstaller.exe程序。
; ******************************************************************** ; testapp.pkg ; ;Language - standard language definitions &EN ; standard SIS file header #{"testapp"},(0xE03B7C29),1,0,0 ;Localised Vendor name %{"Vendor-EN"} ;Unique Vendor name :"Vendor" ;Supports S60 3rd Edition [0x101F7961], 0, 0, 0, {"Series60ProductID"} ; ********************************************************************* ; ; This executable will be run when 'testapp' is uninstalled ; - Remember to use UID3 for the small exe, otherwise it won't run ; ; ********************************************************************* "\Epoc32\release\gcce\urel\uninstaller.exe" -"!:\sys\bin\uninstaller.exe", FR, RR, RW ; ********************************************************************** ; ; These files belong to the actual 'testapp' ; ; *********************************************************************** "\Epoc32\release\gcce\urel\testapp.exe" -"!:\sys\bin\testapp.exe" "\Epoc32\data\z\resource\apps\testapp.rsc" -"!:\resource\apps\testapp.rsc" "\Epoc32\data\z\private\10003a3f\apps\testapp_reg.rsc" -"!:\private\10003a3f\import\apps\testapp_reg.rsc" "\Epoc32\data\z\resource\apps\testapp.mif" -"!:\resource\apps\testapp.mif" ; *************************************************************************
至少下列设备/版本在卸载testapp.exe后无法启动uninstaller.exe
- Nokia 3250 (SW 3.17)
- Nokia E61 (SW 1.0610.04.04)
- Nokia N71 (SW: 2.0613.1.12.1)
- Nokia N91 (SW: 1.00.012.00 )
而下列设备/版本是可以正常工作的:
- Nokia N73 (SW: 2.06.20.0.0.5)
- Nokia N91 (SW: 1.10.030)
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Nokia论坛技术资料Symbian解决方案-中文版 | hoolee | Symbian | 376 | 2008-07-04 08:25 |
