home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld 1996 March
/
Computerworld_1996-03_cd.bin
/
idg_cd3
/
utility
/
ezmgr
/
winstall.inf
< prev
Wrap
INI File
|
1995-08-02
|
2KB
|
97 lines
REM EasyManager For Windows Installation Script
[The title of your application]
$TITLE=EasyManager For Windows Version 1.7
[Default target directory]
$TARGET=C:\EASYMGR
[Disk space needed for the installation - in bytes]
$SPACE=1350000
[Files to be copied; "$disk 1 =" to "$disk 45 ="; you can use wildcards]
$DISK 1 = EASYMGR.*;REGISTER.*;README.*;FILE_ID.DIZ;SSPP20.*;SAMPLE.EXC
; $disk2=*.*
; $disk3=*.ini;*.drv;*.hlp
REM and so on ----- > $disk45=
[Other target subdirectories under default directory tree]
$DEST=easymgr.exe;easymgr.hlp;easymgr.def;easymgr.sdf;sspp20.vbx
$DEST=register.wri;register.txt;readme.txt;file_id.diz
$DEST=sample.exc
[Auto replace the following files]
$AUTO-REPLACE=EASYMGR.EXE;EASYMGR.SDF;EASYMGR.DEF;EASYMGR.HLP;README.TXT
$AUTO-REPLACE=REGISTER.WRI;REGISTER.TXT;FILE_ID.DIZ;SSPP20.VBX
[Files to install to Windows directory}
;$windir=
[Files to install to Windows SYSTEM directory}
;$sysdir=
[Program Manager group name]
$GROUP=EasyManager For Windows
[program(s) to create Program Manager icons for]
$ICON=$DEST\EASYMGR.EXE;EasyManager For Windows
$ICON=WINHELP.EXE $DEST\EASYMGR.HLP;EasyManager Help
$ICON=WRITE.EXE $DEST\REGISTER.WRI;Registration Form
$ICON=NOTEPAD.EXE $DEST\README.TXT;Readme
[Program(s) to run after immediately after copying]
[Files to delete just after installation]
[put a ";" at the start of the next line to have a normal main window]
;$WINDOW=MAXIMIZE
[comment this to use an 8kb buffer for copying the files]
;$COPYBUFFER=4095
[comment and use this to change the background color of the window]
[valid values are 0 to 4]
$WINDOW-BACKGROUND=1
[comment and use this to change the background of the text]
[3 RGB values, or 1 long integer value
$TEXT-BACKGROUND=192 192 192
[uncomment this line to NOT automatically set the check box for PROGMAN group]
$SETCHECKBOX
[comment this line to enable the final "installation completed" dialog]
$NO-END-DIALOG
[comment this line to enable the dialog that offers to add the target]
[directory to the PATH statement in AUTOEXEC.BAT]
$NO-PATH-DIALOG