
Originally Posted by
dwivedi
when i have created new sis file for my project with makesis tool then we have created *.sis file after that i am signing the *.sis file then found the error written above..
What was the command line causing this error?
while manually through cmd line when creating the sis file got the error for opening the .pkg file ...cann't understand
.pkg files generated by Carbide are relying on environment variables of Carbide, which can not be resolved by the command line makesis tool.
The left side of lines like
Code:
"$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\xy.exe"-"!:\sys\bin\xy.exe"
should be modified to refer actual files, like c:\Symbian\9.1\S60_3rd_MR\Epoc32\release\GCCE\UREL\xy.exe when you are using makesis from the command line.