« Cookies | Main | DelMar Alarm Clock »
August 11, 2006
CEAppManager Version
If you are creating a setup program for a Pocket PC/ Windows Mobile application that installs on the desktop using ActiveSync and get an error message like
Application manager cannot install this application on your mobile device due to an invalid setup file. Reinstall and try again.
Then the problem might not be with your CAB but with the ini file passed to CEAppMgr.exe. I had set the version to 1.1 because that's the version of the application I was installing. But after a couple hours of searching I found out that the version is for ini file. It failed with a value of 1.1 and worked with 1.0.
[CEAppManager]
Version = 1.0 ; this is the CeAppMgr .ini version, not the app version
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnce21/html/appin21.asp
Posted by mikel at August 11, 2006 10:28 AM
Trackback Pings
TrackBack URL for this entry:
http://WWW.mjberger.COM/cgi-bin/mt-tb.cgi/243
Comments
Post a comment
Thanks for signing in, . Now you can comment. (sign out)
(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)