home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Toolbook (Evaluation Edition) / Multimedia_Toolbook_Asymetrix_1992.iso / setup.inf < prev    next >
INI File  |  1992-10-25  |  15KB  |  403 lines

  1. [dialog]
  2.      caption = "Multimedia ToolBook Eval Ed."
  3.      line0   = "Installing Multimedia ToolBook Evaluation Edition -"
  4.      line1   = "Setup will install Multimedia Toolbook Evaluation into the following directory, which it will create on your hard disk."
  5.      line2   = "To install the Evaluation Edition in a different directory or drive, type the name of that directory."
  6.      line3   = "Click Continue to begin installing."
  7. ;
  8. ;   If you set listbox = no below, use the following version of line3, 
  9. ;   and comment out the previous one.
  10. ;
  11. ;     line3   = "Click Continue to begin installing YourApp."
  12. ;
  13. ; The complete = statement tells the user that Setup is complete and 
  14. ; provides any other final information. This statement is displayed 
  15. ; in the last dialog box the user sees, with an "OK" button.
  16. ;
  17.      complete = "Installation is complete."
  18. ;
  19. ;
  20. ; THE [data] SECTION
  21. ; This section defines the default directory, a short name for the
  22. ; application, and other Setup options. Its syntax is:
  23. ;
  24. ;  [data]
  25. ;     setuptype = <n>
  26. ;     defdir = <directory>
  27. ;     shortname = <appname>
  28. ;     listbox = <yes or no>
  29. ;     executable = <section name>,<filename>
  30. ;     readme = <readme filename>
  31. ;     modifyautoexec = <yes or no>
  32. ;
  33. ; Details about each statement are given below.
  34. ;
  35. [data]
  36. ;
  37. ; The setuptype value should always be 3. 
  38. ;
  39.      setuptype   = 3
  40. ;
  41. ; The defdir = statement defines the default directory for installing the application. 
  42. ; A drive letter is required. 
  43. ;
  44.      defdir = C:\MMTBEVAL
  45. ;
  46. ; The shortname = statement provides the name of the application displayed 
  47. ; in the Progress dialog box in the message that tells the user how to exit 
  48. ; Setup without installing files. The application name must be no more than 
  49. ; ten characters.
  50. ;
  51.      shortname = evaluation
  52. ;
  53. ; The listbox = statement specifies whether to display a list of sections to install.
  54. ; If listbox = yes, the user will see a listbox containing the strings defined 
  55. ; in the [sections] section (below). Any sections that are selected when the user 
  56. ; clicks "OK" will be installed.
  57. ;
  58. ; If listbox = no, all sections listed in the [sections] section will be installed.
  59. ; If you use this statement, edit line3 in the [dialog] section (above) so it 
  60. ; prompts the user to click Continue rather than referring to selected options.
  61. ;
  62.      listbox = yes
  63. ;
  64. ; The executable = statement provides the section name and file name of the executable 
  65. ; file. Setup adds the pathname of this file to the file names of Program Manager 
  66. ; items from sections other than the one that contains the executable file. 
  67. ; Program Manager items are defined in the [<group names>] section (below).
  68. ;
  69.      executable = exes, TOOLBOOK.EXE
  70. ;
  71. ; The readme = statement defines the readme file name so Setup can run
  72. ; Notepad and open the readme file after it is installed. The readme file 
  73. ; is displayed only if it is copied to the destination directory.
  74. ;
  75.      readme = readme.txt
  76. ;
  77. ; The modifyautoexec = statement specifies whether to add the destination directory 
  78. ; to the PATH statement in the user's AUTOEXEC.BAT file. If modifyautoexec = yes, 
  79. ; Setup adds the directory to the PATH statement. Setup also ensures that a TEMP 
  80. ; environment used by Windows is set in the AUTOEXEC.BAT file.
  81. ;
  82. ; If modifyautoexec = no or the statement is omitted, the user's AUTOEXEC.BAT file 
  83. ; is not modified.
  84. ;
  85.      modifyautoexec = yes
  86. ; THE [sections] SECTION
  87. ; This section of APPSETUP.INF lists the names of the sections to be installed. 
  88. ; Its syntax is:
  89. ;
  90. ;    [sections]
  91. ;        <section name> {, "<description string>"} {, Select} {, Protect}
  92. ;
  93. ; Parameters are positional. If you omit an optional parameter before the 
  94. ; last parameter in the statement, include a comma as a placeholder for 
  95. ; the omitted parameter. For example: exes,,,protect.
  96. ;
  97. ; The <section name> parameter specifies a section to be copied. It must have 
  98. ; a corresponding section later in APPSETUP.INF; see [<section names>] (below)
  99. ;
  100. ; The <description string> parameter (optional) is used only if listbox = yes 
  101. ; in the [data] section above. If a description string is specified, it is 
  102. ; displayed in the listbox. If this parameter is omitted, the section name 
  103. ; is displayed in the listbox.  The description string cannot be longer than
  104. ; 140 characters.
  105. ;
  106. ; The Select parameter (optional) is also used only if listbox = yes in the 
  107. ; [data] section above. If Select is specified, the section is selected by default 
  108. ; when the listbox is first presented to the user. The user can unselect a default 
  109. ; selection if desired.
  110. ;
  111. ; The Protect parameter (optional) specifies whether to warn the user before 
  112. ; overwriting existing files. If Protect is specified, the user is warned 
  113. ; before existing files are overwritten.
  114. ;
  115. ; Example:
  116. ;   exes, "ToolBook Executables", select, protect
  117. ;       This statement specifies an [exes] section, defines "ToolBook Executables" 
  118. ;       as the description string to be used in the listbox, and causes the
  119. ;       the section to be selected in the listbox by default. It also 
  120. ;       specifies that the user should be warned before overwriting any
  121. ;       files with the same names as those in this section.
  122. ;
  123. [sections]
  124.      exes, "ToolBook Evaluation Edition", select, protect
  125.      help, "ToolBook Help Files", select
  126.      mmed, "ToolBook Multimedia Sampler", select
  127. ;
  128. ;
  129. ; THE [disks] SECTION
  130. ;
  131. ; Lists the names of the disks Setup can prompt for. A disk name is required 
  132. ; for each disk number. The syntax is:
  133. ;
  134. ;   [disks]
  135. ;       <n> = <path>, "<name>"
  136. ;
  137. ; The <n> parameter is a single character that identifies the number 
  138. ; of the disk: 1-9, A-Z. Disk number '0' (zero) is reserved ; to represent 
  139. ; the Setup directory.
  140. ;
  141. ; The <path> parameter is the path of disk <n>, relative to the Setup directory. 
  142. ; A single period (.) specifies the Setup directory.
  143. ;
  144. ; The <name> parameter is the name of disk <n>, used to prompt the user 
  145. ; to insert the disk.
  146. ;
  147. ; Example:
  148. ;     1 = ., "Disk #1"
  149. ;     This specifies that the disk numbered 1 will be expected in the 
  150. ;     current directory (which is the Setup directory) and will be requested 
  151. ;     with the string "Disk #1".
  152. ;
  153. [disks]
  154.     1 =., "Disk 1 - Setup"
  155.     2 =., "Disk 2"
  156.     3 =., "Disk 3"
  157.     4 =., "Disk 4"
  158. ;
  159. [needed.space]
  160.     exes = 3100000
  161.     help = 1300000
  162.     mmed = 3000000
  163. ;
  164. ;
  165. ; THE [destinations] SECTION
  166. ;
  167. ; Indicates the directory on the user's hard disk where Setup will copy 
  168. ; the files for a given section. Section names are defined in [sections] (above) 
  169. ; and files are listed in [<section names>] (below). The syntax is:
  170. ;
  171. ;     [destinations]
  172. ;          <section name>, "<destination directory>", "<prompt string>"
  173. ;
  174. ; The <section name> parameter specifies the section for which the destination 
  175. ; directory is specified.
  176. ;
  177. ; The <destination directory> parameter can be "0:" (zero), which indicates the 
  178. ; default destination directory supplied by the user in the Setup dialog box. 
  179. ; Or it can be a drive and path in the form "0:\subdir" to indicate a subdirectory 
  180. ; of the default destination directory.
  181. ;
  182. ; The <prompt string> parameter should be specified when the destination directory 
  183. ; is anything other than "0:", or if the section is marked Protect in [sections] 
  184. ; (above). Setup uses this string when prompting the user to accept or edit the 
  185. ; destination directory. It's a good idea to include a prompt string for 
  186. ; each section.
  187. ;
  188. ; The first statement below installs the files listed in the [exes] section to the 
  189. ; directory the user has specified.  The second statement installs the files 
  190. ; listed in the [apps] section to the sub-directory "APPS" of this directory.
  191. ;
  192. [destinations]
  193.      exes,    "0:", "ToolBook Executables"
  194.      help,      "0:", "ToolBook Help Files"
  195.      mmed,      "0:", "ToolBook Multimedia Sampler"
  196. ;
  197. ;
  198. ; THE [<section names>] SECTION
  199. ;
  200. ; Lists the files that will be copied for each section. All the files in a section 
  201. ; are copied to the destination directory defined for that section in [destinations] 
  202. ; (above). Section names are defined in [sections] (above). The syntax is:
  203. ;
  204. ;     [<section name>]
  205. ;        <n>:<filename> {, "<description string>"} {, "Save"} {, <append to file>}
  206. ;
  207. ; Parameters are positional. If you omit an optional parameter before the 
  208. ; last parameter in the statement, include a comma as a placeholder for the 
  209. ; omitted parameter.
  210. ;
  211. ; [<section name>] is the name of the section defined in the [sections] (above). 
  212. ; Brackets are required.
  213. ; <n>:<filename> specifies the single-character number of the disk that contains 
  214. ; the file to be copied. The colon is required. Each filename must have 
  215. ; a disk number. 
  216. ;
  217. ; The <description string> parameter (optional) may be used to indicate the 
  218. ; files being copied. It must be enclosed in quotes ("). This string is displayed 
  219. ; in the Progress dialog box, under the message "Setup is copying file(s)..."
  220. ;
  221. ; The "Save" parameter (optional) specifies whether to save a backup copy 
  222. ; of an existing file with the same name. If "Save" is specified 
  223. ; and the file exists in the destination directory, the user is given the
  224. ; opportunity to save the file under another name.
  225. ;
  226. ; The <append to file> parameter (optional) specifies that this file should be 
  227. ; appended to another file that already exists. Use this parameter to reassemble 
  228. ; a large file that has been divided into smaller files using SPLIT.TBK or 
  229. ; other utility. (This is often done when a file is too large to fit on 
  230. ; one diskette.) The file to be appended to and the files to be appended must be 
  231. ; in the same section. 
  232. ;
  233. ; Examples:
  234. ;     1:FILE.TBK, "ToolBook File", Save
  235. ;       This statement installs FILE.TBK from disk 1 and displays "ToolBook File" 
  236. ;       in the Progress dialog box. If FILE.TBK already exists, the user will 
  237. ;       be given the opportunity to save a backup copy.
  238. ;
  239. ;     2:FILE2.TBK, , , FILE.TBK
  240. ;       This statement appends FILE2.TBK to FILE.TBK in the destination directory.
  241. ;
  242. ; The [exes] section installs TBOOK.EXE from disk 1.
  243. ;
  244. [exes]
  245.     1:README.TXT, "Readme File"
  246.     1:TOOLBOOK.EXE, "ToolBook Executables"
  247.     1:TBKNET.EXE
  248.     1:TBKBASE.DLL
  249.     1:TBKUTIL.DLL
  250.     1:TBKCOMP.DLL
  251.     1:TBKEDIT.DLL
  252.     1:TBKDLG.DLL, "Special ToolBook DLLs"
  253.     1:TBKFILE.DLL
  254.     1:TBKWIN.DLL
  255.     1:TBKDB3.DLL
  256.     1:TOOLBOOK.ICN
  257.     1:APPSAMP.TBK, "Application Sampler"
  258.     1:DEMO.TBK, "What is ToolBook?"
  259.     1:INTEGRAT.TBK, "Application Integration"
  260.     1:TTDDE.EBK
  261.     2:CATALOG.TBK, "Software Catalog"
  262.     2:CLIPART.TBK, "Sample Clip Art"
  263.     2:DBASERDR.TBK, "dBase Course Database"
  264.     2:COURSES.DBF
  265.     2:PROTOTYP.TBK, "Windows Prototyping"
  266.     2:PRESENT.TBK, "Slide Show Presentation"
  267.     2:QUAKE.TBK, "Earthquake Training"
  268.     2:TUTORIAL.TBK, "ToolBook Tutorial"
  269.     2:TUTORIAL.EBK
  270.     2:TUTORIAL.SBK
  271.     2:OWORKBK.TBK, "OpenScript Tutorial"
  272.  
  273. [help]
  274.     2:HELP.TBK, "ToolBook Help"
  275.     2:OPNSCRPT.HLP, "OpenScript Help"
  276.  
  277. [mmed]
  278.     3:tbkbmp.dll, "ToolBook Multimedia DLLs"
  279.     3:tbkmm.dll   
  280.     3:tbkmm.ini   
  281.     3:tbkmm.sbk   
  282.     3:tbkmmwid.fon
  283.     3:tbkmm.hlp, "Multimedia ToolBook Help"
  284.     3:MWIDGET.TBK, "ToolBook Multimedia Mini-Widgets"
  285.     3:TRAIN.WAV
  286.     3:SAMPLER.TBK, "ToolBook Multimedia Sampler"
  287.     3:FLOWER1.DIB
  288.     3:FLOWER2.DIB
  289.     3:NAR.DIB
  290.     3:W1.DIB
  291.     3:W2.DIB
  292.     3:W3.DIB
  293.     3:W4.DIB
  294.     3:W5.DIB
  295.     3:W6.DIB
  296.     3:W7.DIB
  297.     3:W8.DIB
  298.     3:W9.DIB
  299.     3:W10.DIB
  300.     3:W11.DIB
  301.     3:W12.DIB
  302.     4:CHORD.WAV
  303.     4:DRT.WAV
  304.     4:FASTFWD.WAV
  305.     4:FSTREV.WAV
  306.     4:GEORGE.WAV
  307.     4:HIDESHOW.WAV
  308.     4:HYPRGLOT.WAV
  309.     4:OPENDIB.WAV
  310.     4:OPENER.WAV
  311.     4:PASSPORT.WAV
  312.     4:PAUSE.WAV
  313.     4:PLAY.WAV
  314.     4:SKIPNEXT.WAV
  315.     4:SKIPPREV.WAV
  316.     4:VOYAGER.WAV
  317.     4:WATER.WAV
  318. ;
  319. ; The [apps] section installs YOURAPP1.TBK from disk 1 and allows the user to save
  320. ; a backup copy if that file already exists.Then it appends YOURAPP2.TBK from disk 2 
  321. ; to YOURAPP1.TBK and installs a custom icon file from the same disk.
  322. ;
  323. ; THE [progman.groups] SECTION
  324. ;
  325. ; The [progman.groups] section lists the group names and file names for 
  326. ; Program Manager groups. The syntax is:
  327. ;
  328. ;     [progman.groups]
  329. ;        <group name>, <group filename>
  330. ;
  331. ; Each group name must have a corresponding section that states what items 
  332. ; to load in that group.
  333. ;
  334. [progman.groups]
  335.      "Multimedia ToolBook Eval", TBKEVAL.GRP
  336. ;
  337. ;
  338. ; THE [<group name>] SECTION
  339. ;
  340. ; Lists the sections that correspond to the group names defined in the 
  341. ; [progman.groups] section (above). The section names must exactly match the 
  342. ; group names in [progman.groups].  The syntax is:
  343.  
  344. ;     [<group name>]
  345. ;       <item name>, <source section>, <item file> {, <icon file>} {, <icon index>}
  346. ;
  347. ; The <item name> parameter is the name assigned to the Program Manager item.
  348. ;
  349. ; The <source section> parameter is the name of a section that contains 
  350. ; the item file. For example, "apps" specifies the directory where the 
  351. ; application files are located.
  352. ;
  353. ; The <item file> parameter is the name of the file to use for the 
  354. ; Program Manager item.
  355. ;
  356. ; The <icon file> parameter (optional) is the name of a file that defines an icon 
  357. ; for this item. This file must be copied to the destination directory.
  358. ;
  359. ; The <icon index> parameter (optional) is the number of the icon within the 
  360. ; <item file> or <icon file>, in case the file contains more than one icon.
  361. ;
  362. ["Multimedia ToolBook Eval"]
  363.     "What is Multimedia ToolBook?", exes, DEMO.TBK, TOOLBOOK.ICN, 1
  364.     "Application Sampler", exes, APPSAMP.TBK, TOOLBOOK.ICN, 0
  365.     "Multimedia Sampler", mmed, SAMPLER.TBK, TOOLBOOK.ICN, 2
  366.     "Multimedia Mini-Widgets", mmed, MWIDGET.TBK, TOOLBOOK.ICN, 2
  367.     "Multimedia ToolBook", exes, TOOLBOOK.EXE, TOOLBOOK.EXE
  368. ;
  369. ;
  370. ; THE [win.ini] SECTION
  371. ;
  372. ; Specifies the lines to write to the user's WIN.INI file. 
  373. ; The syntax is:
  374. ;
  375. ;     [win.ini]
  376. ;       <win.ini section>, <item name> = "<value>"
  377. ;
  378. ; The <win.ini section> parameter is the name of the section in WIN.INI 
  379. ; to which the line should be written.
  380. ;
  381. ; The <item name> parameter is the name of the item in the WIN.INI section. 
  382. ;
  383. ; The <value> parameter is the value corresponding to the key name.
  384. ;
  385. ; Example:
  386. ;     Extensions, tbk = "TBOOK.EXE ^.TBK"
  387. ;       This statement adds the line tbk = "TBOOK.EXE ^.TBK" to the 
  388. ;       [Extensions] section of the user's WIN.INI file.
  389. ;
  390. [win.ini]
  391.     Extensions, tbk = "TOOLBOOK.EXE ^.TBK"
  392.     ToolBook, startupBook = 
  393.     ToolBook, startupSysBooks = tbkmm.sbk
  394. ;
  395. ; tbk = causes Runtime ToolBook (TBOOK.EXE) to be run automatically when the 
  396. ; user runs a file with a .TBK file name extension.
  397. 
  398.