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
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