Hello
I would like to make a sis file from a command line
and to do this I enter :
makesis -v MakeSisTest.pkg
This is my .pkg file
;Language - standard language definitions
&EN
; standard SIS file header
#{"MakeSisTest"},(0x14D0C023),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>
"C:\Symbian\S60_V94\Epoc32\release\gcce\urel\MakeSisTest.exe" -"!:\sys\bin\MakeSisTest.exe"
"C:\Symbian\S60_V94\Epoc32\data\z\resource\apps\MakeSisTest.r01" -"!:\resource\apps\MakeSisTest.r01"
"C:\Symbian\S60_V94\Epoc32\data\z\private\10003a3f\apps\MakeSisTest_reg.r01" -"!:\private\10003a3f\import\apps\MakeSisTest_reg.r01"
"C:\Symbian\S60_V94\epoc32\data\z\resource\apps\MakeSisTest_aif.mif" -"!:\resource\apps\MakeSisTest_aif.mif"
"C:\Symbian\S60_V94\epoc32\data\z\resource\apps\MakeSisTest.mbm" -"!:\resource\apps\MakeSisTest.mbm"
; Add any installation notes if applicable
;"MakeSisTest.txt" -"!:\private\0xE4D0C023\MakeSisTest.txt"
but I get error message
MakeSisTest.pkg(8) error: unknown line
Can you help me with this
Thank you



