home *** CD-ROM | disk | FTP | other *** search
/ Chip 1995 March / CHIP3.mdf / demo / pctcp / program / disk1 / setup.inf < prev    next >
Encoding:
INI File  |  1994-08-24  |  14.3 KB  |  420 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. ; use-prev-config is only used if a prevous version of this product
  14. ;  is installed. It can take on the following values:
  15. ;    yes:    Use configuration information from a previous
  16. ;        install. This is the default.
  17. ;    no:    Do not use previous configuration information.
  18. ;
  19. use-prev-config=yes
  20.  
  21. ;
  22. ; destdir is the default directory to install the product to. It
  23. ;  can be any valid drive and directory path. 
  24. ;
  25. destdir=c:\pctcp
  26.  
  27. ;
  28. ; kernel-type is the default kernel type (VxD or TSR) to use.
  29. ;  This parameter is only used by the Windows install.
  30. ;
  31. kernel-type=vxd
  32.  
  33. ;
  34. ; ignore-existing-driver is only used when an existing network
  35. ;  card driver is found in memory. If set to no the default will
  36. ;  be to use the existing driver. If set to yes the default
  37. ;  will be to not use the existing driver. This parameter is most
  38. ;  usefull in batch installs where the found existing driver dialog
  39. ;  is not shown.
  40. ;
  41. ignore-existing-driver=no
  42.  
  43. ;
  44. ; network-driver is the default driver to use. Its value must be
  45. ;  one of the keys in the netcard section of the netconf.inf file.
  46. ;  There is no default. This is only used for new installs when
  47. ;  no existing driver is found. 
  48. ;
  49. ;network-driver=pd$3c503
  50.  
  51. ;
  52. ; The following parameters are used to control the default values
  53. ;  for IP and DNS configuration parameters during a new install.
  54. ;  They have no default values.
  55. ;
  56. ;subnet-mask=
  57. ;router1=
  58. ;router2=
  59. ;router3=
  60. ;
  61. ;domain=
  62. ;domain-name-server1=
  63. ;domain-name-server2=
  64. ;domain-name-server3=
  65.  
  66. ; update-dos-startup-files is the default answer to the question:
  67. ;  "should autoexec.bat and config.sys be updated?" In batch mode
  68. ;  no question is asked and this controls the if the files are
  69. ;  updated or not.
  70. ;
  71. update-dos-startup-files=yes
  72.  
  73. ;PCTCPINI
  74. ; This section contains updates to be made to the pctcp.ini file.
  75. ;
  76. ; format:
  77. ;    <param>=<selector>,<section>,[<subsection>],<value>[,<overwrite>]
  78. ;
  79. ; <param> is the name of the parameter to add to the pctcp.ini file.
  80. ; <selector> controls if the parameter is actaully added. It can be:
  81. ;    yes: always add
  82. ;    no: do not add
  83. ;    @<var>: create the group if the value of <var> is true (yes
  84. ;    or selected) where <var> is any component identifier or boolean
  85. ;    parameter.
  86. ; <section> is the name of the pctcp.ini section to add the parameter to.
  87. ; <subsection> is the name of the pctcp.ini sub section to add the
  88. ;    parameter to. This is blank if there is no subsection.
  89. ; <value> is the value of the parameter. This can contain @ substitutions.
  90. ; <overwrite> determines if an existing setting in pctcp.ini will be
  91. ;    overwritten. The default is not to overwrite. Possible values:
  92. :    yes: overwrite
  93. ;    no: do not overwrite
  94. [pctcpini]
  95. vidrive = @vxdinst, vxdinit, , @nfsclient
  96. vnbep = @vxdinst, vxdinit, , @netbios
  97. telnet = @wininst, sessions, , @destdir\session.ini
  98. ftp = @wininst, sessions, , @destdir\session.ini
  99. Comscript-to-SLANG=@serial,dial,script-conversion,@destdir\cconv.stp
  100. kernel-does-dns = yes, kernel, , yes
  101. MinimumCopySpace = @tsrinst, vpctcp, , 12
  102. HiTSRFenceSegment = @tsrinst, vpctcp, , A000h
  103.             
  104. ;COMPONENTS
  105. ; This section defines Product components. The components are displayed
  106. ; to the user in a dialog with a check box next to each one. The
  107. ; user controls which files are installed by checking or unchecking
  108. ; the component. Checked components are installed.
  109. ;
  110. ; format:
  111. ;    <ident>=<description>,<init>,<selector>,<install-sect>
  112. ;
  113. ; <ident> is an arbitrary identifier. It is used as a selector by
  114. ;    install, groups and items sections below.
  115. ;    The special ident "blank" can be used to skip a line between
  116. ;    components.
  117. ; <description> is the string that will appear next to the check box in
  118. ;    the component selection dialog.
  119. ; <init> is the initial state of the component it can be "checked" or
  120. ;    "notchecked".
  121. ; <selector> controls if this component is displayed in the components dialog.
  122. ;    It can be:
  123. ;        yes:    show this component.
  124. ;        @<var>: show this component if the value of <var> is true,
  125. ;        where <var> is a boolean parameter.
  126. ; <install-sect> is the name of an install section.
  127. ;
  128. [components]
  129. dosfiles="Install &DOS Programs for Selected Components",checked,@wininst,pifs
  130. blank="",checked,@wininst,dummy
  131. nfsclient="Using &Network Files and Printers (InterDrive)",checked,yes,nfs_client
  132. email="Exchanging &Mail and News",checked,yes,email
  133. remotelogin="Logging in to a &Remote Host (Telnet and Rlogin)",checked,yes,remote_login
  134. filetrans="Transferring &Files (FTP)",checked,yes,file_transfer
  135. printing="&Printing (LPR)",checked,yes,print
  136. backup="&Archiving and Restoring Files (TAR and RMT)",checked,yes,backup
  137.  
  138. ;INSTALL
  139. ; These sections control which files get installed.
  140. ;
  141. ; format:
  142. ;    files = <sect>,[<key>],[<selector>]
  143. ;
  144. ; <sect> is the section in files.inf which contains the files to install.
  145. ; <key> is the optional key in the files.inf section.
  146. ; <selector> controls if this set of files is actualy installed. It can
  147. ;    be a boolean parameter or component identifier. If blank the files
  148. ;    are always installed.
  149. ;
  150.  
  151. ; This section is always processed except on a reinstall
  152. [install]
  153. files = remove,,
  154. files = base,,
  155. files = vxd,netbios,@vxdinst
  156. files = tsr,netbios,@tsrinst
  157. files = kerberos,,
  158. files = winbase,,@wininst
  159. files = misc,,
  160. files = winmisc,,@wininst
  161.  
  162.  
  163. ; The following sections are processed if the corrisponding component
  164. ; is selected at runtime.
  165. [nfs_client]
  166. files = dnfsc,,@dosfiles
  167. files = pctcpnet,,@winfiles
  168. files = nfsc,,
  169. files = vxd,nfsc,@vxdinst
  170. files = tsr,nfsc,@tsrinst
  171. files = tsr,wfw,@tsrinst
  172.  
  173. [email]
  174. files = email,,
  175.  
  176. [remote_login]
  177. files = drlogin,,@dosfiles
  178. files = drloginc,,@dosfiles
  179. files = drloginx,,@dosfiles
  180. files = wrlogin,,@winfiles
  181. files = rlogin,,
  182. files = keymap,,
  183.  
  184. [file_transfer]
  185. files = dftrans,,@dosfiles
  186. files = dftransc,,@dosfiles
  187. files = wftrans,,@winfiles
  188.  
  189. [print]
  190. files = dprint,,@dosfiles
  191. files = wprint,,@winfiles
  192. files = pctcpnet,,@winfiles
  193.  
  194. [backup]
  195. files = dbackup,,@dosfiles
  196. files = dbackupc,,@dosfiles
  197. files = wbackup,,@winfiles
  198.  
  199. [pifs]
  200. files = pifs,,
  201.  
  202. ;GROUPS
  203. ; This section defines the program manager groups and items
  204. ;
  205. ; Groups format:
  206. ;    <ident>=<description>,<filename>,[<selector>]
  207. ;
  208. ; <ident> is an arbitrary identifier which is used to find the
  209. ;    section containing group icons to create.
  210. ; <description> is the string that will appear in the group title
  211. ; <filename> is the file name to used for the group file. Do not
  212. ;    specify a path or extension. The group file will be created
  213. ;    in the destination directory.
  214. ; <selector> controls if the group is actually created. It can be:
  215. ;    yes: always create the group
  216. ;    no: do not create the group. 
  217. ;    @<var>: create the group if the value of <var> is true (yes
  218. ;    or selected) where <var> is any component identifier or
  219. ;    boolean parameter.
  220. ;
  221. [groups]
  222. dosapps="PC/TCP DOSApps 3.0",dosapps,@dosfiles
  223. winapps="PC/TCP WinApps 3.0",winapps,yes
  224.  
  225. ;
  226. ; Items format:
  227. ;    <ident>=<description>,[<selector>],[<program>],[<options>]
  228. ;
  229. ; <ident> is an arbitrary identifier
  230. ; <description> is the string that will appear under the item icon.
  231. ;    don't use () in the description.
  232. ; <selector> controls if the item is actually created. It can be:
  233. ;    yes:  create the item always
  234. ;    no:   do not create the item. 
  235. ;    @<var>: create the icon if the value of <var> is true (yes
  236. ;    or selected) where <var> is any component identifier.
  237. ; <program> is the command to execute. This parameter can use
  238. ;    @destdir to represent the destination install directory.
  239. ; <options> specifies the icon file and icon index if any.
  240. ;
  241. [winapps]
  242. winet="Statistics",yes,@destdir\winet,
  243. config="Configure",yes,@destdir\wconfig,
  244. wping="Ping",yes,@destdir\wping,
  245. wdial="Dialer",@serial,@destdir\wdial,
  246. ctlapp="Server Control",yes,@destdir\ctlapp,
  247. netctl="Network Control",yes,@destdir\netctl,
  248. wtar="Archiver",@backup,@destdir\wtar,
  249. wftp="FTP",@filetrans,@destdir\wftp,
  250. wtnvt="TNVT",@remotelogin,@destdir\wtnvt,
  251. wtn3270="TN3270",@remotelogin,@destdir\wtn3270,
  252. wmsg="Dialog",yes,@destdir\wmsg,
  253. netquery="Query",yes,@destdir\netquery,
  254. readme="Readme.txt",yes,"notepad @destdir\readme.txt",
  255.  
  256. [dosapps]
  257. ping="Ping",yes,@destdir\ping.pif,"@destdir\ftpicons.dll,5"
  258. ftp="FTP",@filetrans,@destdir\ftp.pif,"@destdir\ftpicons.dll,1"
  259. ftpsrv="FTP Server",@filetrans,@destdir\ftpsrv.pif,"@destdir\ftpicons.dll,14"
  260. lpq="LPQ",@printing,@destdir\lpq.pif,"@destdir\ftpicons.dll,2"
  261. lpr="LPR",@printing,@destdir\lpr.pif,"@destdir\ftpicons.dll,3"
  262. pcmail="PCmail Transport",@email,@destdir\pcmail.pif,"@destdir\ftpicons.dll,4"
  263. rloginvt="RloginVT",@remotelogin,@destdir\rloginvt.pif,"@destdir\ftpicons.dll,0"
  264. keymap="Keymap",@remotelogin,@destdir\keymap.pif,"@destdir\ftpicons.dll,12"
  265. rsh="Remote Shell",@remotelogin,@destdir\rsh.pif,"@destdir\ftpicons.dll,8"
  266. tn="TN",@remotelogin,@destdir\tn.pif,"@destdir\ftpicons.dll,9"
  267. vmail="Email Reader",@email,@destdir\vmail.pif,"@destdir\ftpicons.dll,10"
  268.  
  269. ; OPTIONS
  270. ; This section contains parameters that control the way install
  271. ; works.
  272. ;
  273. [options]
  274. ;
  275. ; batch-install can take on the folling values:
  276. ;    yes:    Install without asking questions. All the default
  277. ;        values from the above answers and component sections
  278. ;        will be used.
  279. ;        Information that has no default will have to be
  280. ;        provided by other means before the software will
  281. ;        work.
  282. ;    no:    Ask the user for all needed info. This is the default.
  283. ;
  284. batch-install=no
  285.  
  286. ;
  287. ; batch-end is only used if batch-install is yes. It controls
  288. ;  what happens when install completes successfully and can take
  289. ;  on the following values:
  290. ;    exit:        Just exit the program (the default).
  291. ;    exit-win:    Exit windows. This will leave temporary files
  292. ;            around. The temp directory and any files in
  293. ;            referenced in _mssetup.bat will need to be cleaned
  294. ;            up manualy.
  295. ;    reboot:        Reboot the machine.
  296. ;
  297. ;batch-end=exit
  298.  
  299. ;
  300. ; create-log-file can take on the following values:
  301. ;    yes:    install creates a log file in the destination directory.
  302. ;        yes is the default.
  303. ;    no:    no log file is created.
  304. ;
  305. create-log-file=yes
  306.  
  307. ;
  308. ; central-configuration determines the method of central configuration
  309. ;  used. central configuration allows configuration data such as IP
  310. ;  address and DNS server to be stored on a central server. The
  311. ;  install program will add the necessary commands to the network
  312. ;  startup to get configuration information from the central server.
  313. ;  A server must first be configured to return information for
  314. ;  this host.
  315. ;  This parameter can take on the following values:
  316. ;    none:    No central configuration is available. This is the
  317. ;        default.
  318. ;    bootp:    A bootp server is available. A bootp server must first
  319. ;        be setup with information on this host.
  320. ;    dhcp:    A DHCP server is available. A DHCP server must first
  321. ;        be setup with information on this host.
  322. ;
  323. central-configuration=none
  324.  
  325. ;
  326. ; show-installmethod-dialog can take on the following values:
  327. ;    yes:    Show the install method dialog. This is the default.
  328. ;    no:    Skip the install method dialog.
  329. ; This dialog allows users to affects which other dialogs they see
  330. ; by selecting an express or custom method. The express method hides
  331. ; other dialogs. If you want full control over which dialogs are shown
  332. ; then you should set this parameter to no.
  333. ;
  334. show-installmethod-dialog=yes
  335.  
  336. ;
  337. ; show-directory-dialog can take on the following values:
  338. ;    yes:    Show the destination directory dialog. This is the default.
  339. ;    no:    Skip the destination directory dialog. The value from the
  340. ;        destdir parameter in the answers section is used.
  341. ;
  342. show-directory-dialog=yes
  343.  
  344. ;
  345. ;show-kernel-type-dialog can take on the followin values:
  346. ;    yes:    Show the kernel type dialog. This is the default
  347. ;    no:    Skip the kernel type dialog. The value from
  348. ;        kernel-type parameter in the answers section is used.
  349. ;   This parameter has no effect on the DOS install.
  350. ;
  351. show-kernel-type-dialog=yes
  352.  
  353. ;
  354. ; show-components-dialog can take on the following values:
  355. ;    yes:    Show the components dialog. This is the default.
  356. ;    no:    Skip the components dialog. The initally checked
  357. ;        components will be installed.
  358. ;
  359. show-components-dialog=yes
  360.  
  361. ;
  362. ; show-found-driver-dialog can take on the following values:
  363. ;    yes:    Show the found existing driver dialog if an existing
  364. ;        driver is found in memory. This is the default.
  365. ;    no:    Skip the found existing driver dialog. If an existing
  366. ;        driver is found it will be used unless the 
  367. ;        ignore-existing-driver parameter is set to yes.
  368. ;
  369. show-found-driver-dialog=yes
  370.  
  371. ;
  372. ; show-driverlist-dialog can take on the following values:
  373. ;    yes:    Show the driver list dialog. This is the default.
  374. ;    no:    Skip the driver list dialog. If this dialog is
  375. ;        skipped and an existing driver is not detected
  376. ;        and no default was set in the answers section,
  377. ;        you will have to install a driver manualy.
  378. ;
  379. show-driverlist-dialog=yes
  380.  
  381. ;
  382. ; show-driverconfig-dialog can take on the following values:
  383. ;    yes:    Show the driver config dialog. This is the default.
  384. ;    no:    Skip the driver config dialog.
  385. ;
  386. show-driverconfig-dialog=yes
  387.  
  388. ;
  389. ; show-frame-type-dialog can take on the following values:
  390. ;    yes:    Show the frame type dialog if the frame type can not
  391. ;        be determined by the network card driver selected.
  392. ;    no:    Skip the driver config dialog. DIX Ethernet will be
  393. ;        used as the default.
  394. ;
  395. show-frame-type-dialog=yes
  396.  
  397. ;
  398. ; show-ipconfig-dialog can take on the following values:
  399. ;    yes:    Show the IP config dialog. This is the default.
  400. ;    no:    Skip the IP config dialog. If this dialog is skiped
  401. ;        any values found from a previous config file will be
  402. ;        used. If there is no previous configuration these
  403. ;        values must be entered some other way before the product
  404. ;        will function.
  405. ;
  406. show-ipconfig-dialog=yes
  407.  
  408. ;
  409. ; show-dnsconfig-dialog can take on the following values:
  410. ;    yes:    Show the DNS config dialog. This is the default.
  411. ;    no:    Skip the DNS config dialog.If this dialog is skiped
  412. ;        any values found from a previous config file will be
  413. ;        used. If there is no previous configuration these
  414. ;        values must be entered some other way before the product
  415. ;        will function.
  416. ;
  417. show-dnsconfig-dialog=yes
  418.  
  419.  
  420.