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