This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/wxWidgets-3.0.5/demos/life/setup/wince
2024-07-04 19:52:56 +03:00
..
Common My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
build.bat My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
install.ini My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
life.ico My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
life.inf My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
readme.txt My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
register.bat My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03: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.