Resolving error using EzSetup

G

Guest

Hi!
I am using EzSetup to get a simple installer to deploy the app to a Pocket
PC device. When I run the ezsetup.exe at the command line, I get an error in
reading the .ini file. Here's the commandline I am using:
ezsetup.exe -l english -i "C:\CSharpApps\EzSetup\ProjectFiles\AppPPC.ini" -r
readme.txt -e eula.txt -o app_setup.exe
The .ini file has this code:
[CEAppManager]
Version = 1.0
Component = ChampPPCV2

[ChampPPCV2]
Description = CHAMP
Uninstall = CHAMP Uninstall
CabFiles = Champ.ARM.CAB,Champ.ARMV4.CAB,Champ.WCE420X86.CAB,Champ.X86.CAB

I put the cab files in the same directory as the .ini file. Can anyone tell
me what could be causing this error? Any other suggestions in building the
installer with EzSetup are welcome too!

Thank you for your time.
Regards,
Raj
 
G

Guest

Update: I had to specify the complete paths for all the files: readme.txt;
eula.txt and the .cab files. The setup exe was built but when I run the
installer, I get a message that "Application Manager cannot install this
application on your mobile device due to an invalid setup file. Reinstall and
try again."

What could be wrong now? Does anyone has any ideas about this?

Thank you for your time.
Regards,
Raj
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top