sis file problem

Login to reply to this topic.
Mon, 2008-07-14 09:13
Joined: 2008-06-27
Forum posts: 17

hi... im trying to create a sis file for my application
i wrote the command in DOS as makesis myappname.pkg
now it processes the myappname.pkg file but, suddenly an error came as :File I/O fault.
so plz help me in dealing with this error


Mon, 2008-07-14 09:19
Joined: 2005-11-20
Forum posts: 1248
Re: sis file problem

Check whether all file names in your .pkg are ok, I think makesis spits out those "File I/O fault"s if it simply cannot find a file.


René Brunner

Mon, 2008-07-14 11:04
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: sis file problem

If you are using command line makesis, you have to specify the paths in the pkg file, paths like "$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\Test_0xEB6AAAF0.exe" dont work.

Wed, 2008-07-16 09:37
Joined: 2007-09-24
Forum posts: 88
Re: sis file problem

Hi vineet.jain
some day ago ,I was also struggling with this problem, I forgot to specify a file name in .pkg file
so first check .pkg file
Thanks and Regard
Praveen Kumar Sharma

Wed, 2008-07-16 10:56
Joined: 2007-08-29
Forum posts: 295
Re: sis file problem

Hi vineet,

I think this link will be helpfull for you.

http://discussion.forum.nokia.com/forum/showthread.php?t=124275


Thanks & Regards
Ram

Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++

Thu, 2008-07-17 13:17
Joined: 2008-07-17
Forum posts: 14
Re: sis file problem

HI VIneet,

make sure all the paths mentioned in ur pkg file r correct....
all .exe's, .dll's , .rsc's path should be correct...
we generally put our pkg file in sis folder...
so from sis folder....the path should point to epoc32....
paths like:
../../../
check them again
from epo32..give the path name of ur .exe and other files.

  • Login to reply to this topic.