• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/setup/wince/
1Setup files for creating an installation for PocketPC
2=====================================================
3
4To use these files, first compile the ARM version of
5the Life! demo. Then run build.bat, which will copy the
6executable to ARM_bins before compiling the CAB file,
7copying the distribution files into the directory
8Deliver.
9
10It assumes you have the file setup.exe from:
11
12http://www.pocketpcdn.com/articles/creatingsetup.html
13
14or you can create your own. It simply runs CEAppMgr.exe
15with your install.ini file, and CEAppMgr.exe will
16install the program on the user's device.
17
18See also the wxWinCE section of the wxWidgets reference
19manual, which gives more tips and links for PocketPC
20application development.
21
22