home *** CD-ROM | disk | FTP | other *** search
INI File | 1990-04-03 | 2.6 KB | 93 lines |
- ; This file is in the same directory as TBKSETUP.EXE when run.
- ; It may be either on a diskette or on a hard disk or network.
- ;
- ; It is divided into sections, identified by an alphanumeric name
- ; enclosed in square brackets.
- ;
- ; Comments begin with semicolon, and may follow other text.
- ; Long lines may be split up between fields of a statement.
- ;
- ; Spaces are ignored, except when between double quotes
- ; blank lines are also ignored
-
- ; In the sections which list the location of various files, each
- ; filename is preceded by integers describing the location
- ; of the files. The Setup program will prompt the user to insert
- ; these diskettes when the files are needed. Files on a hard disk
- ; or network may be used instead, by placing an entry in the [disks]
- ; section of this file.
- ;
- ; Random Setup information
- ;
- [setup]
- help = setup.hlp ; Name of the SETUP WinHelp file.
- readme = readme.hlp ; Name of the README WinHelp file.
-
- ;
- ; dynamic strings for dialogs in Setup
- ;
- [dialog]
- caption = "Runtime ToolBook 1.0 Setup"
- exit = "Exit ToolBook Setup"
- title = "Installing Runtime ToolBook 1.0"
-
- [data]
- ; Default directory for installing ToolBook, MUST include a drive letter
- defdir = C:\TOOLBOOK
-
- ; short name of the program
- shortname = ToolBook
-
- ; Here are the names of the disks Setup can prompt for.
- ; There must be a disk name for each disk number used
- ;
- ; The disk number '0' is reserved to represent the setup directory
- ; the directory may be relative to the directory SETUP was run from.
- ;
- ; the format is:
- ;
- ; n = path,disk name,disk tag file
- ;
- ; n disk "number" 1-9,A-Z (single char only!)
- ; path path of disk n
- ; name name of disk n
- ;
- ; IE:
- ; 1 = a:\,"This is DISK #1",disk.1
-
- [disks]
- 1 =.,"ToolBook Disk 1 - Setup",disk1
- 2 =.,"ToolBook Disk 2",disk2
-
- ;
- ; The needed.space section is a list of hard disk requirements for each
- ; section. If this amount of room is not available, installation will fail.
-
- [needed.space]
- ; Minimum hard disk space required for ToolBook installation.
- toolbook.exes = 800000
- toolbook.pim = 900000
-
- [toolbook.exes]
- 1:TBKEDIT.DLL, 0:, "ToolBook Program Files"
- 1:TBKBASE.DLL, 0:
- 1:TBKCOMP.DLL, 0:
- 1:TBKFILE.DLL, 0:
- 1:TBKUTIL.DLL, 0:
- 1:TBOOK.EXE, 0:
-
- [toolbook.pim]
- 2:TBKWIN.DLL, 0:, "DayBook and Introducing ToolBook"
- 2:DAYBOOK.DLL, 0:
- 2:DBHELP.TBK, 0:
- 2:DAYBOOK.TBK, 0:, , SAVE
- 2:TOURBOOK.TBK, 0:
-
- [progman.groups]
- ToolBook,TOOLBOOK.GRP
-
- [ToolBook]
- "DayBook", daybook.tbk, tbook.exe
- "Introducing ToolBook", tourbook.tbk, tbook.exe
-
-