home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-09-04 | 1.9 KB | 66 lines |
- [dialog]
- caption = "FileFinder Installation"
- line1 = "Installing filefind"
- ; The diskkfmt is [optional] remove this line entirely to not show Total Disk space needed.
- diskkfmt = "Total Disk Requirement: %dK"
-
- [buttons]
- ;1-on/0-off, K-needed, "button text"
- ;First item is a dummy and indicates base-level (installLevel 0) required. It is the total K required.
- ;Subsequent items control inclusion/exclusion of installLevel N. Upto 4 checkboxes.
- 1, 530, "Total K Needed for everything."
-
- [data]
- ; Below defdir is known as 0: as a destination ONLY and libdir is known as L: as a destination ONLY.
- defdir = C:\filefind
- libdir = W:RlzRun10
-
- [disks]
- 1 =., "filefind Disk 1"
- ; 2 =., "YourApp Disk 2"
-
- [app.tree]
- ; Must be #appN where N is the installLevel at least one line per destination directory. SPECIAL, 0: indicates user-
- ; specified data.defdir (default above), SPECIAL, L: indicates data.libdir (default above) if present, else same as "0:".
- #app0.main, 0:
- #app0.lib, L:
-
- ; In each section, list of source files. The 1: or 2: only matters when the file is not found, in which
- ; case it selects a prompt from the [disks] section above.
- [app0.main]
- 1:filefind.EXE, "Application"
- 1:delentry.hlp
- 1:filelist.hlp
- 1:help.hlp
- 1:lisentry.hlp
- 1:newentry.hlp
- 1:overview.hlp
- 1:prnentry.hlp
- 1:prntfile.hlp
- 1:register.hlp
- 1:updentry.hlp
- 1:newhelp.qck
- 1:filefind.inf
- 1:readme.1st
-
- [app0.lib]
- 1:RlzRun10.RTS, "Runtime Libraries"
- 1:standard.exe
- 1:cclib1.exe
-
- [progman.groups]
- ; Groupname [,any 2nd param indicates do not minimize] The application name literally must match below.
- "FileFinder" ,1
-
- [FileFinder]
- ;installLevel, "Title", cmdLine [, iconFile [, iconDex]]
- 0, "FileFinder", 0:filefind.EXE
-
- ;[inifiles]
- ;0, inifilename, sectionheader
- ; followed by any number of:
- ;1, variable, string
- ; 0, Junk1.INI, "Junk section"
- ; 1, Maximized, 1
-
-