1 # Name of the application being installed
3 INSTALLER_APPLICATION=wxInstall
5 # Version of the application being installed
9 # What the installer says in the title bar
11 INSTALLER_TITLE=wxInstall Installer
13 # Default install path
15 INSTALLER_PATH=c:\wxInstall
17 # Bitmap Width to avoid sizing problems
19 INSTALLER_BITMAP_WIDTH=100
21 # Bitmap Height to avoid sizing problems
23 INSTALLER_BITMAP_HEIGHT=275
25 # Make WPS Program: Title ,Program name, Icon, Destination, ID, setup
27 INSTALLER_PROGRAM=wxInstall,%USERPATH%\wxib.exe,,wxInstall,,,DialogEd,%USERPATH%\dialoged.exe,,wxInstall,,
29 # Make WPS Folder: Folder title, Icon, Destination, ID, setup
31 INSTALLER_FOLDER=wxInstall,,,,
33 # Make WPS Folder: Shadow title, Reference, Destination
37 # Make a generic object: Title, Class, Destination, ID, setup
41 # Add SETs to the CONFIG.SYS: Variable, Value, flag
42 # flag = 1 if the installer should overwrite existing SETs
43 # flag = 2 if the installer should only create it if it is nonexistant
47 # Add System Variables (LIBPATH, PATH, ETC): SysVariable, Value
49 INSTALLER_SYSVAR=LIBPATH,%INSTALLPATH%
51 # Adds a line to the Config.Sys replacing an expandables.
55 # Number of packages included in this self extractor.
57 INSTALLER_PACKAGE_COUNT=2
61 INSTALLER_PACKAGE=misc.ace,Misc. Files
62 INSTALLER_PACKAGE=wxinst.ace,wxInstall version 0.1