home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Windows 95.com 1996 September
/
WIN95_09964.iso
/
disktool
/
wdsk32.exe
/
SETUP.INI
< prev
next >
Wrap
INI File
|
1996-08-27
|
4KB
|
76 lines
;This setup program is released into the public domain for anyone
;that wants to use it. The only stipulation is that you keep this
;header in your SETUP.INI file. This Setup has the following features:
;
;* Ability to copy files if new files is a newer version (according
; to VERSIONINFO or is a newer date
;* Ability to add icons to a program group
;* Ability to display a text file at the end of setup
;* Ability to register OLE components
;* Ability to automatically decompress files compressed with
; Microsoft's COMPRESS.EXE (using the -r flag)
;* One drawback: Because of a bug in the Windows 95 VerInstallFile
; function only 8.3 filenames can be used (this is not the case with
; Windows NT 4.0--so if you're sure Setup will only be run on Windows NT,
; go ahead and use long filenames). Note: Long directory names CAN
; be used.
;* The executable MUST be named SETUP.EXE and this file MUST
; be named SETUP.INI
;
;
;The format of SETUP.INI (must have that name) is as follows:
; In the [FileList] section, each entry must be Filex where x is
; an integer. x must start with 1 and increment by one for each file
; (ie, you can't have File1, File2, File4--as soon as a break is
; found, no more files will be read in.
; The format of the Filex line is as follows (no extra spaces are
; allowed):
; Filex=src,dest,reg,icon,icontext
; src is the source file name (Setup assumes the source files
; will be in the same directory as SETUP.EXE)
; dest is the destination filename with optional directories
; prepended. You can prepend APP for the application directory,
; WIN for the Windows directory, and SYS for the Windows\System
; directory. For example, APP\data\myfiles.dat will copy the
; source file into the application's data subdirectory and be
; named myfiles.dat
; reg should be either REG or NOREG. For REG, if the file's
; extension is .REG, REGEDIT will be run with the .REG file
; passed in on the command line. If the extension is .EXE,
; the executable file will be run with -regsvr passed in
; on the command line. For all other file types, it is assumed
; the file is some sort of self registering .DLL. The exported
; DllRegisterServer function will be called.
; icon should be either ICON or NOICON. If icon is set to ICON,
; the next string (icontext) will be the title of the icon used.
;
;The [Settings] section can have 3 different settings:
; Title=app_title Set this to the title of your application
; ReadMe=readme.txt Set this to the file (in the application directory
; that you want displayed with NOTEPAD.EXE when Setup
; is finished running.
; Group=groupname Set this to the group that all icons will be added to
; Run=exename Set this to an executable program in the application
; directory that will be WinExec'd when Setup is done
; running.
;
;That's about all. If you have comments, I can be reached at:
; 73211.77@compuserve.com
;Good Luck,
;Doug Nebeker
;August 22, 1996
[FileList]
File1=WatchDSK.EXE,APP\WatchDSK.EXE,NOREG,ICON,WatchDISK Disk Space Tracker
File2=WatchDSK.HLP,APP\WatchDSK.HLP,NOREG,ICON,WatchDISK Help
File3=grid32.ocx,SYS\grid32.ocx,REG,NOICON
File4=MFC40.DLL,SYS\MFC40.DLL,REG,NOICON
File5=MSVCRT40.DLL,SYS\MSVCRT40.DLL,REG,NOICON
File6=OLEPRO32.DLL,SYS\OLEPRO32.DLL,REG,NOICON
File7=README.TXT,APP\README.TXT,NOREG,NOICON
[Settings]
Title=WatchDISK
Group=WatchDISK