home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Classic / MultimediaClassic.mdf / app_main / toolbook / setup.inf < prev    next >
Encoding:
INI File  |  1992-01-30  |  15.8 KB  |  511 lines

  1.  
  2. ;
  3. ; SETUP.INF file for installing ToolBook 1.5 off 1.4MB 3.5 inch 
  4. ; floppy disks, or off a hard disk or network.
  5. ; This file must be in the same directory as SETUP.EXE when it is run.
  6. ;
  7. ; It is divided into sections, identified by an alphanumeric name
  8. ; enclosed in square brackets.
  9. ;
  10. ; Comments begin with semicolon, and may follow other text.
  11. ; Long lines may be split up between fields of a statement.
  12. ;
  13. ; Spaces are ignored, except when between double quotes.
  14. ; Blank lines are also ignored.
  15. ;
  16. ; In the section which lists the location of various files, each
  17. ; filename is preceded by integers describing the location
  18. ; of the files. The Setup program will prompt the user to insert
  19. ; these diskettes when the files are needed.
  20. ;
  21. ;
  22. ;
  23. ; Dialog
  24. ;
  25. ; Dynamic strings for the Setup dialog. They will appear in the first
  26. ; dialog that Setup displays.  You should leave their general contents
  27. ; as is, as they contain useful information for the user. However, if
  28. ; you want to change them, this is the place to do that.   If you do 
  29. ; change them, each line must be less than 150 characters.
  30. ;
  31. [dialog]
  32.     caption = "Multimedia ToolBook Setup"
  33.     line0   = "Installing Multimedia ToolBook"
  34.         line1   = "Setup will install Multimedia ToolBook (MMTB) into the following directory, which it will create on your hard disk."
  35.     line2   = "To install MMTB in a different directory or drive, type the name of the directory you want."
  36.         line3   = "All of the sections have been selected. Unselect any section you do not want installed, then click Continue to begin installation."
  37.  
  38.         complete = "Installation is complete, you may need to reboot your machine or restart windows for changes to take effect."
  39.  
  40.  
  41. ;   Use the following version of line3, and comment the previous one,
  42. ;   if setuptype = 2 (Runtime) below.
  43. ;
  44. ;   line3   = "Click Continue to begin installing GenApp."
  45. ;
  46.  
  47. [data]
  48. ;
  49. ; What we are setting up:
  50. ;   ToolBook    = 1
  51. ;   Runtime     = 2
  52. ;
  53.     setuptype   = 1
  54.  
  55. ;
  56. ; Default directory for installing ToolBook, MUST include a drive letter.
  57. ;
  58.     defdir = C:\TOOLBOOK
  59.  
  60. ;
  61. ; Short name of the app, used in the exit line.
  62. ;
  63.     shortname = MMTB
  64.     listbox   = yes
  65.  
  66. ;
  67. ; Executable file section and name, so that we can prepend its pathname to
  68. ; pathnames in progman item lines.  We do not prepend this file's pathname
  69. ; to filenames in progman items that come the same section as this file.
  70. : Rather, we prepend to those that come from other sections, such as [apps].
  71.     executable = exes, toolbook.exe
  72.  
  73. ;
  74. ; Readme file name, so that we can open Notepad on the file, after it's been
  75. ; installed.
  76.     readme = readme.txt
  77.     modifyautoexec = yes
  78.  
  79. ;
  80. ; Sections
  81. ;
  82. ; The [sections] section contains a list of the sections which can be 
  83. ; installed.
  84. ;
  85. ; The format is:
  86. ;
  87. ;   [sections]
  88. ;       section, [, "Description String"] [, "Select"] [, "Protect"]
  89. ;
  90. ; The first field is the section name, which specifies a section to be
  91. ; copied, and must match a section lower in this file.  
  92. ;
  93. ; The second field, the Description String is displayed next to the 
  94. ; Setup dialog's checkbox for this section.
  95. ;
  96. ; The third field, the Select field, indicates whether the checkbox for
  97. ; this section is selected by default.
  98. ;
  99. ; The fourth field, the Protect field, indicates whether this section 
  100. ; is protected against overwriting existing files.  User will be warned.
  101. ;
  102. ; Example:
  103. ;   exes, "ToolBook executables", select
  104. ;       This specifies that the exes section exists, that the descriptive
  105. ;       string to be used in the listbox is "ToolBook executables", and
  106. ;       that it will be selected in this listbox by default.
  107. ;
  108. [sections]
  109.     exes, "ToolBook Executables", select, protect
  110.     apps, "ToolBook Applications", select
  111.     pim, "ToolBook DayBook", select, protect
  112.     help, "ToolBook Help Files", select
  113.     tour, "ToolBook Quick Tour", select
  114.     filters, "Graphics Filters", select
  115.     widgets, "Multimedia Widgets", select
  116.     mmtour, "Multimedia Tour", select
  117.     space, "Apollo 11 Mission", select
  118.     runtime, "Distributable Files", select
  119.  
  120. ;
  121. ; Disks
  122. ;
  123. ; Here are the names of the disks Setup can prompt for.
  124. ; There must be a disk name for each disk number used.
  125. ;
  126. ; The disk number '0' is reserved to represent the setup directory.
  127. ; The directory may be relative to the directory SETUP was run from.
  128. ;
  129. ; The format is:
  130. ;
  131. ;   [disks]
  132. ;       n = path, "Name"
  133. ;
  134. ; The first field, n is the number of the disk: 1-9,A-Z (single char only!).
  135. ; The second field, path, is the path of disk n.
  136. ; The third field, Name, is the name of disk n.
  137. ;
  138. ; Example:
  139. ;   1 = ., "Disk #1"
  140. ;     This specifies that the disk numbered 1 will be expected in the current
  141. ;     directory, and will be requested with the string "Disk #1".
  142. [disks]
  143.     1 = ., "Multimedia ToolBook Disk 1 - Setup"
  144.     2 = ., "Multimedia ToolBook Disk 2"
  145.     3 = ., "Multimedia ToolBook Disk 3"
  146.     4 = ., "Multimedia ToolBook Disk 4"
  147.     5 = ., "Multimedia ToolBook Disk 5"
  148.     6 = ., "Multimedia ToolBook Disk 6"
  149.     7 = ., "Multimedia ToolBook Disk 7"
  150.  
  151. ;
  152. ; Needed Space
  153. ;
  154. ; The needed.space section lists hard disk requirements for the app, in bytes.
  155. ; If this amount of room is not available, installation will fail,
  156. ; notifying the user that more disk space is necessary.
  157. ;
  158. [needed.space]
  159.     exes =    1500000
  160.     pim  =     430000
  161.     apps =    2382432
  162.     help =    2100000
  163.     tour =    1430270
  164.     filters =  200000
  165.     widgets = 1004000
  166.     mmtour =  2034000
  167.     space =   3632000
  168.     runtime = 1200000
  169.  
  170.  
  171. ;
  172. ; Destination
  173. ;
  174. ; The destinations section indicates the directory on the user's hard disk
  175. ; where setup will copy all the files comprising a given section.  The
  176. ; format of entries in this section is
  177. ;        <section name>, "<destination directory>" [, <prompt string> ]
  178. ; Destination directory can be "0:", which indicates the default 
  179. ;   destination directory, specified by the user in the Setup Dialog's
  180. ;   edit control.  It may also be of the form "0:\subdir" to indicate a 
  181. ;   subdirectory of the default destination directory.
  182. ; Prompt String should be specified when the destination dir is anything
  183. ;   other than "0:", or if the section is marked "protect" in [sections]
  184. ;   above.  Setup will use it to prompt the user to accept or edit this
  185. ;   destination directory.  It's a good idea to include this for all sections.
  186. [destinations]
  187.     exes,    "0:", "ToolBook Executables"
  188.     apps,    "0:", "Sample Books"
  189.     pim,     "0:", "DayBook"
  190.     help,    "0:", "Help Files"
  191.     tour,    "0:", "Quick Tour"
  192.     filters, "0:\FILTERS", "Graphics Filters"
  193.         widgets, "0:\WIDGETS", "Multimedia Widgets"
  194.         mmtour,  "0:\MMTOUR", "Multimedia Tour"
  195.         space,     "0:\SPACE", "Apollo 11 Mission"
  196.         runtime, "0:\RUNTIME", "Distributable Files"
  197.  
  198.  
  199.  
  200. ;
  201. ; The following sections contain the lists of files that will be copied.
  202. ; All the files in a section are copied to the section's destination 
  203. ; directory which is indicated above in the destinations section.
  204. ; The format is:
  205. ;   [section]
  206. ;       n:filename [, "Description String"] [, "Save"] [, append target]
  207. ; Later options may be provided even if earlier ones are omitted by using
  208. ; consecutive commas with nothing between them.
  209. ;
  210. ; The first field (n:filename) contains the disk number (single char only!),
  211. ;   followed by a colon, then the file name. There must be a disk number for
  212. ;   each file name.
  213. ;
  214. ; The second (optional) field may be used to indicate the type of files being
  215. ;   copied.  It must be enclosed within double-quotes. This string will be
  216. ;   displayed in the Progress dialog, under the "Setup is copying files..."
  217. ;   line.
  218. ;
  219. ; The third (optional) field is used to determine if the existing file with
  220. ;   the same name should be saved to a backup. If this field string is "Save"
  221. ;   and the file exists in the target directory, the user will be given the
  222. ;   option to save the file under another name.
  223. ;
  224. ; The fourth (optional) field is used to specify that this file should be
  225. ;   appended to another file that already exists.  Useful when a file needs
  226. ;   to be broken up into smaller files to fit on a floppy.  The other file
  227. ;   must be part of the same section; setup therefore looks for it in that
  228. ;   sections destination directory.
  229. ;
  230. ; Example:
  231. ;   1:FILE.TBK, "ToolBook File", Save
  232. ;       This will install file.tbk from disk 1.
  233. ;       The description "ToolBook File" will be placed in the Progress dialog.
  234. ;       If the destination file exists, the user will be given the option to
  235. ;       save a copy of it.
  236. ;
  237. ;   2:FILE2.TBK, , , FILE.TBK
  238. ;       This will append file2.tbk to file1.tbk in the destination directory.
  239. ;
  240.  
  241.  
  242.  
  243.  
  244. ;********************************************************************
  245. ;*   1.44 disks    Full ToolBook SETUP.INF FILE                     *
  246. ;********************************************************************
  247.  
  248.  
  249. ; The disk numbers for the files listed below are intended for 
  250. ; 1.4 MB high density 3.5 inch floppy disks.
  251.  
  252. [exes]
  253.     1:TOOLBOOK.EXE, "ToolBook Executables"
  254.     1:TBKBASE.DLL 
  255.     1:TBKDB3.DLL  
  256.     1:TBKFILE.DLL 
  257.     1:TBKEDIT.DLL 
  258.     1:TBKUTIL.DLL 
  259.     1:TBKNET.EXE  
  260.     1:TBKWIN.DLL  
  261.     1:TBKCOMP.DLL 
  262.     1:TBKDLG.DLL
  263.     1:TBKMM.SBK, "ToolBook Multimedia Extensions"
  264.     1:TBKMM.DLL 
  265.     1:TBKBMP.DLL 
  266.     1:TBKMM.INI  
  267.     1:TBKMMWID.FON, "Multimedia Font"
  268.     1:README.TXT, "Read Me File"
  269.     1:TOOLBOOK.ICN, "Progman Icons"
  270.  
  271.  
  272. [apps]
  273.     1:ANIMATE.TBK, "Sample Applications"
  274.     1:BOOKSHLF.TBK
  275.     1:CALC.TBK
  276.     1:CATALOG.TBK
  277.     1:COURSES.DBF
  278.     1:DATACHK.TBK
  279.     1:DBASERDR.TBK
  280.     1:DBEXCHNG.TBK
  281.     1:DDECHART.XLC
  282.     1:DDEDATA.XLS
  283.     1:DDEDEMO.XLW
  284.     1:DDEMAC.XLM
  285.     1:DDETUTOR.TBK
  286.     1:DIALOG.TBK
  287.     1:DUCKJIBE.TBK
  288.     1:HORSE.TBK
  289.     2:CLIPART.TBK
  290.     2:HYPER.TBK
  291.     2:PAGES.TBK
  292.     2:SCRIPTS.TBK
  293.     2:SLIDESHW.TBK
  294.     2:TAQUIN.TBK
  295.  
  296. [pim]
  297.     2:ADDRESS.TBK, "ToolBook DayBook"
  298.     2:DAY.TBK
  299.     2:DAYBOOK.SBK
  300.     2:DBHELP.TBK
  301.     2:MONTH.TBK
  302.     2:TODO.TBK
  303.     2:WEEK.TBK
  304.     
  305. [help]
  306.     2:HELP.TBK,     "Help Book"
  307.     2:TBKMM.HLP,     "Multimedia Help" 
  308.     3:OPNSCRPT.HLP, "OpenScript Help"
  309.     3:OWORKBK.TBK,  "OpenScript Workbook"
  310.     3:SPEED.TBK,     "Speed Tips Book "
  311.     
  312.  
  313. [tour]
  314.     3:QUIKTOUR.TBK, "Quick Tour"
  315.  
  316. [filters]
  317.     3:CGMIMP.FLT,  "CGM filter"
  318.     3:EPSIMP.FLT,  "Encapsulated PostScript filter"
  319.     3:DRWIMP.FLT,  "Micrografx Draw filter"
  320.     3:TIFFIMP.FLT, "TIFF filter"
  321.  
  322. [widgets]
  323.     3:BOBARK.WAV,    "Multimedia Widgets Bitmaps and Sounds"
  324.     3:OODIBARK.WAV
  325.     4:TRAIN.WAV
  326.     4:DIB1.DIB
  327.     4:DIB2.DIB
  328.     4:DIB3.DIB
  329.     4:IX1.DIB
  330.     4:IX2.DIB
  331.     4:IX3.DIB
  332.     4:IX4.DIB
  333.     4:IX5.DIB
  334.     4:IX6.DIB
  335.     4:IX7.DIB
  336.     4:IX8.DIB
  337.     4:IX9.DIB
  338.     4:IX10.DIB
  339.     4:IX11.DIB
  340.     4:IX12.DIB
  341.     4:IX13.DIB
  342.     4:IX14.DIB
  343.     4:IX15.DIB
  344.     4:IX16.DIB
  345.     4:MMWIDGET.TBK, "Multimedia Widgets Application"
  346.  
  347. [mmtour]
  348.     4:MMTOUR.TBK,  "Multimedia Tour Application"
  349.     4:FLOWER1.DIB, "Multimedia Tour Bitmaps"
  350.     4:FLOWER2.DIB
  351.     5:NAR.DIB
  352.     5:W1.DIB
  353.     5:W2.DIB
  354.     5:W3.DIB
  355.     5:W4.DIB
  356.     5:W5.DIB
  357.     5:W6.DIB
  358.     5:W7.DIB
  359.     5:W8.DIB
  360.     5:W9.DIB
  361.     5:W10.DIB
  362.     5:W11.DIB
  363.     5:W12.DIB
  364.     5:QUIZ1.WAV,   "Multimedia Tour Sounds"
  365.     5:QUIZ2.WAV
  366.     5:QUIZ3.WAV
  367.     5:QUIZ4.WAV
  368.     5:QUIZ5.WAV
  369.     5:QUIZ6.WAV
  370.     5:QUIZ7.WAV
  371.     5:RIGHT.WAV
  372.     5:WATER.WAV
  373.     5:WRONG.WAV
  374.  
  375. [space]
  376.     5:SPACE.TBK,     "Apollo 11 Mission Application"
  377.     5:CTRLFLGS.DIB, "Apollo 11 Bitmaps"
  378.     5:INSHIP1.DIB
  379.     5:LAUNCH1.DIB
  380.     6:LEM1.DIB
  381.     6:MNFLAG1.DIB
  382.     6:MNSHP1.DIB
  383.     6:NIXON.DIB
  384.     6:RCVR1.DIB
  385.     6:ROVER1.DIB
  386.     6:RTHRIZ1.DIB
  387.     6:SPMN1.DIB
  388.     6:TEAM11.DIB
  389.     6:MMRK.MMM,      "Multimedia Animation"
  390.     6:WAVE1.WAV,    "Apollo 11 Sounds"
  391.     6:WAVE2.WAV
  392.     6:WAVE3.WAV
  393.     6:WAVE4.WAV
  394.     7:WAVE5.WAV
  395.     7:WAVE6.WAV
  396.     7:WAVE7.WAV
  397.     7:WAVE8.WAV
  398.  
  399. [runtime]
  400.     7:TBKBASE.DLL,     "Runtime ToolBook Distributable Files"
  401.     7:TBKCOMP.DLL
  402.     7:TBKDB3.DLL
  403.     7:TBKDLG.DLL
  404.     7:TBKFILE.DLL
  405.     7:TBKNET.EXE
  406.     7:TBKUTIL.DLL
  407.     7:TBKWIN.DLL
  408.     7:TBOOK.EXE
  409.     7:TBKMM.SBK
  410.     7:TBKMM.DLL 
  411.     7:TBKBMP.DLL 
  412.     7:TBKMM.INI  
  413.     7:TBKMMWID.FON
  414.     7:RUNTIME.BAT
  415.     7:YNC.EXE
  416.  
  417. ; Program Manager Groups
  418. ;
  419. ;   The [progman.groups] section lists the group names, and file names
  420. ;   for Program Manager groups.  For each group name, there must be an
  421. ;   accompanying section that states what items to load in that group.
  422. ;
  423. [progman.groups]
  424.     "Multimedia ToolBook", TBKMM.GRP
  425.           
  426. ;
  427. ; Program Manager Items
  428. ;
  429. ;   Here are the sections that are required for every group name listed
  430. ;   in the [progman.groups] section above.  The section names below must
  431. ;   exactly match the group names in [progman.groups].  Within each 
  432. ;   section, the lines have the following syntax:
  433. ;     <item name>, <source section>, <item file>, <icon file>
  434. ;   -<Item Name> is the name that is assigned to the progman item.
  435. ;   -<Source Section> is the name of a section where the item file should be
  436. ;     looked for. E.g. "pim" means look in the directory where the pim files
  437. ;     are being stored (note: user can choose this directory at setup time).
  438. ;   -<Item File> is the name of the file to use for the progman item.
  439. ;   -<Icon File> is the name of a file from which to get the icon for this
  440. ;          item.  It is optional.
  441. ;
  442. ["Multimedia ToolBook"]
  443.     "ToolBook", exes, toolbook.exe, toolbook.exe
  444.     "Address", pim, address.tbk, toolbook.icn, 0
  445.     "Day", pim, day.tbk, toolbook.icn, 7
  446.     "Month", pim, month.tbk, toolbook.icn, 16
  447.     "Todo", pim, todo.tbk, toolbook.icn, 24
  448.     "Week", pim, week.tbk, toolbook.icn, 25
  449.     "Quick Tour", tour, quiktour.tbk, toolbook.icn, 19
  450.     "Speed Tips", help, speed.tbk, toolbook.icn, 22
  451.     "BookShelf", apps, bookshlf.tbk, toolbook.icn, 2
  452.         "MM Widgets", widgets, MMWIDGET.TBK, toolbook.icn, 27
  453.         "MM Tour", mmtour, MMTOUR.TBK, toolbook.icn, 28
  454.         "Space", space, SPACE.TBK, toolbook.icn, 29
  455.  
  456.  
  457. ;
  458. ; win.ini
  459. ;
  460. ; The [win.ini] section in this file is used to specify the lines that get
  461. ; installed to the user's win.ini file.  Each line contains three or four
  462. ; fields.
  463. ;
  464. ; The format is:
  465. ;
  466. ;    [win.ini]
  467. ;        field1, field2 = field3 <, field4>
  468. ;
  469. ; Field1 is the section name, specifying the section to which the line
  470. ;   should be written.
  471. ;
  472. ; Field2 is the key name. 
  473. ;
  474. ; Field3 (following an '=' sign) is the value corresponding to the key name.
  475. ;   In some cases the third field is a file name, and in that case an initial
  476. ;   "filters:" means the file should be looked for in the filters directory
  477. ;   the user has chosen. I.e. the filters destination directory is prepended 
  478. ;   to the filename indicated by the rest of the third field.  If the 
  479. ;   indicated filter is not found in this directory the line is not written 
  480. ;   to win.ini, thereby allowing conditional setup of win.ini lines for
  481. ;   only those filters that have been installed.
  482. ;
  483. ; Field4 is only used to indicate the file extension of filters.
  484. ;    Field4 must be omitted if the line is not specifying a filter.
  485. ;
  486. ; Examples:
  487. ;    Extensions, tbk = "toolbook.exe ^.tbk"
  488. ;       This will cause the line: tbk = "toolbook.exe ^.tbk" to be added to
  489. ;       the [Extensions] section of the user's win.ini file.
  490. ;    ToolBook Filters, Micrografx DRAW (.drw) = filters:drwimp.flt, DRW
  491. ;        If the filters destination directory is C:\TOOLBOOK\FILTERS and the 
  492. ;        file drwimp.flt is found in that dir, this will cause the line:
  493. ;            Micrografx DRAW (.drw) = c:\toolbook\filters\drwimp.flt, DRW
  494. ;        to be added to the [ToolBook Filters] section of the user's win.ini.
  495. [win.ini]
  496.     Extensions, tbk = "toolbook.exe ^.tbk"
  497.     ToolBook, startupsyscolors = true
  498.     ToolBook, startupBook = ""
  499.     ToolBook, startupSysBooks = tbkmm.sbk
  500.     ToolBook, startupWidth = 8640
  501.     ToolBook, startupHeight = 5760
  502.     ToolBook, startupDrawDirect = true
  503.     "ToolBook Filters", "Computer Graphics Metafile (.cgm)" = filters:cgmimp.flt, CGM
  504.     "ToolBook Filters", "Encapsulated Postscript (.eps)"    = filters:epsimp.flt, EPS
  505.     "ToolBook Filters", "Micrografx DRAW (.drw)"            = filters:drwimp.flt, DRW
  506.     "ToolBook Filters", "TIFF Graphics (.tif)"              = filters:tiffimp.flt, TIF
  507.     "MCI Extensions",fli = animation1
  508.     "MCI Extensions",flc = animation1
  509.