i solved this problem too ! i extract the files from SIS file and created a PKG file with this content :
#{"GnuBox"},(0x097764f0),1,0,0
;Localised vendor
%{"Borteh"}
;Non-localised vendor
:"Borteh"
; Product/Platform Compatibility
; 3250 UID
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
[0x200005F8], 0, 0, 0, {"Series60ProductID"}
"temp\gnubox_reg.rsc"-"!:\private\10003a3f\import\apps\gnubox_reg.rsc"
"temp\gnubox.mbm"-"!:\resource\apps\gnubox.mbm"
"temp\gnubox.rsc"-"!:\resource\apps\gnubox.rsc"
"temp\gnubox.exe"-"!:\sys\bin\gnubox.exe"
then i made SIS file with s603rd sismaker and then signed the generated sis fille like this:
makekeys -cert -password arman -len 2048 -dname "CN=Arman Borteh OU=Development OR=AIG Ltd CO=IR
[email protected]" mykey.key mycert.cer
then signed the file like this :
signsis -o -s -v d:\gnubox.sis d:\gnuboxs.sis d:\mycert.cer d:\mykey.key arman
and another error occured:
UNABLE TO INSTALL A PROTECTED APPLICATION FROM AN UNTRUSTED SUPPLIER !
what i have to do?