-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.cfg
54 lines (54 loc) · 1.22 KB
/
sample.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Name of the application being installed
#
INSTALLER_APPLICATION=Installer
#
# Version of the application being installed
#
INSTALLER_VERSION=2.1
#
# What the installer says in the title bar
#
INSTALLER_TITLE=Installer
#
# Default install path
#
INSTALLER_PATH=C:\Installer
#
# Bitmap Width to avoid sizing problems
#
INSTALLER_BITMAP_WIDTH=421
#
# Bitmap Height to avoid sizing problems
#
INSTALLER_BITMAP_HEIGHT=72
#
# Make WPS Program: Title ,Program name, Icon, Destination, ID, setup
#
INSTALLER_PROGRAM=
#
# Make WPS Folder: Folder title, Icon, Destination, ID, setup
#
INSTALLER_FOLDER=
#
# Make WPS Folder: Shadow title, Reference, Destination
#
INSTALLER_SHADOW=
#
# Add SETs to the CONFIG.SYS: Variable, Value, flag
# flag = 1 if the installer should overwrite existing SETs
# flag = 2 if the installer should only create it if it is nonexistant
#
INSTALLER_SETS=
#
# Add System Variables (LIBPATH, PATH, ETC): SysVariable, Value
#
INSTALLER_SYSVAR=
#
# Number of packages included in this self extractor.
#
INSTALLER_PACKAGE_COUNT=2
#
# List of packages.
#
INSTALLER_PACKAGE=installer.ace,Installer 2.1.1
INSTALLER_PACKAGE=installsrc.ace,Installer 2.1.1 Source