home *** CD-ROM | disk | FTP | other *** search
INI File | 1992-01-30 | 15.8 KB | 511 lines |
-
- ;
- ; SETUP.INF file for installing ToolBook 1.5 off 1.4MB 3.5 inch
- ; floppy disks, or off a hard disk or network.
- ; This file must be in the same directory as SETUP.EXE when it is run.
- ;
- ; 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 section which lists 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.
- ;
- ;
- ;
- ; Dialog
- ;
- ; Dynamic strings for the Setup dialog. They will appear in the first
- ; dialog that Setup displays. You should leave their general contents
- ; as is, as they contain useful information for the user. However, if
- ; you want to change them, this is the place to do that. If you do
- ; change them, each line must be less than 150 characters.
- ;
- [dialog]
- caption = "Multimedia ToolBook Setup"
- line0 = "Installing Multimedia ToolBook"
- line1 = "Setup will install Multimedia ToolBook (MMTB) into the following directory, which it will create on your hard disk."
- line2 = "To install MMTB in a different directory or drive, type the name of the directory you want."
- line3 = "All of the sections have been selected. Unselect any section you do not want installed, then click Continue to begin installation."
-
- complete = "Installation is complete, you may need to reboot your machine or restart windows for changes to take effect."
-
-
- ; Use the following version of line3, and comment the previous one,
- ; if setuptype = 2 (Runtime) below.
- ;
- ; line3 = "Click Continue to begin installing GenApp."
- ;
-
- [data]
- ;
- ; What we are setting up:
- ; ToolBook = 1
- ; Runtime = 2
- ;
- setuptype = 1
-
- ;
- ; Default directory for installing ToolBook, MUST include a drive letter.
- ;
- defdir = C:\TOOLBOOK
-
- ;
- ; Short name of the app, used in the exit line.
- ;
- shortname = MMTB
- listbox = yes
-
- ;
- ; Executable file section and name, so that we can prepend its pathname to
- ; pathnames in progman item lines. We do not prepend this file's pathname
- ; to filenames in progman items that come the same section as this file.
- : Rather, we prepend to those that come from other sections, such as [apps].
- ;
- executable = exes, toolbook.exe
-
- ;
- ; Readme file name, so that we can open Notepad on the file, after it's been
- ; installed.
- ;
- readme = readme.txt
- modifyautoexec = yes
-
- ;
- ; Sections
- ;
- ; The [sections] section contains a list of the sections which can be
- ; installed.
- ;
- ; The format is:
- ;
- ; [sections]
- ; section, [, "Description String"] [, "Select"] [, "Protect"]
- ;
- ; The first field is the section name, which specifies a section to be
- ; copied, and must match a section lower in this file.
- ;
- ; The second field, the Description String is displayed next to the
- ; Setup dialog's checkbox for this section.
- ;
- ; The third field, the Select field, indicates whether the checkbox for
- ; this section is selected by default.
- ;
- ; The fourth field, the Protect field, indicates whether this section
- ; is protected against overwriting existing files. User will be warned.
- ;
- ; Example:
- ; exes, "ToolBook executables", select
- ; This specifies that the exes section exists, that the descriptive
- ; string to be used in the listbox is "ToolBook executables", and
- ; that it will be selected in this listbox by default.
- ;
- [sections]
- exes, "ToolBook Executables", select, protect
- apps, "ToolBook Applications", select
- pim, "ToolBook DayBook", select, protect
- help, "ToolBook Help Files", select
- tour, "ToolBook Quick Tour", select
- filters, "Graphics Filters", select
- widgets, "Multimedia Widgets", select
- mmtour, "Multimedia Tour", select
- space, "Apollo 11 Mission", select
- runtime, "Distributable Files", select
-
- ;
- ; Disks
- ;
- ; 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:
- ;
- ; [disks]
- ; n = path, "Name"
- ;
- ; The first field, n is the number of the disk: 1-9,A-Z (single char only!).
- ; The second field, path, is the path of disk n.
- ; The third field, Name, is the name of disk n.
- ;
- ; Example:
- ; 1 = ., "Disk #1"
- ; This specifies that the disk numbered 1 will be expected in the current
- ; directory, and will be requested with the string "Disk #1".
- [disks]
- 1 = ., "Multimedia ToolBook Disk 1 - Setup"
- 2 = ., "Multimedia ToolBook Disk 2"
- 3 = ., "Multimedia ToolBook Disk 3"
- 4 = ., "Multimedia ToolBook Disk 4"
- 5 = ., "Multimedia ToolBook Disk 5"
- 6 = ., "Multimedia ToolBook Disk 6"
- 7 = ., "Multimedia ToolBook Disk 7"
-
- ;
- ; Needed Space
- ;
- ; The needed.space section lists hard disk requirements for the app, in bytes.
- ; If this amount of room is not available, installation will fail,
- ; notifying the user that more disk space is necessary.
- ;
- [needed.space]
- exes = 1500000
- pim = 430000
- apps = 2382432
- help = 2100000
- tour = 1430270
- filters = 200000
- widgets = 1004000
- mmtour = 2034000
- space = 3632000
- runtime = 1200000
-
-
- ;
- ; Destination
- ;
- ; The destinations section indicates the directory on the user's hard disk
- ; where setup will copy all the files comprising a given section. The
- ; format of entries in this section is
- ; <section name>, "<destination directory>" [, <prompt string> ]
- ; Destination directory can be "0:", which indicates the default
- ; destination directory, specified by the user in the Setup Dialog's
- ; edit control. It may also be of the form "0:\subdir" to indicate a
- ; subdirectory of the default destination directory.
- ; Prompt String should be specified when the destination dir is anything
- ; other than "0:", or if the section is marked "protect" in [sections]
- ; above. Setup will use it to prompt the user to accept or edit this
- ; destination directory. It's a good idea to include this for all sections.
- [destinations]
- exes, "0:", "ToolBook Executables"
- apps, "0:", "Sample Books"
- pim, "0:", "DayBook"
- help, "0:", "Help Files"
- tour, "0:", "Quick Tour"
- filters, "0:\FILTERS", "Graphics Filters"
- widgets, "0:\WIDGETS", "Multimedia Widgets"
- mmtour, "0:\MMTOUR", "Multimedia Tour"
- space, "0:\SPACE", "Apollo 11 Mission"
- runtime, "0:\RUNTIME", "Distributable Files"
-
-
-
- ;
- ; The following sections contain the lists of files that will be copied.
- ; All the files in a section are copied to the section's destination
- ; directory which is indicated above in the destinations section.
- ; The format is:
- ; [section]
- ; n:filename [, "Description String"] [, "Save"] [, append target]
- ; Later options may be provided even if earlier ones are omitted by using
- ; consecutive commas with nothing between them.
- ;
- ; The first field (n:filename) contains the disk number (single char only!),
- ; followed by a colon, then the file name. There must be a disk number for
- ; each file name.
- ;
- ; The second (optional) field may be used to indicate the type of files being
- ; copied. It must be enclosed within double-quotes. This string will be
- ; displayed in the Progress dialog, under the "Setup is copying files..."
- ; line.
- ;
- ; The third (optional) field is used to determine if the existing file with
- ; the same name should be saved to a backup. If this field string is "Save"
- ; and the file exists in the target directory, the user will be given the
- ; option to save the file under another name.
- ;
- ; The fourth (optional) field is used to specify that this file should be
- ; appended to another file that already exists. Useful when a file needs
- ; to be broken up into smaller files to fit on a floppy. The other file
- ; must be part of the same section; setup therefore looks for it in that
- ; sections destination directory.
- ;
- ; Example:
- ; 1:FILE.TBK, "ToolBook File", Save
- ; This will install file.tbk from disk 1.
- ; The description "ToolBook File" will be placed in the Progress dialog.
- ; If the destination file exists, the user will be given the option to
- ; save a copy of it.
- ;
- ; 2:FILE2.TBK, , , FILE.TBK
- ; This will append file2.tbk to file1.tbk in the destination directory.
- ;
-
-
-
-
- ;********************************************************************
- ;* 1.44 disks Full ToolBook SETUP.INF FILE *
- ;********************************************************************
-
-
- ; The disk numbers for the files listed below are intended for
- ; 1.4 MB high density 3.5 inch floppy disks.
-
- [exes]
- 1:TOOLBOOK.EXE, "ToolBook Executables"
- 1:TBKBASE.DLL
- 1:TBKDB3.DLL
- 1:TBKFILE.DLL
- 1:TBKEDIT.DLL
- 1:TBKUTIL.DLL
- 1:TBKNET.EXE
- 1:TBKWIN.DLL
- 1:TBKCOMP.DLL
- 1:TBKDLG.DLL
- 1:TBKMM.SBK, "ToolBook Multimedia Extensions"
- 1:TBKMM.DLL
- 1:TBKBMP.DLL
- 1:TBKMM.INI
- 1:TBKMMWID.FON, "Multimedia Font"
- 1:README.TXT, "Read Me File"
- 1:TOOLBOOK.ICN, "Progman Icons"
-
-
- [apps]
- 1:ANIMATE.TBK, "Sample Applications"
- 1:BOOKSHLF.TBK
- 1:CALC.TBK
- 1:CATALOG.TBK
- 1:COURSES.DBF
- 1:DATACHK.TBK
- 1:DBASERDR.TBK
- 1:DBEXCHNG.TBK
- 1:DDECHART.XLC
- 1:DDEDATA.XLS
- 1:DDEDEMO.XLW
- 1:DDEMAC.XLM
- 1:DDETUTOR.TBK
- 1:DIALOG.TBK
- 1:DUCKJIBE.TBK
- 1:HORSE.TBK
- 2:CLIPART.TBK
- 2:HYPER.TBK
- 2:PAGES.TBK
- 2:SCRIPTS.TBK
- 2:SLIDESHW.TBK
- 2:TAQUIN.TBK
-
- [pim]
- 2:ADDRESS.TBK, "ToolBook DayBook"
- 2:DAY.TBK
- 2:DAYBOOK.SBK
- 2:DBHELP.TBK
- 2:MONTH.TBK
- 2:TODO.TBK
- 2:WEEK.TBK
-
- [help]
- 2:HELP.TBK, "Help Book"
- 2:TBKMM.HLP, "Multimedia Help"
- 3:OPNSCRPT.HLP, "OpenScript Help"
- 3:OWORKBK.TBK, "OpenScript Workbook"
- 3:SPEED.TBK, "Speed Tips Book "
-
-
- [tour]
- 3:QUIKTOUR.TBK, "Quick Tour"
-
- [filters]
- 3:CGMIMP.FLT, "CGM filter"
- 3:EPSIMP.FLT, "Encapsulated PostScript filter"
- 3:DRWIMP.FLT, "Micrografx Draw filter"
- 3:TIFFIMP.FLT, "TIFF filter"
-
- [widgets]
- 3:BOBARK.WAV, "Multimedia Widgets Bitmaps and Sounds"
- 3:OODIBARK.WAV
- 4:TRAIN.WAV
- 4:DIB1.DIB
- 4:DIB2.DIB
- 4:DIB3.DIB
- 4:IX1.DIB
- 4:IX2.DIB
- 4:IX3.DIB
- 4:IX4.DIB
- 4:IX5.DIB
- 4:IX6.DIB
- 4:IX7.DIB
- 4:IX8.DIB
- 4:IX9.DIB
- 4:IX10.DIB
- 4:IX11.DIB
- 4:IX12.DIB
- 4:IX13.DIB
- 4:IX14.DIB
- 4:IX15.DIB
- 4:IX16.DIB
- 4:MMWIDGET.TBK, "Multimedia Widgets Application"
-
- [mmtour]
- 4:MMTOUR.TBK, "Multimedia Tour Application"
- 4:FLOWER1.DIB, "Multimedia Tour Bitmaps"
- 4:FLOWER2.DIB
- 5:NAR.DIB
- 5:W1.DIB
- 5:W2.DIB
- 5:W3.DIB
- 5:W4.DIB
- 5:W5.DIB
- 5:W6.DIB
- 5:W7.DIB
- 5:W8.DIB
- 5:W9.DIB
- 5:W10.DIB
- 5:W11.DIB
- 5:W12.DIB
- 5:QUIZ1.WAV, "Multimedia Tour Sounds"
- 5:QUIZ2.WAV
- 5:QUIZ3.WAV
- 5:QUIZ4.WAV
- 5:QUIZ5.WAV
- 5:QUIZ6.WAV
- 5:QUIZ7.WAV
- 5:RIGHT.WAV
- 5:WATER.WAV
- 5:WRONG.WAV
-
- [space]
- 5:SPACE.TBK, "Apollo 11 Mission Application"
- 5:CTRLFLGS.DIB, "Apollo 11 Bitmaps"
- 5:INSHIP1.DIB
- 5:LAUNCH1.DIB
- 6:LEM1.DIB
- 6:MNFLAG1.DIB
- 6:MNSHP1.DIB
- 6:NIXON.DIB
- 6:RCVR1.DIB
- 6:ROVER1.DIB
- 6:RTHRIZ1.DIB
- 6:SPMN1.DIB
- 6:TEAM11.DIB
- 6:MMRK.MMM, "Multimedia Animation"
- 6:WAVE1.WAV, "Apollo 11 Sounds"
- 6:WAVE2.WAV
- 6:WAVE3.WAV
- 6:WAVE4.WAV
- 7:WAVE5.WAV
- 7:WAVE6.WAV
- 7:WAVE7.WAV
- 7:WAVE8.WAV
-
- [runtime]
- 7:TBKBASE.DLL, "Runtime ToolBook Distributable Files"
- 7:TBKCOMP.DLL
- 7:TBKDB3.DLL
- 7:TBKDLG.DLL
- 7:TBKFILE.DLL
- 7:TBKNET.EXE
- 7:TBKUTIL.DLL
- 7:TBKWIN.DLL
- 7:TBOOK.EXE
- 7:TBKMM.SBK
- 7:TBKMM.DLL
- 7:TBKBMP.DLL
- 7:TBKMM.INI
- 7:TBKMMWID.FON
- 7:RUNTIME.BAT
- 7:YNC.EXE
-
- ; Program Manager Groups
- ;
- ; The [progman.groups] section lists the group names, and file names
- ; for Program Manager groups. For each group name, there must be an
- ; accompanying section that states what items to load in that group.
- ;
- [progman.groups]
- "Multimedia ToolBook", TBKMM.GRP
-
- ;
- ; Program Manager Items
- ;
- ; Here are the sections that are required for every group name listed
- ; in the [progman.groups] section above. The section names below must
- ; exactly match the group names in [progman.groups]. Within each
- ; section, the lines have the following syntax:
- ; <item name>, <source section>, <item file>, <icon file>
- ; -<Item Name> is the name that is assigned to the progman item.
- ; -<Source Section> is the name of a section where the item file should be
- ; looked for. E.g. "pim" means look in the directory where the pim files
- ; are being stored (note: user can choose this directory at setup time).
- ; -<Item File> is the name of the file to use for the progman item.
- ; -<Icon File> is the name of a file from which to get the icon for this
- ; item. It is optional.
- ;
- ["Multimedia ToolBook"]
- "ToolBook", exes, toolbook.exe, toolbook.exe
- "Address", pim, address.tbk, toolbook.icn, 0
- "Day", pim, day.tbk, toolbook.icn, 7
- "Month", pim, month.tbk, toolbook.icn, 16
- "Todo", pim, todo.tbk, toolbook.icn, 24
- "Week", pim, week.tbk, toolbook.icn, 25
- "Quick Tour", tour, quiktour.tbk, toolbook.icn, 19
- "Speed Tips", help, speed.tbk, toolbook.icn, 22
- "BookShelf", apps, bookshlf.tbk, toolbook.icn, 2
- "MM Widgets", widgets, MMWIDGET.TBK, toolbook.icn, 27
- "MM Tour", mmtour, MMTOUR.TBK, toolbook.icn, 28
- "Space", space, SPACE.TBK, toolbook.icn, 29
-
-
- ;
- ; win.ini
- ;
- ; The [win.ini] section in this file is used to specify the lines that get
- ; installed to the user's win.ini file. Each line contains three or four
- ; fields.
- ;
- ; The format is:
- ;
- ; [win.ini]
- ; field1, field2 = field3 <, field4>
- ;
- ; Field1 is the section name, specifying the section to which the line
- ; should be written.
- ;
- ; Field2 is the key name.
- ;
- ; Field3 (following an '=' sign) is the value corresponding to the key name.
- ; In some cases the third field is a file name, and in that case an initial
- ; "filters:" means the file should be looked for in the filters directory
- ; the user has chosen. I.e. the filters destination directory is prepended
- ; to the filename indicated by the rest of the third field. If the
- ; indicated filter is not found in this directory the line is not written
- ; to win.ini, thereby allowing conditional setup of win.ini lines for
- ; only those filters that have been installed.
- ;
- ; Field4 is only used to indicate the file extension of filters.
- ; Field4 must be omitted if the line is not specifying a filter.
- ;
- ; Examples:
- ; Extensions, tbk = "toolbook.exe ^.tbk"
- ; This will cause the line: tbk = "toolbook.exe ^.tbk" to be added to
- ; the [Extensions] section of the user's win.ini file.
- ; ToolBook Filters, Micrografx DRAW (.drw) = filters:drwimp.flt, DRW
- ; If the filters destination directory is C:\TOOLBOOK\FILTERS and the
- ; file drwimp.flt is found in that dir, this will cause the line:
- ; Micrografx DRAW (.drw) = c:\toolbook\filters\drwimp.flt, DRW
- ; to be added to the [ToolBook Filters] section of the user's win.ini.
- [win.ini]
- Extensions, tbk = "toolbook.exe ^.tbk"
- ToolBook, startupsyscolors = true
- ToolBook, startupBook = ""
- ToolBook, startupSysBooks = tbkmm.sbk
- ToolBook, startupWidth = 8640
- ToolBook, startupHeight = 5760
- ToolBook, startupDrawDirect = true
- "ToolBook Filters", "Computer Graphics Metafile (.cgm)" = filters:cgmimp.flt, CGM
- "ToolBook Filters", "Encapsulated Postscript (.eps)" = filters:epsimp.flt, EPS
- "ToolBook Filters", "Micrografx DRAW (.drw)" = filters:drwimp.flt, DRW
- "ToolBook Filters", "TIFF Graphics (.tif)" = filters:tiffimp.flt, TIF
- "MCI Extensions",fli = animation1
- "MCI Extensions",flc = animation1
-