Hi all,
I've finally finished my killer app and now I've got a bit of an issue. I've created my cab file (builds fine and installs perfectly/runs perfectly on the PDA device) and now I'm trying to create my windows installer.
I've followed an MSDN article of how to create the installer (see here), however it seems to be missing some information, i.e. what's the format of the Ini file?
I have done some digging and I've come up with this Ini file content (where AppName is the name of my application):
[ceAppManager]
Version = 3.0
Component = AppName
[AppName]
Description = AppName
Uninstall = AppName
CabFiles = AppName.cab
Is there anything wrong with that? The installer installs successfully and I get the error:
Application manager cannot install this application on your mobile device due to an invalid setup file. Reinstall and try again.
I've got this working before on another application using ActiveSync. I am currently using Windows Mobile Device Center, but surely the installers should be the same? I am guessing there's something wrong with my ini file?
I would be happy even if someone could give me a link to a better setup guide to install a cab onto a PDA.
Thanks in advance.