home *** CD-ROM | disk | FTP | other *** search
/ Chip 1995 March / CHIP3.mdf / demo / pctcp / document / disk1 / setup.inf < prev    next >
Encoding:
INI File  |  1994-07-13  |  7.1 KB  |  242 lines

  1. ;SETUP.INF
  2. ;
  3. ; This file contains information for the installation process.
  4. ; See the Network Administrator's guide for information on how
  5. ; this file can be modified to control the behavior of install.
  6.  
  7. ;ANSWERS
  8. ; This section contains the default answers to some of the 
  9. ; questions asked by the install program.
  10. ;
  11. [answers]
  12. ;
  13. ; destdir is the default directory to install the product to. It
  14. ;  can be any valid drive and directory path. 
  15. ;
  16. destdir="C:\PCTCP"
  17.  
  18. ;
  19. ; docsdir is the default pctcp subdirectory to install the product to. It
  20. ;  is intended to be appeded to the destdir value.
  21. ;
  22. docsdir="DOCS"
  23.  
  24. ;
  25. ; book-source is set to source for books. "floppy" or ".\"
  26. ;
  27. book-source="floppy"
  28.  
  29. ;SUBSETS
  30. ; This section defines Product Subsets. The subsets are displayed
  31. ; to the user in a dialog with a check box next to each one. The
  32. ; user controls which files are installed by checking or unchecking
  33. ; the subset. Checked subsets are installed.
  34. ;
  35. ; format:
  36. ;    <ident>=<description>,<init>,<selector>,<install-sect>
  37. ;
  38. ; <ident> is an arbitrary identifier. It is used as a selector by
  39. ;    install, groups and items sections below.
  40. ; <description> is the string that will appear next to the check box in
  41. ;    the subset selection dialog.
  42. ; <init> is the initial state of the subset it can be "checked" or
  43. ;    "notchecked".
  44. ; <selector> controls if this subset is displayed in the subsets dialog.
  45. ;    It can be:
  46. ;        yes:    show this subset.
  47. ;        @<var>: show this subset if the value of <var> is true,
  48. ;        where <var> is a boolean parameter.
  49. ; <install-sect> is the name of an install section.
  50. ;
  51. [subsets]
  52. book1="Getting Started",checked,yes,book1
  53. book2="Using PC/TCP in Windows",checked,yes,book2
  54. book3="Using PC/TCP in DOS",checked,yes,book3
  55. book4="Command Reference",checked,yes,book4
  56. book5="Managing PC/TCP",checked,yes,book5
  57. book6="Release Notes",checked,yes,book6
  58. welcome_page="FTP Titles",checked,yes,welcome_page
  59. hidden_books="Reference Desk Help",checked,yes,hidden_books
  60. hidden_files="Hidden Files",checked,yes,hidden_files
  61. icon="Reference Desk Icon",checked,yes,icon
  62. viewer="PC/TCP Reference Desk Viewing System",checked,yes,viewer
  63.  
  64. ;INSTALL, SHARED
  65. ; These sections control which files get installed.
  66. ;
  67. ; format:
  68. ;    files = <sect>,[<key>],[<selector>]
  69. ;
  70. ; <sect> is the section in files.inf which contains the files to install.
  71. ; <key> is the optional key in the files.inf section.
  72. ; <selector> controls if this set of files is actualy installed. It can
  73. ;    be a boolean parameter or subset identifier. If blank the files
  74. ;    are always installed.
  75. ;
  76.  
  77. ; This section is always processed except on a reinstall
  78. [install]
  79. files=viewer,shared,
  80.  
  81. [shared]
  82. files=viewer,shared,
  83.  
  84. [book1]
  85. files = book1,,@book1
  86.  
  87. [book2]
  88. files = book2,,@book2
  89.  
  90. [book3]
  91. files = book3,,@book3
  92.  
  93. [book4]
  94. files = book4,,@book4
  95.  
  96. [book5]
  97. files = book5,,@book5
  98.  
  99. [book6]
  100. files = book6,,@book6
  101.  
  102. [ viewer]
  103. files = viewer,,
  104.  
  105. [welcome_page]
  106. files = welcome_page,,
  107.  
  108. [hidden_books]
  109. files = hidden_books,,
  110.  
  111. [hidden_files]
  112. files = hidden_files,,
  113.  
  114. [icon]
  115. files = icon,,
  116.  
  117. [Reference Desk]
  118. BeyondBooksEntry=MS-&Windows Tutorial,wintutor.exe
  119. BeyondBooksEntry=!separator!
  120. BeyondBooksEntry=FTP &Bulletin Board (Modem), terminal.exe %sftpbbs.trm, 2
  121. BeyondBooksEntry=&Anonymous FTP @ ftp.com, wftp.exe -u anonymous guest ftp.ftp.com
  122.  
  123. ;GROUPS
  124. ; This section defines the program manager groups and items
  125. ;
  126. ; Groups format:
  127. ;    <ident>=<description>,<filename>,[<selector>]
  128. ;
  129. ; <ident> is an arbitrary identifier which is used to find the
  130. ;    section containing group icons to create.
  131. ; <description> is the string that will appear in the group title
  132. ; <filename> is the file name to used for the group file. Do not
  133. ;    specify a path or extension. The group file will be created
  134. ;    in the destination directory.
  135. ; <selector> controls if the group is actually created. It can be:
  136. ;    yes: always create the group
  137. ;    no: do not create the group. It will be removed if it exists.
  138. ;    @<var>: create the group if the value of <var> is true (yes
  139. ;    or selected) where <var> is any subset identifier or boolean
  140. ;    parameter.
  141. ;
  142. [groups]
  143. winapps="PC/TCP WinApps 3.0",winapps,yes
  144.  
  145. ;
  146. ; Items format:
  147. ;    <ident>=<description>,[<selector>],[<program>],[<options>]
  148. ;
  149. ; <ident> is an arbitrary identifier
  150. ; <description> is the string that will appear under the item icon.
  151. ;    don't use () in the description.
  152. ; <selector> controls if the item is actually created. It can be:
  153. ;    yes:  create the item always
  154. ;    no:   do not create the item. It will be removed if it exists.
  155. ;    @<var>: create the icon if the value of <var> is true (yes
  156. ;    or selected) where <var> is any subset identifier.
  157. ; <program> is the command to execute. This parameter can use
  158. ;    @destdir to represent the destination directory.
  159. ; <options> specifies the icon file and icon index if any.
  160. ;
  161. [winapps]
  162. mmv="Reference Desk",yes,mviewer2.exe,
  163.  
  164. ; OPTIONS
  165. ; This section contains parameters that control the way install
  166. ; works.
  167. ;
  168. [options]
  169. ;
  170. ; batch-install can take on the folling values:
  171. ;    yes:    Install without asking questions. All the default
  172. ;        values from the above answers and subset sections
  173. ;        will be used.
  174. ;        Information that has no default will have to be
  175. ;        provided by other means before the software will
  176. ;        work.
  177. ;    no:    Ask the user for all needed info. This is the default.
  178. ;
  179. batch-install=no
  180.  
  181. ;
  182. ; batch-end is only used if batch-install is yes. It controls
  183. ;  what happens when install completes successfully and can take
  184. ;  on the following values:
  185. ;    exit:        Just exit the program.
  186. ;    exit-win:    Exit windows.
  187. ;    reboot:        Reboot the machine.
  188. ;
  189. ;batch-end=exit
  190.  
  191. ;
  192. ; create-log-file can take on the following values:
  193. ;    yes:    install creates a log file in the destination directory.
  194. ;        yes is the default.
  195. ;    no:    no log file is created.
  196. ;
  197. create-log-file=no
  198.  
  199. ;
  200. ; show-welcome-dialog can take on the following values:
  201. ;    yes:    Show the welcome dialog. This is the default.
  202. ;    no:    Skip the welcome dialog.
  203. show-welcome-dialog=yes
  204.  
  205. ;
  206. ; show-licence-dialog can take on the following values:
  207. ;    yes:    Show the licence dialog. This is the default.
  208. ;    no:    Skip the licence dialog. If this dialog is skiped
  209. ;        the serial number and authentication key must be
  210. ;        supplied some other way.  This dialog is skiped
  211. ;        on an upgrade if the old configuration is used.
  212. ;
  213. show-licence-dialog=yes
  214.  
  215. ;
  216. ; show-directory-dialog can take on the following values:
  217. ;    yes:    Show the destination directory dialog. This is the default.
  218. ;    no:    Skip the destination directory dialog. The value from the
  219. ;        destdir parameter in the answers section is used.
  220. ;
  221. show-directory-dialog=yes
  222.  
  223. ;
  224. ; show-subsets-dialog can take on the following values:
  225. ;    yes:    Show the subsets dialog. This is the default.
  226. ;    no:    Skip the subsets dialog. The initally checked subsets
  227. ;        will be installed.
  228. ;
  229. show-subsets-dialog=yes
  230.  
  231. ;TESTING
  232. ; This section is only usefull for testing and debugging the install
  233. ; program.
  234. ;
  235. [testing]
  236. ; don't actualy copy any files
  237. ;DebugDontCopy=yes
  238. ; don't check the file size during copy
  239. ;SetSizeCheckMode=0
  240.           
  241.  
  242.