Hi,
i have a project with pkg file as follows
#{"TestApp"},(0x12345sdd),1,0,0
;Localised Vendor name
%{"Vendor-EN"}
;Unique Vendor name
:"Vendor"
;Supports Series 60 v 3.0
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
;Files to install
;You should change the source paths to match that of your environment
;<source> <destination>
"..\data\test.txt"-"C:\test.txt"
"$(EPOCROOT)Epoc32\data\z\resource\apps\TestApp_0x12345sdd.rsc" -"C:\resource\apps\TestApp_0x12345sdd.rsc"
"$(EPOCROOT)Epoc32\data\z\private\10003a3f\apps\TestApp_0x12345sdd_reg.rsc" -"C:\private\10003a3f\import\apps\TestApp_0x12345sdd_reg.rsc"
"$(EPOCROOT)Epoc32\data\z\resource\apps\TestApp_0x12345sdd.mif" -"C:\resource\apps\TestApp_0x12345sdd.mif"
"C:\Symbian\Carbide\workspace\TestApp\data\[12345sdd].rSC"-"C:\private\101f875a\import\[12345sdd].rSC"
@"SampleUI.sis", (0x143d67fe)
"$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\TestApp_0x12345sdd.exe"-"!:\sys\bin\TestApp_0x12345sdd.exe"
i m using existence of "C:\\test.txt" file to show some warning text during installation of SampleUI.sis
but when installaion of SampleUI.sis starts test.txt file does not created at that time, How can i create it before start installation of SampleUI.sis file.
How can i use RW and RI for creating text file ?
Regards
MasterMindSolutions

Reply With Quote


