Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Need help: making .sis

1 replies · 1,455 views · Started 02 December 2004

I cant make sis File for S80 ! I have a pkg File with:

#{"myfile"},(0x270551891),1,0,0
"myfile.app"-"!:\system\apps\myfile\myfile.app"
"myfile.aif"-"!:\system\apps\myfile\myfile.aif"
"myfile.mbm"-"!:\system\apps\myfile\start.mbm"

I run it with the command:

makesis myfile.pkg

This message comes after my command:

cannot open file, check filename and access right

Try to use the complete path for the PC files. And add the line

(0x101F8ED2), 0, 0, 0, {"Series80ProductID"}

to the PKG file. Otherwise the SIS file won't install on the 9500.

HTH Martin