wxWidgets/demos/life/setup/wince
Julian Smart 86231bdca2 Removed spurious file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-20 11:58:20 +00:00
..
Common Added scripts to demonstrate how to package a PocketPC app 2005-03-19 19:45:57 +00:00
build.bat Added scripts to demonstrate how to package a PocketPC app 2005-03-19 19:45:57 +00:00
install.ini Added scripts to demonstrate how to package a PocketPC app 2005-03-19 19:45:57 +00:00
life.ico Added scripts to demonstrate how to package a PocketPC app 2005-03-19 19:45:57 +00:00
life.inf Added scripts to demonstrate how to package a PocketPC app 2005-03-19 19:45:57 +00:00
readme.txt Added scripts to demonstrate how to package a PocketPC app 2005-03-19 19:45:57 +00:00
register.bat Added scripts to demonstrate how to package a PocketPC app 2005-03-19 19:45:57 +00:00

Setup files for creating an installation for PocketPC
=====================================================

To use these files, first compile the ARM version of
the Life! demo. Then run build.bat, which will copy the
executable to ARM_bins before compiling the CAB file,
copying the distribution files into the directory
Deliver.

It assumes you have the file setup.exe from:

http://www.pocketpcdn.com/articles/creatingsetup.html

or you can create your own. It simply runs CEAppMgr.exe
with your install.ini file, and CEAppMgr.exe will
install the program on the user's device.

See also the wxWinCE section of the wxWidgets reference
manual, which gives more tips and links for PocketPC
application development.