home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-06-16 | 3.3 KB | 99 lines |
- REM ------------------------------------------------
- REM WINSTALL.INF file for Install
- REM ------------------------------------------------
-
- [The title of your application]
- $TITLE= Word Boxing V1.0
-
- [Default target directory]
- $TARGET=C:\WDBOXING
-
- [Disk space needed for the installation - in bytes]
- $SPACE=250000
-
- [Any temporary extra disk space needed while installing - in bytes]
- $SWAP-SPACE=0
-
- [Files to be copied; "$disk 1 =" to "$disk 45 ="; you can use wildcards]
- [file specs should be separated with a semi-colon]
- ;;;;$DISK1=*.*
- $DISK1=*.EXE;*.DOC;*.HLP;*.1ST;*.DIZ;*.INF
-
- [Files to be installed to subdirectories under DEST directory tree]
- [Max=45 lines; 14 file names on each line, separated with semi-colon; no wildcards]
- ;;;;$DEST\HELP=WINSTALL.HLP
-
- [Files to be installed to Windows directory]
- [Max=1 line; 14 file names on each line, separated with semi-colon; no wildcards]
- $WINDIR=
-
- [Files to be installed to Windows SYSTEM directory]
- [Max=1 line; 14 file names on each line, separated with semi-colon; no wildcards]
- $SYSDIR=
-
- [Files to be installed to TEMP directory]
- [Max=1 line; 14 file names on each line, separated with semi-colon; no wildcards]
- $TEMPDIR=
-
- [Files to be replaced without warning if older versions already exist]
- [Max=20 lines; 14 file names on each line, separated with semi-colon; no wildcards]
- $AUTO-REPLACE=
-
- [Entries in INI files = Filename;Section;Keyname;String]
- [Max=20 lines; Details as 4 sections on each line, separated with semi-colon]
- ;;;;$INI=$DEST\INSTALL.INI;Test;TestB;TestC
-
- [Default Program Manager group name]
- $GROUP=Word Boxing
-
- [program(s) to create Program Manager icons for; MAX=45 icons in all]
- [format= CommandLine;Icon Title;Group Name]
- [Group Name is optional - if none, the one in $GROUP will be used]
- $ICON=$DEST\WDBOXING.EXE;Word Boxing
- $ICON=$DEST\SETUP.EXE;Word Boxing Setup
- $ICON= NOTEPAD.EXE $dest\WDBOXING.DOC;License file
- $ICON= NOTEPAD.EXE $dest\README.1ST;Readme file
-
- [Program(s) to execute as part of the installation; separated with a semi-colon]
- [install will *try* to wait for them to terminate before continuing]
- $PRE-EXEC=
-
- [Files to delete after completing installation]
- [up to 20 files, each on a separate line]
- [here, we're cleaning up our INSTALL files from the TEMP directory]
- ;;;;$CLEANUP=$TEMPDIR\INSTALL.EXE
- ;;;;$CLEANUP=$TEMPDIR\WINSTALL.INF
- ;;;;$CLEANUP=$TEMPDIR\WINSTALL.HLP
- ;;;;$CLEANUP=$TEMPDIR\WINSTALL.DLL
-
- [Program(s) to execute after completing installation; separated with a semi-colon]
- $EXEC=
-
- [remove the "MAXIMIZE" on the next line for non-maximized main window]
- $WINDOW=
-
- [uncomment this to use a 16kb buffer for copying the files]
- ;;;;$COPYBUFFER=16384
-
- [comment this to use a WHITE background color for the window]
- [valid values are 0 to 4]
- $WINDOW-BACKGROUND=1
-
- [comment this to use a WHITE background for the text]
- [3 RGB values, or 1 long integer value
- $TEXT-BACKGROUND=192,192,192
-
- [uncomment this to paint the background of the "percent" dialog]
- ;;;;$PAINTDIALOGS
-
- [uncomment this line to automatically set the check box for PROGMAN group]
- $SETCHECKBOX
-
- [uncomment this line to disable the final "installation completed" dialog]
- ;;;;$NO-END-DIALOG
-
- [uncomment this line to disable the dialog that offers to add the target]
- [directory to the PATH statement in AUTOEXEC.BAT]
- $NO-PATH-DIALOG
-
-