]> git.saurik.com Git - wxWidgets.git/blame - utils/Install/script/wxinst.cfg
draw the selected items in another colour when the control doesn't have focus, a...
[wxWidgets.git] / utils / Install / script / wxinst.cfg
CommitLineData
f6bcfd97
BP
1# Name of the application being installed
2#
3INSTALLER_APPLICATION=wxInstall
4#
5# Version of the application being installed
6#
7INSTALLER_VERSION=0.1
8#
9# What the installer says in the title bar
10#
11INSTALLER_TITLE=wxInstall Installer
12#
13# Default install path
14#
15INSTALLER_PATH=c:\wxInstall
16#
17# Bitmap Width to avoid sizing problems
18#
19INSTALLER_BITMAP_WIDTH=100
20#
21# Bitmap Height to avoid sizing problems
22#
23INSTALLER_BITMAP_HEIGHT=275
24#
25# Make WPS Program: Title ,Program name, Icon, Destination, ID, setup
26#
27INSTALLER_PROGRAM=wxInstall,%USERPATH%\wxib.exe,,wxInstall,,,DialogEd,%USERPATH%\dialoged.exe,,wxInstall,,
28#
29# Make WPS Folder: Folder title, Icon, Destination, ID, setup
30#
31INSTALLER_FOLDER=wxInstall,,,,
32#
33# Make WPS Folder: Shadow title, Reference, Destination
34#
35INSTALLER_SHADOW=
36#
37# Make a generic object: Title, Class, Destination, ID, setup
38#
39INSTALLER_OBJECT=
40#
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
44#
45INSTALLER_SETS=
46#
47# Add System Variables (LIBPATH, PATH, ETC): SysVariable, Value
48#
49INSTALLER_SYSVAR=LIBPATH,%INSTALLPATH%
50#
51# Adds a line to the Config.Sys replacing an expandables.
52#
53INSTALLER_SYSLINE=
54#
55# Number of packages included in this self extractor.
56#
57INSTALLER_PACKAGE_COUNT=2
58#
59# List of packages.
60#
61INSTALLER_PACKAGE=misc.ace,Misc. Files
62INSTALLER_PACKAGE=wxinst.ace,wxInstall version 0.1