home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Wtestowe / OnNet16 / SETUP.INF < prev    next >
INI File  |  1997-02-13  |  69KB  |  1,750 lines

  1. ;SETUP.INF
  2. ;
  3. ; This file contains information for the installation process.
  4. ; See the Managing PC/TCP guide for information on how this
  5. ; 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. ; In general, the answer sections below are presented in the same
  11. ; order as the dialogs would appear
  12. [answers]
  13. ; The Welcome Dialog has no scriptable answers
  14. ;
  15. ; The Winsock Warning Dialog has no scriptable answers
  16. ;
  17. ; The Conflicting Dlls Warning Dialog has no scriptable answers
  18. ;
  19. ; The License Notice Dialog has no scriptable answers
  20. ;
  21. ; The Install Method Dialog may be of three forms:
  22. : 1)  New Installation
  23. ;    scriptable by the:
  24. ;        new=express|custom
  25. ; 2)  Update
  26. ;    scriptable by the:
  27. ;        update=express|custom|new
  28. ; 3)  Reinstall
  29. ;    scriptable by the:
  30. ;        reinstall=add|reinstall
  31. new=express
  32. update=express
  33. reinstall=add
  34. ;
  35. ; The Serial Number / License Key Dialog has be below scriptable fields.
  36. ; If values are not present, the 30 day evaluation license will be used.
  37. ; If the values are present but invalid, the Serial Number / License Key Dialog
  38. ; will be displayed even if show-license-dialog=no.
  39. ;
  40. ;  serial-number=
  41. ;  authentication-key=
  42. ;
  43. ; The Destination Directory Dialog has the below scriptable field.
  44. ; destdir is the default directory to install the product to. 
  45. ; It can be any valid drive and directory path. 
  46. ; This value will be  used during a New Installation or an Update/New install.
  47. ; If a previous version of the product was found on the user's system and 
  48. ; this is an Update/Custom or Update/Express then the previous directory will
  49. ; be used as the destdir.
  50. ;
  51. destdir=c:\pctcp
  52. ;
  53. ; The Installation Options Dialog is displayed only if the distribution media
  54. ; is a CD-ROM. This is controlled by the below value.
  55. ; if book-source = floppy then the install is from floppies
  56. ; if book-source = .\ then the install is from cd rom
  57. ; The Installation Options Dialog has be below scriptable field.
  58. ; copy-refdesk=yes|no
  59. book-source= .\
  60. copy-refdesk=no
  61. ;
  62. ; Added to allow FTP default during express install.
  63. ; win95-stack-vendor is the vendor default stack (Microsoft or FTP) to use.
  64. ;  This parameter is only used on Windows 95.
  65. ;
  66. win95-stack-vendor=ftp
  67.  
  68. ;
  69. ; The Components Dialog is scriptable by setting the default check states
  70. ; in the [components] and [<subcomponent>] section.
  71. ;
  72. ;
  73. ; The MAPI.DLL Detected Dialog has no scriptable answers.
  74. ;
  75. ; The Network Card Dialog is scriptable by the network-driver parameter.
  76. ;
  77. ; ignore-existing-driver is only used when an existing network
  78. ;  card driver is found in memory. If set to no the default will
  79. ;  be to use the existing driver. If set to yes the default
  80. ;  will be to not use the existing driver. This parameter is most
  81. ;  useful in batch installs where the found existing driver dialog
  82. ;  is not shown.
  83. ;
  84. ignore-existing-driver=no
  85.  
  86. ;
  87. ; network-driver is the default driver to use. Its value must be
  88. ;  one of the keys in the netcard section of the netconf.inf file.
  89. ;  There is no default. This is only used for new installs when
  90. ;  no existing driver is found. See the driver config section below.
  91. ;
  92. ;network-driver=pd$3c503
  93.  
  94. ;
  95. ; The IP Configuration Dialog has the below scriptable answers during
  96. ; a new installation.
  97. ;
  98. ; The following parameters are used to control the default values
  99. ; for IP configuration parameters during a new install.
  100. ; They have no default values.
  101. ;ip-address=
  102. ;subnet-mask=
  103. ;router1=
  104. ;router2=
  105. ;router3=
  106. ;
  107.  
  108. ; The Name Server Configuration Dialog has the below scriptable answers 
  109. ; for new installations or if or a name resolution hasn't yet been choosen.
  110. ;
  111. ; name-resolution is the default service for name resoluton.
  112. ; name-resolution=nis|dns
  113. ; NOTE: The nis-domain parameter is only used when name-resolution=NIS,
  114. ;       then the domain-name-server# parameters are the NIS servers.
  115. ;host-name=
  116. ;domain=
  117. ;nis-domain=
  118. ;domain-name-server1=
  119. ;domain-name-server2=
  120. ;domain-name-server3=
  121. name-resolution=dns
  122.  
  123. ;
  124. ; frame-type is the default frame type to use when installing 
  125. ;  a driver for which the frame type can not be determined 
  126. ;  (for example an existing NDIS driver) or when not installing
  127. ;  any driver. It can take on these values: DIX-Ethernet, 
  128. ;  IEEE, Token-Ring, X25, Apple-Talk.
  129. ;
  130. ;frame-type=DIX-Ethernet
  131.  
  132. ;
  133. ; serial-protocol is the default serial protocol to use. This
  134. ;  parameter is only used for serial interfaces. It can take on
  135. ;  values SLIP and PPP.
  136. ;
  137. serial-protocol = PPP
  138.  
  139. ;
  140. ; comport is the default com port to use for a serial connection.
  141. ;  This parameter can take on values COM1, COM2, COM3, and COM4.
  142. ;
  143. ;comport = COM1
  144.  
  145. ;
  146. ; modem is the default modem to use for a serial connection.
  147. ;  This parameter must specify the name of one of the modems
  148. ;  in the file MODEM.INI.
  149. ;
  150. modem=Hayes compatible (9600)
  151.  
  152. ;
  153. ; time-zone is the time zone subsection to use from the TIMEZONE.INI
  154. ;  file.  This will be the selected entry if the dialog is shown.
  155. ;  If not shown, it will automatically use this time zone.
  156. ;
  157. time-zone=us-est
  158.  
  159. ; username is the value displayed in the user name dialog.  The
  160. ;  value from this dialog will be written to the [pctcp general]
  161. ;  user variable.  If a previous configuration is used it will
  162. ;  override this default.
  163. ;
  164. ;username=
  165.  
  166. ;
  167. ; update-dos-startup-files is the default answer to the question:
  168. ;  "should autoexec.bat and config.sys be updated?" In batch mode
  169. ;  no question is asked and this controls the if the files are
  170. ;  updated or not.
  171. ;
  172. update-dos-startup-files=yes
  173.  
  174. ;
  175. ; pctcpnet-availability controls if/how the Windows Network Driver
  176. ;  (pctcpnet) is added to the system in batch or express installs.
  177. ;  For custom installs, it sets the default radio button in the
  178. ;  Network Driver availability dialog.
  179. ;  It can take on the following values: none, primary, secondary.
  180. ;  For a Windows (not Windows for Workgroups) install secondary is
  181. ;  treated as primary.
  182. ;
  183. pctcpnet-availability=secondary
  184.  
  185. ;
  186. ; other-network-available controls if another Windows Network Driver
  187. ;  (if present) will be made available from the pctcpnet network
  188. ;  driver in batch or express installs. For custom installs, it
  189. ;  sets the default for the check box on the other network.
  190. ;  If there is no other network driver present then this parameter
  191. ;  is ignored. It can take on the value yes or no.
  192. ;
  193. other-network-available=yes
  194.  
  195. ;
  196. ; use-prev-config is only used if a previous version of this product
  197. ;  is installed. It can take on the following values:
  198. ;       yes:    Use configuration information from a previous
  199. ;               install. This is the default.
  200. ;       no:     Do not use previous configuration information.
  201. ;
  202. use-prev-config=yes
  203.  
  204. ;
  205. ; kernel-type is the default kernel type (VxD or TSR) to use.
  206. ;  This parameter is only used by the Windows install.
  207. ;
  208. kernel-type=vxd
  209.  
  210. ;
  211. ; copy-vxd-and-tsr tells the install program to copy both the
  212. ;  TSR and VxD versions of files.  This parameter is only used
  213. ;  by the Windows install. 
  214. copy-vxd-and-tsr=no
  215. ;
  216. ; central-configuration determines the method of central configuration
  217. ;  used. central configuration allows configuration data such as IP
  218. ;  address and DNS server to be stored on a central server. The
  219. ;  install program will add the necessary commands to the network
  220. ;  startup to get configuration information from the central server.
  221. ;  A server must first be configured to return information for
  222. ;  this host. This parameter applies to the default interface.
  223. ;  This parameter can take on the following values:
  224. ;       none:   No central configuration is available. This is the
  225. ;               default.
  226. ;       bootp:  A bootp server is available. A bootp server must first
  227. ;               be setup with information on this host.
  228. ;       dhcp:   A DHCP server is available. A DHCP server must first
  229. ;               be setup with information on this host.
  230. ;
  231. central-configuration=none
  232.  
  233. ;DRIVER CONFIG
  234. ; This optional section can be used to configure the driver given
  235. ; in parameter network-driver in the answers section.
  236. ;
  237. ; The section name must be the same as the value of the network-driver
  238. ; parameter. The parameters in the section are similar to the ones
  239. ; in the protocol config sections of netconf.inf.
  240. ;
  241. ; The format is:
  242. ;   param=key,value
  243. ;
  244. ;   param is "param", "io", "irq"...
  245. ;   key is the name of the key or null
  246. ;   value is the value to use for this configuration parameter
  247. ;
  248. ; For example:
  249. ;[pd$3c503]
  250. ;irq=,5
  251. ;io=,0x300
  252. ;param=cable_type,0
  253.  
  254.  
  255. ; OPTIONS
  256. ; This section contains parameters that control the way install
  257. ; works.
  258. ;
  259. [options]
  260.  
  261. ; batch-install can take on the following values:
  262. ;       yes:    Install without asking questions. All the default
  263. ;               values from the above answers and component sections
  264. ;               will be used.
  265. ;               Information that has no default will have to be
  266. ;               provided by other means before the software will
  267. ;               work.
  268. ;       no:     Ask the user for all needed info. This is the default.
  269. ;;; Do not use this field
  270. ;;; Either use: show-no-dialogs=yes
  271. ;;; or set the show-*-dialog=no for each dialog
  272. batch-install=no
  273.  
  274. ;
  275. ; batch-end is only used if batch-install is yes. It controls
  276. ;  what happens when install completes successfully and can take
  277. ;  on the following values:
  278. ;       exit:           Just exit the program (the default).
  279. ;       exit-win:       Exit windows. This will leave temporary files
  280. ;                       around. The temp directory and any files in
  281. ;                       referenced in _mssetup.bat will need to be cleaned
  282. ;                       up manually. This is not available for 95 or NT. If
  283. ;                       used will act as "exit".
  284. ;       reboot:         Reboot the machine.
  285. ;;; Do not use this
  286. ;;; Use reboot=yes|no instead
  287. ;batch-end=exit
  288.  
  289. ;
  290. ; create-log-file can take on the following values:
  291. ;       yes:    install creates a log file in the destination directory.
  292. ;               yes is the default.
  293. ;       no:     no log file is created.
  294. ;NOTE:    For 32-bit OS, like win95 or NT, here has to be 'yes'-- to create
  295. ;    a log file! Because during restarting machine, all 32-bit dll's and
  296. ;    exe's are renamed to *.dll and *.exe from *.d32 or *.e32 according
  297. ;    to install.log file. Without install.log file, the installing machine
  298. ;    will not be installed properly and not work.
  299. create-log-file=yes
  300.  
  301. ;
  302. ; show-installmethod-dialog can take on the following values:
  303. ;       yes:    Show the install method dialog.
  304. ;       no:     Skip the install method dialog.
  305. ; This dialog allows users to affects which other dialogs they see
  306. ; by selecting an express or custom method. The express method hides
  307. ; other dialogs. If you want full control over which dialogs are shown
  308. ; then you should set this parameter to no.
  309. ;
  310. show-installmethod-dialog=yes
  311.  
  312. ;
  313. ; show-copyfiles-dialog can take on the following values:
  314. ;       yes:    Show the dialog box.
  315. ;       no:     Skip the dialog box.
  316. ; This dialog allows users to not install the files to their system.
  317. ; This is the commit point for which all changes to the users system
  318. ; will start. If you exit here the users system should not be changed.
  319. ;
  320. show-copyfiles-dialog=yes
  321.  
  322. ;
  323. ; show-copybooks-dialog can take on the following values:
  324. ;       yes:    Show the dialog box.
  325. ;       no:     Skip the dialog box.
  326. ; This dialog allows users to decide were they want the Reference Desk
  327. ; to be installed either on the users system or left to access off the 
  328. ; CD.
  329. ;
  330. show-copybooks-dialog=yes
  331.  
  332. ;
  333. ; show-welcome-dialog can take on the following values:
  334. ;       yes:    Show the dialog box.
  335. ;       no:     Skip the dialog box.
  336. ; This dialog welcomes the user and allows the viewing of the install 
  337. ; notes.
  338. ;
  339. show-welcome-dialog=yes
  340.  
  341. show-socksconfig-dialog=yes
  342. show-winsconfig-dialog=yes
  343. show-conflicting-dlls-dialog=no
  344. show-mapi-detect-dialog=yes
  345. show-install-winsock-dialog=yes
  346. show-update-dos-startup-files-dialog=yes
  347. show-chain-pctcpnet-dialog=yes
  348. show-reboot-dialog=yes
  349. show-wfwconfig-dialog=yes
  350. show-update-dlls-dialog=yes
  351.  
  352. ;
  353. ; show-closing-dialog can take on the following values:
  354. ;       yes:    Show the dialog box.
  355. ;       no:     Skip the dialog box.
  356. ; This dialog completes the install, the user can then view the changed
  357. ; files on the system.
  358. ;
  359. show-closing-dialog=yes
  360.  
  361.  
  362. ;
  363. ; show-license-dialog can take on the following values:
  364. ;       yes:    Show the license dialog.
  365. ;       no:     Skip the license dialog. If this dialog is skipped
  366. ;               the serial number and authentication key must be
  367. ;               supplied some other way.  This dialog is skipped
  368. ;               on an upgrade if the old configuration is used.
  369. ;
  370. show-license-dialog=yes
  371. show-licensenotice-dialog=yes
  372.  
  373. ;
  374. ; show-directory-dialog can take on the following values:
  375. ;       yes:    Show the destination directory dialog.
  376. ;       no:     Skip the destination directory dialog. The value from the
  377. ;               destdir parameter in the answers section is used.
  378. ;
  379. show-directory-dialog=yes
  380.  
  381. ;
  382. ;show-kernel-type-dialog can take on the following values:
  383. ;       yes:    Show the kernel type dialog.
  384. ;       no:     Skip the kernel type dialog. The value from
  385. ;               kernel-type parameter in the answers section is used.
  386. ;   This parameter has no effect on the DOS install.
  387. ;
  388. show-kernel-type-dialog=no
  389.  
  390. ;
  391. ; show-components-dialog can take on the following values:
  392. ;       yes:    Show the components dialog.
  393. ;       no:     Skip the components dialog. The initially checked
  394. ;               components will be installed.
  395. ;
  396. show-components-dialog=yes
  397.  
  398. ;
  399. ; show-found-driver-dialog can take on the following values:
  400. ;       yes:    Show the found existing driver dialog if an existing
  401. ;               driver is found in memory.
  402. ;       no:     Skip the found existing driver dialog. If an existing
  403. ;               driver is found it will be used unless the 
  404. ;               ignore-existing-driver parameter is set to yes.
  405. ;
  406. show-found-driver-dialog=yes
  407.  
  408. ;
  409. ; show-driverlist-dialog can take on the following values:
  410. ;       yes:    Show the driver list dialog.
  411. ;       no:     Skip the driver list dialog. If this dialog is
  412. ;               skipped and an existing driver is not detected
  413. ;               and no default was set in the answers section,
  414. ;               you will have to install a driver manually.
  415. ;
  416. show-driverlist-dialog=yes
  417.  
  418. ;
  419. ; show-driverconfig-dialog can take on the following values:
  420. ;       yes:    Show the driver config dialog.
  421. ;       no:     Skip the driver config dialog.
  422. ;
  423. show-driverconfig-dialog=yes
  424.  
  425. ;
  426. ; show-frame-type-dialog can take on the following values:
  427. ;       yes:    Show the frame type dialog if the frame type can not
  428. ;               be determined by the network card driver selected.
  429. ;       no:     Skip the driver config dialog. DIX Ethernet will be
  430. ;               used as the default.
  431. ;
  432. show-frame-type-dialog=yes
  433.  
  434. ;
  435. ; show-ipconfig-dialog can take on the following values:
  436. ;       yes:    Show the IP config dialog.
  437. ;       no:     Skip the IP config dialog. If this dialog is skipped
  438. ;               any values found from a previous config file will be
  439. ;               used. If there is no previous configuration these
  440. ;               values must be entered some other way before the product
  441. ;               will function.
  442. ;
  443. show-ipconfig-dialog=yes
  444.  
  445. ;
  446. ; show-if-summary-dialog can take on the following values:
  447. ;       yes:    Show the Interface summary dialog.
  448. ;       no:     Skip the Interface summary dialog. If this dialog is skipped
  449. ;               then for a new install the interface is created using
  450. ;               values from the answers section if any.  If any kind of
  451. ;               upgrade then the existing current interface will be used.
  452. ;
  453. show-if-summary-dialog=yes
  454.  
  455. ;
  456. ; show-dns-config-dialog can take on the following values:
  457. ;       yes:    Show the DNS config dialog.
  458. ;       no:     Skip the DNS config dialog.If this dialog is skipped
  459. ;               any values found from a previous config file will be
  460. ;               used. If there is no previous configuration these
  461. ;               values must be entered some other way before the product
  462. ;               will function.
  463. ;
  464. show-dns-config-dialog=yes
  465.  
  466. ;
  467. ; show-username-dialog can take on the following values:
  468. ;       yes:    Show the user name dialog.
  469. ;       no:     Skip the user name dialog and use either the value
  470. ;               from this file's user-name variable in the answer
  471. ;               section, or the value from the previous config.
  472. ;
  473. show-username-dialog=yes
  474.  
  475. ;
  476. ; show-time-zone-dialog can take on the following values:
  477. ;       yes:    Show the time zone dialog.
  478. ;       no:     Skip the timezone dialog.  If this dialog is skipped
  479. ;               any values found from a previous config file will be
  480. ;               used. If there is no previous configuration then
  481. ;               the default from the answers section will be used.
  482. ;
  483. show-time-zone-dialog=yes
  484. ; show-stack-vendor-dialog can take on the following values:
  485. ;       yes:    Show the stack vendor dialog box. 
  486. ;       no:     Skip the stack vendor dialog.  If this dialog is skipped
  487. ;               any values found from a previous config file will be
  488. ;               used. If there is no previous configuration then
  489. ;               the default from the answers section will be used.
  490. ;
  491. show-stack-vendor-dialog=yes 
  492.                       ;
  493. ; show-socksconfig-dialog can take on the following values:
  494. ;       yes:    Show the socks config dialog.
  495. ;       no:     Skip the socks config dialog.  If this dialog is skipped
  496. ;               any values found from a previous config file will be
  497. ;               used. If there is no previous configuration then
  498. ;               the default from the answers section will be used.
  499. ;
  500. ;   Note: this dialog is never displayed by the DOS install
  501. show-socksconfig-dialog=yes
  502.  
  503.  
  504.  
  505. ;INI
  506. ; This section describes various ini files to be updated.
  507. ; format:
  508. ;       ini=<file-path>,<section-name>,<selector>,<backup>,[<package>]
  509. ;
  510. ; <file-path> is the full path of the .ini file to update.
  511. ; <section-name> is the name of the section in SETUP.INF which contains
  512. ;       parameters which control how the file is updated. The referenced
  513. ;       section format is described below under INIFILE.
  514. ; <selector> selects if this file is to be updated. It can take on 
  515. ;       values yes or no. It can also be a selector symbol which
  516. ;       evaluates to yes or no. If yes then this file will be updated.
  517. ; <backup> is either yes or no. If yes a backup will be created in the
  518. ;       same directory with the extension .FTP.
  519. ; <package> is the package name. It is pctcp for pctcp.ini and blank for
  520. ;       Windows style .ini files.
  521. ;
  522. [ini]
  523. ini=@pctcpinipath,pctcpini,yes,no,pctcp
  524. ini=@windowsdir\win.ini,winini,yes,yes,
  525. ini=@destdir\oemsetup.inf,oemsetup,yes,no,
  526. ini=@destdir\tnterm\tn3270.ini,tn3270ini,@win_tnterm,yes,
  527. ini=@destdir\mailon.ini,mailonini,@keyviewedit&@mailon,yes,
  528. ini=@windowsdir\control.ini,ctlini,yes,yes,
  529. ini=@windowsdir\winfile.ini,winfileini,@keyview,yes,
  530. ;ini=@windowsdir\emosaic.ini,emosaicini,@mosaic,no,
  531. ini=@windowsdir\gopher.ini,gopherini,@keyviewedit&@gopher,yes,
  532. ini=@destdir\launcher.ini,launcherini,yes,yes,
  533. ini=@destdir\modem.ini,modemini,no,yes,
  534.  
  535. ;INIFILE
  536. ; This section contains updates to be made to the file specified
  537. ; in the ini section.
  538. ;
  539. ; format:
  540. ;       <param>=<selector>,<section>,[<subsection>],<value>[,<overwrite>]
  541. ;
  542. ; <param> is the name of the parameter to add to the pctcp.ini file.
  543. ; <selector> controls if the parameter is actually added. It can be:
  544. ;       yes: always add
  545. ;       no: do not add
  546. ;       @<var>: create the parameter if the value of <var> is true (yes
  547. ;       or selected) where <var> is any component identifier or boolean
  548. ;       parameter.
  549. ; <section> is the name of the pctcp.ini section to add the parameter to.
  550. ; <subsection> is the name of the pctcp.ini sub section to add the
  551. ;       parameter to. This is blank if there is no subsection.
  552. ; <value> is the value of the parameter. This can contain @ substitutions.
  553. ; <overwrite> determines if an existing setting in pctcp.ini will be
  554. ;       overwritten. The default is not to overwrite. Possible values:
  555. ;       yes: overwrite
  556. ;       no: do not overwrite
  557.  
  558. ;PCTCPINI
  559. [pctcpini]
  560. use-advanced = yes, pctcpnet, , yes, ,
  561. vidrive = @vxdinst&~@wolverinst&~@;SN_bReinstallAddFlag, vxdinit, , @nfp, yes
  562. vidrive = @vxdinst&~@wolverinst&@;SN_bReinstallAddFlag&@nfp, vxdinit,, yes, yes
  563. vidrive = @wolverinst, vxdinit, , no, yes
  564. vnbep = @vxdinst, vxdinit, , yes, yes
  565. cache-lease = yes, dhcp, , no, yes
  566. vdhcp = @vxdinst, vxdinit, , @use-dhcp, yes
  567. vxdlw = @vxdinst &~@;SN_bReinstallAddFlag, vxdinit, , @dos_iptrace, yes
  568. vxdlw = @vxdinst & @;SN_bReinstallAddFlag & @dos_iptrace , vxdinit, , yes, yes
  569. slow-link-multiplier = @serial, kernel, , 2, no
  570. large-packets=@vxdinst,kernel,,CONF_DELETE,yes
  571. small-packets=@vxdinst,kernel,,CONF_DELETE,yes
  572. large-packets=@vxdinst,kernel-vxd,,CONF_DELETE,yes
  573. small-packets=@vxdinst,kernel-vxd,,CONF_DELETE,yes
  574.  
  575. telnet = @wininst, sessions, , @destdir\tnvtplus\, yes
  576.  
  577. ftp = @wininst, sessions, , @destdir\session.ini
  578. wmsg = @wininst, sessions, , @destdir\wmsg.ini
  579. ctlapp = @wininst,  sessions, , @destdir\ctlapp.ini
  580. config-file = @wininst, syslog, , @destdir\syslog.cnf
  581. Comscript-to-SLANG=@serial,dial,script-conversion,@destdir\cconv.stp
  582. Node-Type = @ftpkernel & @win95inst,netbios-vxd,,B,yes
  583. Domain-scope = @ftpkernel & @win95inst & @usingNIS,netbios-vxd,,CONF_DELETE,yes
  584. kernel-does-dns = yes, kernel, , yes
  585. MinimumCopySpace = @tsrinst, vpctcp, , 12
  586. HiTSRFenceSegment = @tsrinst, vpctcp, , A000h
  587. ; kernel section defaults
  588. mtu-discovery = yes, kernel, , yes
  589. multicast = yes, kernel, , no
  590. pktdrv-loopback = yes, kernel, , yes
  591. router-discovery = yes, kernel, , no
  592. ; netbios section defaults
  593. cache-elements = yes, netbios, , 10
  594. names = yes, netbios, , 16
  595. ; other defaults
  596. video-card = , screen, , VESA
  597. map-character = @tsrinst, idrive, , ~
  598. ; language section defaults
  599. dll = yes, language, , enu, no 
  600.  
  601. ;CTLINI
  602. [CTLINI]
  603. MailIt2Setup=yes,MMCPL,,CONF_DELETE,yes
  604.  
  605. ;WININI
  606. [WININI]
  607. MAPI=@winmail&@mapidll,Mail,,1,yes
  608. ; For TN3270 need to add the following to WIN.INI:
  609. ;   [TN3270]
  610. ;   INIFile=c:\destination path
  611. INIFile= @win_tnterm, TN3270, , @destdir\tnterm\tn3270.ini, yes
  612. load=@keyview,Windows,,@winloadvalue,yes
  613. OTE=@win_telnet,Extensions,,@destdir\tnvtplus\OSRUN16.exe /r ^.OTE, yes
  614. STE=@win_telnet,Extensions,,@destdir\tnvtplus\TNVT16.EXE  ^.STE, yes
  615. OSS=@win_telnet,Extensions,,@destdir\tnvtplus\OS16.EXE ^.OSS, yes
  616. OSX=@win_telnet,Extensions,,@destdir\tnvtplus\OSRUN16.EXE ^.OSX, yes
  617. ; launcher section
  618.      
  619. [launcherini]
  620. ftpstack = yes,default,,@ftpkernel,yes
  621. exe0 = yes,startup,,@destdir\wdial.exe,yes
  622. cwd0 = yes,startup,,@destdir,yes
  623. exe1 = yes,startup,,@destdir\genreg.exe,yes
  624. cwd1 = yes,startup,,@destdir,yes
  625. exe2 = yes,startup,,winhelp @destdir\launcher.hlp,yes
  626.  
  627. ;exe3 = yes,launcher,,@destdir\mosaic\emosaic.exe,yes
  628. ;cwd3 = yes,launcher,,@destdir\mosaic,yes
  629. exe4 = @win_telnet,launcher,,@destdir\tnvtplus\tnvt16.exe,yes
  630. cwd4 = @win_telnet,launcher,,@destdir\tnvtplus,yes
  631. exe5 = @trans,launcher,,@destdir\wftp.exe,yes
  632. cwd5 = @trans,launcher,,@destdir,yes
  633. exe6 = @trans,launcher,,@destdir\gopher\gopher.exe,yes
  634. cwd6 = @trans,launcher,,@destdir\gopher,yes
  635. exe7 = @winmail,launcher,,@destdir\mailon.exe,yes
  636. cwd7 = @winmail,launcher,,@destdir,yes
  637. exe8 = yes,launcher,,@destdir\news16.exe,yes
  638. cwd8 = yes,launcher,,@destdir,yes
  639. exe9 = @win_tnterm,launcher,,@destdir\tnterm\tn3270.exe,yes
  640. cwd9 = @win_tnterm,launcher,,@destdir,yes
  641. exe10 = yes,launcher,,winhelp @destdir\launcher.hlp,yes
  642.  
  643. ;exe3 = yes,launchpad,,@destdir\mosaic\emosaic.exe,yes
  644. ;cwd3 = yes,launchpad,,@destdir\mosaic,yes
  645. exe4 = @win_telnet,launchpad,,@destdir\tnvtplus\tnvt16.exe,yes
  646. cwd4 = @win_telnet,launchpad,,@destdir\tnvtplus,yes
  647. exe5 = @trans,launchpad,,@destdir\wftp.exe,yes
  648. cwd5 = @trans,launchpad,,@destdir,yes
  649. exe6 = @trans,launchpad,,@destdir\gopher\gopher.exe,yes
  650. cwd6 = @trans,launchpad,,@destdir\gopher,yes
  651. exe7 = @winmail,launchpad,,@destdir\mailon.exe,yes
  652. cwd7 = @winmail,launchpad,,@destdir,yes
  653. exe8 = yes,launchpad,,@destdir\news16.exe,yes
  654. cwd8 = yes,launchpad,,@destdir,yes
  655. exe9 = @win_tnterm,launchpad,,@destdir\tnterm\tn3270.exe,yes
  656. cwd9 = @win_tnterm,launchpad,,@destdir,yes
  657. exe10 = yes,launchpad,,winhelp @destdir\launcher.hlp,yes
  658.  
  659. backgroundbmp-filename = yes,startup,,@destdir\launch01.bmp,no 
  660. backgroundbmp-filename = yes,launcher,,@destdir\launch02.bmp,no 
  661.            
  662. ;TN3270INI
  663. [tn3270ini]
  664. LastInstall= yes, TN3270, , @destdir\tnterm, yes
  665. DefaultReceiveDirectory= yes, TN3270, , @destdir\tnterm\receive, yes
  666. DefaultScriptDirectory= yes, TN3270, , @destdir\tnterm\scripts, yes
  667. DefaultTemplateDirectory= yes, TN3270, , @destdir\tnterm\template, yes
  668. DefaultCFFilesDirectory= yes, TN3270, , @destdir\tnterm\cf_files, yes
  669.  
  670. ;OEMSETUP
  671. [oemsetup]
  672. sysparm=yes,ftp$tsr,,'"network drivers",transport,",@destdir\dis_pkt.gup",append',yes
  673. secondnet.drv=yes,ftp$pctcpnet,,"pctcpnet.drv,@destdir\pctcpnet.drv",yes
  674. system.ini=yes,pctcp,,"boot,network.drv,@destdir\pctcpnet.drv",yes
  675.  
  676. ;[keyviewini]
  677. ;home=@keyview,General,,@keyviewdir,yes
  678. ;path=@keyview,General,,@keyviewdir,yes
  679. ;server=@keyview,General,,@keyviewdir,yes
  680. ;CONF_ALL=~@document&~@;SN_bReinstallAddFlag,WPCnv,,CONF_DELETE,yes
  681. ;CONF_ALL=~@document&~@;SN_bReinstallAddFlag,SpeedReader,,CONF_DELETE,yes
  682. ;CONF_ALL=~@document&~@picture&~@;SN_bReinstallAddFlag,IMGCnv,,CONF_DELETE,yes
  683. ;CONF_ALL=~@document&~@picture&~@;SN_bReinstallAddFlag,GfxCnv,,CONF_DELETE,yes
  684. ;CONF_ALL=~@document&~@picture&~@;SN_bReinstallAddFlag,KWPV,,CONF_DELETE,yes
  685.  
  686. [mailonini]
  687. default=yes,viewers,,@keyviewdir\keyview.exe,yes
  688.  
  689. [winfileini]
  690. KEYview=@keyview,AddOns,,@keyviewdir\kvfm.dll,yes
  691. FTPNFS=yes,AddOns,,@destdir\ftpfmext.dll,yes
  692.  
  693. [gopherini]
  694. application/anywp=yes,Views,,@keyviewdir\keyview.exe %f,yes
  695. application/anywp=yes,Ext,,"doc,xls,xlc,xlw,wks,wk1,wk3,wk4,wpd,sam,rtf",yes
  696. application/anywp=yes,Disabled,,no,yes
  697. application/anywp=yes,TransferType,,binary,yes
  698. application/anywp=yes,FastWeight,,50000,yes
  699. application/anywp=yes,SlowWeight,,50000,yes
  700. application/anywp=yes,Dir,,@destdir\gopher\tmp,yes
  701. application/anywp=yes,SaveExt,,doc,yes
  702.  
  703.  
  704. ;COMPONENTS
  705. ; This section defines Product components. The components are displayed
  706. ; to the user in a dialog with a check box next to each one. The
  707. ; user controls which files are installed by checking or unchecking
  708. ; the component. Checked components are installed.  Components may be
  709. ; composed of subcomponents which are sepatately selectable.  
  710. ; Subcomponents are specified in the following sections.
  711. ;
  712. ; format:
  713. ;       <ident>=<description>,<check>,<display>,[<subcomp>],[<install>]
  714. ;
  715. ; <ident> is an arbitrary identifier. It is used as a selector in
  716. ;   the PM groups and items sections below.  The value of this 
  717. ;   selector will be "yes" if and only if the associated box for the 
  718. ;   component is checked.  If the component is not displayed, this
  719. ;   selector will always be "no".  It may be useful to use the same 
  720. ;   selector name as used for <check>.
  721. ; <description> is the string that will appear next to the check box in
  722. ;        the component selection dialog.
  723. ; <check> Determines the initial check state of the component.  It can be:
  724. ;           yes:        initially checked
  725. ;           no:         initially unchecked
  726. ;           @<var>:     a selector expression which evaluates to yes or no
  727. ; <display> controls if this component is displayed in the components dialog.
  728. ;        It can be:
  729. ;                yes:        show this component
  730. ;           no:         do not show (or install) this component
  731. ;                @<var>:     a selector expression which evaluates to yes or no
  732. ; <subcomp> (optional) is the name of a subcomponent section.  Subcomponents 
  733. ;   may also have subcomponents.  However, currently any subcomponents of 
  734. ;   subcomponets will be ignored.
  735. ; <install> (optional) is the name of the install section.  The install 
  736. ;   section contains the list of files to be copied.  
  737. ; Note:  Selector evaluation is done immediately prior to display of
  738. ;   the components dialog.  It is not done when checking and unchecking 
  739. ;   components.  Therefore the selector expressions for <check> and <display>
  740. ;   should not contain selectors defined by <ident> in the components or
  741. ;   subcomponents sections.
  742. ;SUBCOMPONENTS
  743. ; These sections specify subcomponents of the components identified above.
  744. ;
  745. ; format:
  746. ;       <ident>=<description>,<check>,<display>,[<subcomp>],[<install>]
  747. ;
  748. ; <ident> is an arbitrary identifier. It is used as a selector in
  749. ;   the PM groups and items sections below.  The value of this 
  750. ;   selector will be "yes" if and only if the associated box for the 
  751. ;   component is checked.  If the component is not displayed, this
  752. ;   selector will always be "no".  It may be useful to use the same 
  753. ;   selector name as used for <check>.
  754. ; <description> is the string that will appear next to the check box in
  755. ;        the component selection dialog.
  756. ; <check> Determines the initial check state of the component.  It can be:
  757. ;           yes:        initially checked
  758. ;           no:         initially unchecked
  759. ;           @<var>:     a selector expression which evaluates to yes or no
  760. ; <display> controls if this component is displayed in the components dialog.
  761. ;        It can be:
  762. ;                yes:        show this component
  763. ;           no:         do not show (or install) this component
  764. ;                @<var>:     a selector expression which evaluates to yes or no
  765. ; <subcomp> (optional) is the name of a subcomponent section.  Subcomponents 
  766. ;   may also have subcomponents.  However, currently any subcomponents of 
  767. ;   subcomponets will be ignored.
  768. ; <install> (optional) is the name of the install section.  The install 
  769. ;   section contains the list of files to be copied.  
  770. ; Note:  Selector evaluation is done immediately prior to display of
  771. ;   the components dialog.  It is not done when checking and unchecking 
  772. ;   components.  Therefore the selector expressions for <check> and <display>
  773. ;   should not contain selectors defined by <ident> in the components or
  774. ;   subcomponents sections.
  775. ;
  776. ;INSTALL
  777. ; These sections control which files get installed.
  778. ;
  779. ; NOTE: The [install] and [installnew] sections do not specify optional/
  780. ;       selectable subcomponents but rather files that are installed based
  781. ;       upon selector values.  [install] is always processed.  [installnew]
  782. ;       is processed for a new install - not an upgrade.
  783. ;
  784. ; format:
  785. ;       <ident> = <sect>,[<key>],[<dest>],[<selector>]
  786. ;
  787. ; <ident> is an arbitrary identifier. It is used as a selector in the
  788. ;        install, groups and items sections below.  If 'files' is used as an
  789. ;   identifier, no selector will be generated.  Otherwise a selector is
  790. ;   created.
  791. ; <sect> is the section in files.inf which contains the files to install.
  792. ; <key> is the optional key in the files.inf section.
  793. ; <dest> is the destination directory. 
  794. ; <selector> controls if this set of files is actually installed. It can
  795. ;        be a boolean parameter or component identifier. If blank the files
  796. ;        are always installed.
  797. ;
  798. [components]
  799. archive=Archiving and Restoring Files,yes,yes,sub-dpArchivingandB,sec-dpArchivingandB
  800. ExchangingMail,="Exchanging Mail, Messages and News",yes,yes,sub-dpExchangingM38,sec-dpExchangingM38
  801. find=Finding Hosts and Users on the Network,yes,yes,sub-dpPingandQuer55,sec-dpPingandQuer55
  802. socks=Firewall Pass-Through (socks),no,yes,sub-dpSOCKS134,sec-dpSOCKS134
  803. keyview=KEYview file viewers and converters,yes,yes,sub-dpKEYview6,sec-dpKEYview6
  804. log=Logging into a Remote Host,yes,yes,sub-dpLoggingintoAB,sec-dpLoggingintoAB
  805. nfp=Network File and Print Services,yes,yes,sub-dpNetworkFileCB,sec-dpNetworkFileCB
  806. print=Printing,yes,yes,sub-dpPrintingED,sec-dpPrintingED
  807. ReferenceDeskCD=Reference Desk,yes,yes,sub-dpReferenceD100,sec-dpReferenceD100
  808. tools=Tools,yes,yes,sub-dpWindowsToo143,sec-dpWindowsToo143
  809. trans=Transfering Files (FTP),yes,yes,sub-dpTransferin14D,sec-dpTransferin14D
  810. servctl=Windows Server Control,yes,yes,sub-dpWindowsSer15C,sec-dpWindowsSer15C
  811.  
  812. [Install]
  813. isPCTCPCFGtoo73 = scPCTCPCFGtoo73,,@destdir,@ftpkernel
  814. isDHCP70 = scDHCP70,,@destdir,@ftpkernel
  815. isDOSCDApps5 = scDOSCDApps5,,@destdir,@ftpkernel
  816. isDOSComscri10F = scDOSComscri10F,,@destdir,@serial
  817. isWconfigHLP9B = scWconfigHLP9B,,@destdir,yes
  818. isWconfigEXE9A = scWconfigEXE9A,,@destdir,yes
  819. isWindowsShare3 = scWindowsShare3,,@destdir,yes
  820. isVXDtrace90 = scVXDtrace90,,@destdir,yes
  821. isKerberosEXE1C = scKerberosEXE1C,,@destdir,@ftpkernel
  822. isComtraceEXE8F = scComtraceEXE8F,,@destdir,@serial
  823. isModemini112 = scModemini112,,@destdir,@serial
  824. isSampleScri116 = scSampleScri116,,@destdir\samples,@serial
  825. isserial-wcom89 = scserial-wcom89,,@destdir,@serial
  826. isWcomvxd3868E = scWcomvxd3868E,,@destdir,@serial
  827. isWdialScrip113 = scWdialScrip113,,@destdir,@serial
  828. isWdialEXE114 = scWdialEXE114,,@destdir,@serial
  829. isWdialHLP115 = scWdialHLP115,,@destdir,@serial
  830. isWcomapi119 = scWcomapi119,,@destdir,@serial
  831. isRuntimereq17F = scRuntimereq17F,,@destdir,@wininst
  832. isBootpEXE6F = scBootpEXE6F,,@destdir,@ftpkernel
  833. isDHCPVXDA = scDHCPVXDA,,@destdir,@addvxd
  834. isLwpeCOM86 = scLwpeCOM86,,@destdir,@ftpkernel
  835. isshims-ndiss8B = scshims-ndiss8B,,@destdir,@addndisshim@ftpkernel
  836. isNetbiosVXD96 = scNetbiosVXD96,,@destdir,@addvxd
  837. isNetwareIPVX97 = scNetwareIPVX97,,@destdir,@addvxd
  838. isshims-odis110 = scshims-odis110,,@destdir,@addodi
  839. isProtocolfi182 = scProtocolfi182,,@etcdir,@addndisshim
  840. isFTPVER18 = scFTPVER18,,@destdir,yes
  841. isUnSerialize93 = scUnSerialize93,,@destdir,@addvxd
  842. ;;; ---- > Shared components start here.
  843. isCommonDllF196 = scCommonDllF196,,@destdir,yes
  844. isLicensingF189 = scLicensingF189,,@destdir,@wininst
  845. isUpgradeFil18B = scUpgradeFil18B,,@destdir,yes
  846. isHostPIF5C = scHostPIF5C,,@destdir,@ftpkernel
  847. isCOMPOBJ3A = scCOMPOBJ3A,,@systemdir,yes
  848. isOlefiles54 = scOlefiles54,,@systemdir,yes
  849. isNFSMSGD1 = scNFSMSGD1,,@destdir,yes
  850. iswinsocksect9E = scwinsocksect9E,,@destdir,@ftpkernel
  851. isRPC4WIN167 = scRPC4WIN167,,@destdir,yes
  852. isSrvloadEXE198 = scSrvloadEXE198,,@destdir,yes
  853. isMSRedist-C16C = scMSRedist-C16C,,@systemdir,yes
  854.  
  855. [InstallNew]
  856. isReadmeOnNe185 = scReadmeOnNe185,,@destdir,yes
  857. isEtcfiles6E = scEtcfiles6E,,@etcdir,yes
  858.  
  859. [sub-dpArchivingandB]
  860. dos_archive="DOS Archiver Commands (tar, rmt, ddates)",yes,yes,sub-dpDOSArchiverCC,sec-dpDOSArchiverCC
  861. win_archive=Windows Archiver,yes,yes,sub-dpWindowsArch12,sec-dpWindowsArch12
  862.  
  863. [sec-dpArchivingandB]
  864.  
  865. [sec-dpDOSArchiverCC]
  866. isdbackup-tarsE = scdbackup-tarsE,,@destdir,@dos_archive@ftpkernel
  867. isdbackupc-pifF = scdbackupc-pifF,,@destdir,@dos_archive@ftpkernel
  868. isdbackupc-rm10 = scdbackupc-rm10,,@destdir,@dos_archive@ftpkernel
  869.  
  870. [sec-dpWindowsArch12]
  871. iswbackupsect13 = scwbackupsect13,,@destdir,@win_archive
  872.  
  873. [sub-dpExchangingM38]
  874. winmail=Mail OnNet,yes,yes,sub-dpMailOnNet39,sec-dpMailOnNet39
  875. VmailandPCMail=Vmail and PCMail,yes,yes,sub-dpVmailandPCM40,sec-dpVmailandPCM40
  876. WindowsDialog=Windows Dialog,yes,yes,sub-dpWindowsDial43,sec-dpWindowsDial43
  877. WindowsNewsRead=Windows News Reader,yes,yes,sub-dpWindowsNews46,sec-dpWindowsNews46
  878.  
  879. [sec-dpExchangingM38]
  880.  
  881. [sec-dpMailOnNet39]
  882. isMailOnNetBa3C = scMailOnNetBa3C,,@destdir,@winmail&@mapidll
  883. isMailMAPIDLL3F = scMailMAPIDLL3F,,@destdir,@winmail&@mapidll
  884. ismsredist-no53 = scmsredist-no53,,@destdir,yes
  885.  
  886. [sec-dpVmailandPCM40]
  887. isDOSEmailEXE41 = scDOSEmailEXE41,,@destdir,@ftpkernel
  888.  
  889. [sec-dpWindowsDial43]
  890. isWinsowsDial45 = scWinsowsDial45,,@destdir,yes
  891.  
  892. [sec-dpWindowsNews46]
  893. isNewsreaderF47 = scNewsreaderF47,,@destdir,yes
  894.  
  895. [sub-dpPingandQuer55]
  896. DOSQueryCommand="DOS Query Commands (finger, host, nicname)",yes,yes,sub-dpDOSQueryCom59,sec-dpDOSQueryCom59
  897. DOSWhois=DOS Whois ,yes,@ftpkernel,sub-dpDOSWhois5F,sec-dpDOSWhois5F
  898. WindowsPing=Windows Ping,yes,yes,sub-dpWindowsPing62,sec-dpWindowsPing62
  899. WindowsQuery=Windows Query,yes,@vxdinst,sub-dpWindowsQuer66,sec-dpWindowsQuer66
  900.  
  901. [sec-dpPingandQuer55]
  902.  
  903. [sec-dpDOSQueryCom59]
  904. isDOSFinger19C = scDOSFinger19C,,@destdir,@ftpkernel
  905. isDOSNicname5D = scDOSNicname5D,,@destdir,@ftpkernel
  906.  
  907. [sec-dpDOSWhois5F]
  908. isDOSWhois5F = scDOSWhois5F,,@destdir,@ftpkernel
  909.  
  910. [sec-dpWindowsPing62]
  911. isWpingHLP65 = scWpingHLP65,,@destdir,@ftpkernel
  912. isWpingEXE64 = scWpingEXE64,,@destdir,@ftpkernel
  913.  
  914. [sec-dpWindowsQuer66]
  915. isWqueryEXE187 = scWqueryEXE187,,@destdir,@vxdinst
  916. isWqueryHLP188 = scWqueryHLP188,,@destdir,@vxdinst
  917.  
  918. [sub-dpSOCKS134]
  919.  
  920. [sec-dpSOCKS134]
  921. isSocksTXT136 = scSocksTXT136,,@etcdir,yes
  922. isSocksDLL135 = scSocksDLL135,,@destdir,yes
  923.  
  924. [sub-dpKEYview6]
  925. KeyviewDocument=Document Viewers,yes,yes,sub-dpKeyview-DocA6,sec-dpKeyview-DocA6
  926. KeyviewPicture=Picture and Fax Viewers,yes,yes,sub-dpKeyview-PicA7,sec-dpKeyview-PicA7
  927. KeyviewSpreadsh=Spreadsheet Viewers,yes,yes,sub-dpKeyview-SprA8,sec-dpKeyview-SprA8
  928.  
  929. [sec-dpKEYview6]
  930. isKeyview-Base7 = scKeyview-Base7,,@keyviewdir,yes
  931. isKeyview-dll8 = scKeyview-dll8,,@systemdir,yes
  932.  
  933. [sec-dpKeyview-DocA6]
  934. isKeyview-DocA6 = scKeyview-DocA6,,@keyviewdir,yes
  935.  
  936. [sec-dpKeyview-PicA7]
  937. isKeyview-PicA7 = scKeyview-PicA7,,@keyviewdir,yes
  938.  
  939. [sec-dpKeyview-SprA8]
  940. isKeyview-SprA8 = scKeyview-SprA8,,@keyviewdir,yes
  941.  
  942. [sub-dpLoggingintoAB]
  943. DOSKeymap=DOS Keymap,yes,yes,sub-dpDOSKeymapAC,sec-dpDOSKeymapAC
  944. DOSRemoteComman=DOS Remote Command (rsh),yes,yes,sub-dpDOSRemoteCoAE,sec-dpDOSRemoteCoAE
  945. DOSTerminalEmul="DOS Terminal Emulation (tnglass, rlogin)",yes,yes,sub-dpDOSTerminalB0,sec-dpDOSTerminalB0
  946. WindowsRemoteCo=Windows Remote Command,yes,yes,sub-dpWindowsRemoBB,sec-dpWindowsRemoBB
  947. win_tnterm=Windows Terminal Emulation (tn3270/tn5250),yes,yes,sub-dpWindowsTermC1,sec-dpWindowsTermC1
  948. win_telnet=Windows Ternimal Emulation (tnvtplus),yes,yes,sub-dpTNVTPlus16138,sec-dpTNVTPlus16138
  949.  
  950. [sec-dpLoggingintoAB]
  951.  
  952. [sec-dpDOSKeymapAC]
  953. isdkeymapsectAD = scdkeymapsectAD,,@destdir,@ftpkernel
  954.  
  955. [sec-dpDOSRemoteCoAE]
  956. isdrloginc-rsAF = scdrloginc-rsAF,,@destdir,@ftpkernel
  957.  
  958. [sec-dpDOSTerminalB0]
  959. isdrloginx-piB6 = scdrloginx-piB6,,@destdir,@ftpkernel
  960. isdrlogin-rloB3 = scdrlogin-rloB3,,@destdir,@ftpkernel
  961. isbrlogin-pifB1 = scbrlogin-pifB1,,@destdir,@ftpkernel
  962.  
  963. [sec-dpWindowsRemoBB]
  964. isWRSHfilesBD = scWRSHfilesBD,,@destdir,yes
  965.  
  966. [sec-dpWindowsTermC1]
  967. istn3270-systC7 = sctn3270-systC7,,@systemdir,yes
  968. istn3270-cv-fC9 = sctn3270-cv-fC9,,@destdir\tnterm\cf_files,yes
  969. istn3270-tempC5 = sctn3270-tempC5,,@destdir\tnterm\template,yes
  970. istn3270-scriC4 = sctn3270-scriC4,,@destdir\tnterm\scripts,yes
  971. istn3270-cf-fC3 = sctn3270-cf-fC3,,@destdir\tnterm,yes
  972. istn3270sectC2 = sctn3270sectC2,,@destdir\tnterm,yes
  973.  
  974. [sec-dpTNVTPlus16138]
  975. istnvtplus1613A = sctnvtplus1613A,,@destdir\tnvtplus,yes
  976. isTNVTPLUSDK1A4 = scTNVTPLUSDK1A4,,@destdir,yes
  977. iskeymapsectB9 = sckeymapsectB9,,@destdir,yes
  978.  
  979. [sub-dpNetworkFileCB]
  980. DOSInterDriveDr="DOS InterDrive Drives (idmnt, idumnt, unix2dos, dos2unix)",yes,@ftpkernel,sub-dpDOSInterDriCE,sec-dpDOSInterDriCE
  981. DOSInterDrivePr="DOS InterDrive Printing (idnet, idprint)",yes,yes,sub-dpDOSInterDriD4,sec-dpDOSInterDriD4
  982. DOSInterDriveUt="DOS InterDrive Utilities (idchmod, idconfig, idls, idutil)",yes,yes,sub-dpDOSInterDriD6,sec-dpDOSInterDriD6
  983. winnetctl=Windows Network Control ,yes,yes,sub-dpWindowsNetwE6,sec-dpWindowsNetwE6
  984. WindowsNetworkT=Windows Network Time,yes,yes,sub-dpWindowsNetwE8,sec-dpWindowsNetwE8
  985.  
  986. [sec-dpNetworkFileCB]
  987.  
  988. [sec-dpDOSInterDriCE]
  989. isNFSMountFilD0 = scNFSMountFilD0,,@destdir,@ftpkernel
  990. isNFSDOSConveCF = scNFSDOSConveCF,,@destdir,@ftpkernel
  991.  
  992. [sec-dpDOSInterDriD4]
  993. isDOSNFSPrintD5 = scDOSNFSPrintD5,,@destdir,yes
  994.  
  995. [sec-dpDOSInterDriD6]
  996. isNFS-UtilsDOD7 = scNFS-UtilsDOD7,,@destdir,yes
  997.  
  998. [sec-dpWindowsNetwE6]
  999. isPctcpnetFilE7 = scPctcpnetFilE7,,@destdir,yes
  1000. isNFSVXDfile197 = scNFSVXDfile197,,@destdir,yes
  1001.  
  1002. [sec-dpWindowsNetwE8]
  1003. isNettimeE9 = scNettimeE9,,@destdir,yes
  1004.  
  1005. [sub-dpPrintingED]
  1006. DOSIMAGENPrint(=DOS IMAGEN Print (iprint),yes,yes,sub-dpDOSIMAGENPrEF,sec-dpDOSIMAGENPrEF
  1007. DOSLPDServer(lp=DOS LPD Server (lpd),yes,yes,sub-dpDOSLPDServeF1,sec-dpDOSLPDServeF1
  1008. DOSLPDServerUti="DOS LPD Server Utilities (lpq, lprm)",yes,yes,sub-dpDOSLPDServeF3,sec-dpDOSLPDServeF3
  1009. DOSLPRPrintClie=DOS LPR Print Client,yes,yes,sub-dpDOSLPRPrintF7,sec-dpDOSLPRPrintF7
  1010. WindowsPrintCli=Print Client,yes,yes,sub-dpWindowsPrinFE,sec-dpWindowsPrinFE
  1011.  
  1012. [sec-dpPrintingED]
  1013.  
  1014. [sec-dpDOSIMAGENPrEF]
  1015. isIPRINTFilesF0 = scIPRINTFilesF0,,@destdir,@ftpkernel
  1016.  
  1017. [sec-dpDOSLPDServeF1]
  1018. isLPDFilesF2 = scLPDFilesF2,,@destdir,@ftpkernel
  1019.  
  1020. [sec-dpDOSLPDServeF3]
  1021. isLPQFilesF4 = scLPQFilesF4,,@destdir,@ftpkernel
  1022.  
  1023. [sec-dpDOSLPRPrintF7]
  1024. isbprint-lpseF8 = scbprint-lpseF8,,@destdir,@ftpkernel
  1025.  
  1026. [sec-dpWindowsPrinFE]
  1027. isWindowsPrinFE = scWindowsPrinFE,,@destdir,yes
  1028.  
  1029. [sub-dpReferenceD100]
  1030.  
  1031. [sec-dpReferenceD100]
  1032. isRefdeskSta10B = scRefdeskSta10B,,@booksdest,yes
  1033. isRefdeskSup101 = scRefdeskSup101,,@destdir,yes
  1034. isRefdeskAdv103 = scRefdeskAdv103,,@booksdest,yes
  1035. isRefdeskCom106 = scRefdeskCom106,,@booksdest,yes
  1036. isRefdeskUsi108 = scRefdeskUsi108,,@booksdest,yes
  1037.  
  1038. [sub-dpWindowsToo143]
  1039. DOSInet=DOS Inet,yes,@ftpkernel,sub-dpDOSInet145,sec-dpDOSInet145
  1040. dos_iptrace=DOS IPTrace,yes,@ftpkernel,sub-dpIPTrace147,sec-dpIPTrace147
  1041. Statistics=Windows Network Statistics ,yes,@ftpkernel,sub-dpStatistics61,sec-dpStatistics61
  1042. WindowsRetrieve=Windows Retriever,yes,yes,sub-dpWindowsRet149,sec-dpWindowsRet149
  1043.  
  1044. [sec-dpWindowsToo143]
  1045. isdos_ping1A3 = scdos_ping1A3,,@destdir,@ftpkernel
  1046.  
  1047. [sec-dpDOSInet145]
  1048. isDOSInet145 = scDOSInet145,,@destdir,@ftpkernel
  1049.  
  1050. [sec-dpIPTrace147]
  1051. isIPTracefil148 = scIPTracefil148,,@destdir,@vxdinst@ftpkernel
  1052.  
  1053. [sec-dpStatistics61]
  1054. isStatistics18D = scStatistics18D,,@destdir,@ftpkernel
  1055.  
  1056. [sec-dpWindowsRet149]
  1057. isRetrieverE14A = scRetrieverE14A,,@destdir,@ftpkernel
  1058. isRetrieverH14B = scRetrieverH14B,,@destdir,yes
  1059. isLauncherFilAA = scLauncherFilAA,,@destdir,yes
  1060.  
  1061. [sub-dpTransferin14D]
  1062. DOSFTPClient(ft="DOS FTP Client (ftp, tftp)",yes,yes,sub-dpDOSFTPClie14E,sec-dpDOSFTPClie14E
  1063. DOSFTPServer(ft=DOS FTP Server (ftpsrv),yes,yes,sub-dpDOSFTPServ151,sec-dpDOSFTPServ151
  1064. DOSRemoteCopy(r=DOS Remote Copy (rcp),yes,yes,sub-dpDOSRemoteC153,sec-dpDOSRemoteC153
  1065. gopher=Gopher,yes,yes,sub-dpGopher49,sec-dpGopher49
  1066. WindowsFTPClien=Windows FTP Client,yes,yes,sub-dpWindowsFTP156,sec-dpWindowsFTP156
  1067. WindowsRemoteCo=Windows Remote Copy,yes,yes,sub-dpWindowsRem159,sec-dpWindowsRem159
  1068.  
  1069. [sec-dpTransferin14D]
  1070.  
  1071. [sec-dpDOSFTPClie14E]
  1072. isDOSFTP150 = scDOSFTP150,,@destdir,@ftpkernel
  1073. isDOSTFTP14F = scDOSTFTP14F,,@destdir,@ftpkernel
  1074.  
  1075. [sec-dpDOSFTPServ151]
  1076. isdftrans-ft152 = scdftrans-ft152,,@destdir,@ftpkernel
  1077.  
  1078. [sec-dpDOSRemoteC153]
  1079. isDOSRPC154 = scDOSRPC154,,@destdir,@ftpkernel
  1080.  
  1081. [sec-dpGopher49]
  1082. isGopherFiles4A = scGopherFiles4A,,@destdir\gopher,@gopher
  1083. isGopherINI4B = scGopherINI4B,,@windowsdir,@gopher
  1084.  
  1085. [sec-dpWindowsFTP156]
  1086. iswftrans-cl157 = scwftrans-cl157,,@destdir,yes
  1087. isWFTPClient158 = scWFTPClient158,,@destdir,yes
  1088.  
  1089. [sec-dpWindowsRem159]
  1090. isWRCP15B = scWRCP15B,,@destdir,yes
  1091.  
  1092. [sub-dpWindowsSer15C]
  1093.  
  1094. [sec-dpWindowsSer15C]
  1095. isServerctlB15E = scServerctlB15E,,@destdir,yes
  1096. isSYSLOGServ199 = scSYSLOGServ199,,@destdir,yes
  1097. isWFTPSRV163 = scWFTPSRV163,,@destdir,yes
  1098. isWinSNMPfil15F = scWinSNMPfil15F,,@destdir,@ftpkernel
  1099. isWLPDServer15D = scWLPDServer15D,,@destdir,yes
  1100. isMIBIIHLP160 = scMIBIIHLP160,,@destdir,@ftpkernel
  1101. isMIBIIBinar190 = scMIBIIBinar190,,@destdir,@ftpkernel
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107. ;GROUPS
  1108. ; This section defines the program manager groups and items
  1109. ;
  1110. ; Groups format:
  1111. ;       <ident>=<description>,<filename>,[<selector>]
  1112. ;
  1113. ; <ident> is an arbitrary identifier which is used to find the
  1114. ;       section containing group icons to create. Use caution
  1115. ;       if changing this value. It is written to the PCTCP.INF
  1116. ;       file and used by applications and layered products to
  1117. ;       determine the name of the group.
  1118. ; <description> is the string that will appear in the group title
  1119. ; <filename> is the file name to used for the group file. A full path
  1120. ;       name or no entry should be specified.  The full pathname
  1121. ;       may include symbols such as @destdir.  If left blank a group
  1122. ;       will be created ( if it does not already exist ) in the
  1123. ;       windows directory.  Otherwise the group file will be created
  1124. ;       in the destination directory.
  1125. ; <selector> controls if the group is actually created. It can be:
  1126. ;       yes: always create the group
  1127. ;       no: do not create the group.
  1128. ;       @<var>: create the group if the value of <var> is true (yes
  1129. ;       or selected) where <var> is any component identifier or
  1130. ;       boolean parameter.
  1131. ;
  1132. [groups]
  1133.  
  1134. grp2=OnNet16 2.5 WinApps,@destdir\grp2,yes
  1135. grp3=Onnet16 2.5 DOSApps,@destdir\grp3,yes
  1136.  
  1137.  
  1138.  
  1139.  
  1140. ;ICONS
  1141. ; Items format:
  1142. ;       <ident>=<description>,[<selector>],[<program>],[<options>]
  1143. ;
  1144. ; <ident> is an arbitrary identifier
  1145. ; <description> is the string that will appear under the item icon.
  1146. ;       don't use () in the description.
  1147. ; <selector> controls if the item is actually created. It can be:
  1148. ;       yes:  create the item always
  1149. ;       no:   do not create the item.
  1150. ;       @<var>: create the icon if the value of <var> is true (yes
  1151. ;       or selected) where <var> is any component identifier.
  1152. ; <program> is the command to execute. This parameter can use
  1153. ;       @destdir to represent the destination install directory.
  1154. ; <options> specifies the icon file and icon index if any.
  1155. ;
  1156.  
  1157.  
  1158. [grp2]
  1159. ident=Configure,@isWconfigEXE9A,@destdir\wconfig.exe,
  1160. ident=Mail OnNet,@isMailOnNetBa3C,@destdir\mailon.exe,
  1161. ident=Gopher,@isGopherFiles4A,@destdir\gopher\gopher.exe,
  1162. ident=IPTrace ,@isIPTracefil148,@destdir\iptrace.exe,@destdir\iptrace.ico
  1163. ident=KEYview ,@isKeyview-Base7,@keyviewdir\keyview.exe,
  1164. ident=Launcher,@isLauncherFilAA,@destdir\launcher.exe,
  1165. ident=Network Time,@isNettimeE9,@destdir\nettime.exe,
  1166. ident=News Reader,@isNewsreaderF47,@destdir\news16.exe,
  1167. ident=Network Control ,@isPctcpnetFilE7,@destdir\netctl.exe,
  1168. ident=Readme.wri,@isReadmeOnNe185,@destdir\readme.wri,
  1169. ident=Reference Desk,@isRefdeskSta10B,@booksdest\onnet.hlp,
  1170. ident=Dialer,@isWdialEXE114,@destdir\wdial.exe,
  1171. ident=Server Control ,@isServerctlB15E,@destdir\ctlapp.exe,
  1172. ident=Licensing Upgrade,@isUpgradeFil18B,@destdir\upgrd16.exe,
  1173. ident=Retriever,@isRetrieverE14A,@destdir\retrieve.exe,
  1174. ident=TN3270/5250,@istn3270sectC2,@destdir\tnterm\tn3270.exe,
  1175. ident=TNVTPlus,@istnvtplus1613A,@destdir\tnvtplus\tnvt16.exe,
  1176. ident=OpenScript Editor,@istnvtplus1613A,@destdir\tnvtplus\os16.exe,
  1177. ident=TNVTPlus Scripting,@istnvtplus1613A,@destdir\tnvtplus\tntch16.osx,@destdir\tnvtplus\tntch16.ico
  1178. ident=Archiver,@iswbackupsect13,@destdir\wtar.exe,
  1179. ident=Dialog,@isWinsowsDial45,@destdir\wmsg.exe,
  1180. ident=Remote Copy,@isWRCP15B,@destdir\wrcp.exe,
  1181. ident=FTP ,@isWFTPClient158,@destdir\wftp.exe,
  1182. ident=Ping,@isWpingEXE64,@destdir\wping.exe,
  1183. ident=Print Client,@isWindowsPrinFE,@destdir\wlpr.exe,
  1184. ident=Query,@isWqueryEXE187,@destdir\netquery.exe,
  1185. ident=Remote Command,@isWRSHfilesBD,@destdir\wrsh.exe,
  1186. ident=Statistics,@isStatistics18D,@destdir\winet.exe,
  1187.  
  1188. [grp3]
  1189. ident=LPR,@isbprint-lpseF8,@destdir\lpr.exe,@destdir\lpr.ico
  1190. ident=LPQ,@isLPQFilesF4,@destdir\lpq.exe,@destdir\lpq.ico
  1191. ident=FTP,@isDOSFTP150,@destdir\ftp.exe,@destdir\ftp.ico
  1192. ident=ftpsrv ,@isdftrans-ft152,@destdir\ftpsrv.exe,@destdir\ftpsrv.ico
  1193. ident=Keymap,@isdkeymapsectAD,@destdir\keymap.exe,@destdir\keymap.ico
  1194. ident=Remote Command,@isdrloginc-rsAF,@destdir\rsh.exe,@destdir\rsh.ico
  1195. ident=Rloginvt,@isdrlogin-rloB3,@destdir\rloginvt.exe,@destdir\rloginvt.ico
  1196. ident=TN,@isdrloginx-piB6,@destdir\tn.exe,@destdir\tn.ico
  1197. ident=PCMail Transport,@isDOSEmailEXE41,@destdir\pcmail.exe,@destdir\pcmail.ico
  1198. ident=Email Reader,@isDOSEmailEXE41,@destdir\vmail.exe,@destdir\vmail.ico
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206. ; CONFLICTING-DLLS
  1207. ; This section contains the names of DLL's that will be installed.
  1208. ; The install program will find DLL's on the DLL search path and
  1209. ; offer to rename them.
  1210. ;
  1211. ; Format
  1212. ;     <dll-name>=<dll-identifier-string>[,selector]
  1213. ;
  1214. ; Multiple selectors may be added at the end.  Note that if 
  1215. ; WARN_IF_WINSOCK is set in the CTLMSK and not unset in _winst.exe
  1216. ; each selector will be initially set to 'yes' and set to 'no' only
  1217. ; if there is a conflicting DLL that the user refuses to rename.
  1218. ;
  1219. ; mapi.dll processing is handled by special case installation code.
  1220. ; winsock.dll processing is handled by special case installation code.
  1221. [conflicting-dlls]
  1222. winsock.dll=  , ftpkernel
  1223. mapi.dll= Unipalm, mailon
  1224.  
  1225. ; CONFLICTING-DLLS TEXT
  1226. ; This section contains the text to be displayed for the first
  1227. ; conflicting DLL of each type.  Winsock.dll is handled by non
  1228. ; generic code but the message below is handled the same as any
  1229. ; other conflicting DLL.  There are some symbols that will be
  1230. ; set and can be used in the text:
  1231. ;       @foreigncompanyname - name of company from version info
  1232. ;       @thisproductname - short name for this product.
  1233. ;       @dlldirectory - directory in which the dll was found.
  1234. ;       @currentftpproduct - current FTP product installed
  1235. ;       @dllfilename - filename of dll
  1236. ;       @dllfilerename - filename to rename dll to.
  1237. ;
  1238. ; If other conflicting dlls of the same name are found, a generic
  1239. ; message offers to rename them or exit the install.
  1240. ; NOTE: the symbols to substitute should terminate with a space
  1241. ; so they will be detected as symbols
  1242.  
  1243. [conflicting-dlls text]
  1244. winsock.dll="The installation process has found the file (WINSOCK.DLL) that "
  1245. winsock.dll="conflicts with another file of the same name from "
  1246. winsock.dll="@foreigncompanyname in directory @dlldirectory. "
  1247. winsock.dll="You may choose to use the file you already have or install "
  1248. winsock.dll="the version that comes with @thisproductname.\n\n"
  1249. winsock.dll="IF you use the file you already have,\n"
  1250. winsock.dll="THEN you will not be able to install the Dialer, Ping and  "
  1251. winsock.dll="Statistics applications, and you will not be able to do "
  1252. winsock.dll="anything that uses the serial port, like connect to the "
  1253. winsock.dll="internet, unless the product from @foreigncompanyname "
  1254. winsock.dll="provides that capability already.\n\n"
  1255. winsock.dll="IF you install the @thisproductname WINSOCK.DLL\n"
  1256. winsock.dll="THEN the install process will rename @dllfilename to "
  1257. winsock.dll="@dllfilerename to avoid conflicts.  There is a possibility "
  1258. winsock.dll="that some of the applications from @foreigncompanyname "
  1259. winsock.dll="will not work with the WINSOCK.DLL from @thisproductname .\n\n"
  1260. winsock.dll="Install the @thisproductname WINSOCK.DLL ?"
  1261.  
  1262. mapi.dll="The install has found a MAPI.DLL file from @foreigncompanyname "
  1263. mapi.dll="in directory @dlldirectory .  This file is used by Mail programs "
  1264. mapi.dll="and allows programs like Word for Windows to send mail.\n\n"
  1265. mapi.dll="IF you wish to install Mail OnNet\nTHEN the install will rename "
  1266. mapi.dll="@dllfilename to @dllfilerename . "
  1267. mapi.dll="This will mean that some applications that used "
  1268. mapi.dll="the existing MAPI.DLL will no longer work.  In particular, "
  1269. mapi.dll="Microsoft Mail cannot use the MAPI.DLL file used by Mail OnNet.\n\n"
  1270. mapi.dll="IF you want to keep the MAPI.DLL so that the applications that "
  1271. mapi.dll="use it ( e.g. Microsoft Mail ) will still work\nTHEN "
  1272. mapi.dll="do not install Mail OnNet.\n\n"
  1273. mapi.dll="Install Mail OnNet ?"
  1274.  
  1275. [conflicting-dlls text2]
  1276. winsock.dll="The installation program has found the FTP product "
  1277. winsock.dll="@currentftpproduct in directory @dlldirectory ."
  1278. winsock.dll="You may use the networking from @currentftpproduct and install "
  1279. winsock.dll="only the applications of @thisproductname .  This is "
  1280. winsock.dll="the recommended action.  \n\n"
  1281. winsock.dll="IF you use the networking of @currentftpproduct \n"
  1282. winsock.dll="THEN you will not be able to install the Dialer application and "
  1283. winsock.dll="you will not be able to do anything that uses the serial "
  1284. winsock.dll="port, like connect to the internet, unless you configured "
  1285. winsock.dll="a serial connection for @currentftpproduct .\n\n"
  1286. winsock.dll="IF you choose to install the networking components of "
  1287. winsock.dll="@thisproductname \n"
  1288. winsock.dll="THEN the install will modify ( after backing up )the "
  1289. winsock.dll="configuration files needed by "
  1290. winsock.dll="@currentftpproduct . To make @currentftpproduct work again, "
  1291. winsock.dll="you will need to restore these files."
  1292. winsock.dll="\n\nInstall the @thisproductname networking ?"
  1293.  
  1294. ; License Notice
  1295. ; This section contains the text to be displayed in the license notice dlg.
  1296. ; It is useful to have the text here rather than in a resource.
  1297. ; NOTE: If this is missing or the section does not have any text the dlg.
  1298. ; will not be displayed.
  1299. ;
  1300. [License]
  1301. notice="\n"
  1302. notice="                               END USER LICENSE NOTICE\n"
  1303. notice="\n"
  1304. notice="- Your use of this Product constitutes your acceptance and acknowledgement\n"
  1305. notice="that the use of this Product is governed by the terms and conditions of the\n"
  1306. notice="License Agreement contained on or within the packaging of theProduct.  FTP\n"
  1307. notice="Software, Inc. and/or its suppliers own all of the right, title and interest\n"
  1308. notice="in and to the Product.  The Product is protected by copyright laws and\n" 
  1309. notice="international treaties.\n"
  1310. notice="\n"
  1311. notice="YOU MAY: (a) use the Product on a single computer; (b) transfer the Product\n"
  1312. notice="from one computer to another provided that the Product is used on only one\n"
  1313. notice="computer at a time, and (c) make one (1) copy of the Product for backup\n"
  1314. notice="purposes.\n"
  1315. notice="\n"
  1316. notice="YOU MAY NOT: (a) distribute copies of the Product to others; (b) rent, lease\n"
  1317. notice="or grant your rights to the Product; (c) reverse engineer, decompile or\n"
  1318. notice="disassemble the Product, except to the minimum extent permitted by law as\n"
  1319. notice="further described in the License Agreement or (d) ship or transmit (directly or\n"
  1320. notice="indirectly) any copies of the Product, or any technical data in the Product or\n"
  1321. notice="its media, or any direct product therefor, to any entity or country prohibited\n"
  1322. notice="by the United States Government or other applicable country.\n"
  1323. notice="\n"
  1324. notice="Warrent and other provisions are covered in the License Agreement.\n"
  1325. notice="\n"
  1326. notice="If you have any questions about your restrictions or limitations on the use of\n"
  1327. notice="the Product, contact your Site Administrator or FTP Software, Inc.\n"
  1328. notice="\n"
  1329. notice="If you do not accept these terms and conditions, exit the application now and\n"
  1330. notice="return the Product to your Site Administrator or FTP Software, Inc.  otherwise,\n"
  1331. notice="select accept.\n"
  1332. notice="\n"
  1333.  
  1334.  
  1335. ; DISPLAYTEXT
  1336. ; This section contains the text to be displayed in a messagebox
  1337. ; It is useful to have the text here rather than in a resource
  1338. ; if the message is highly variable for different products.
  1339. ; The install as of Explore 1.2 uses only the "connect-serial"
  1340. ; message to display when a serial interface has been installed.
  1341. ;
  1342. ; The mechanism of symbol substitution is the same as in the
  1343. ; conflicting-dlls text section.
  1344. ; NOTE: the symbols to substitute should terminate with a space
  1345. ; so they will be detected as symbols
  1346. ;
  1347. ; does not have OEM text display for version of 2.1. alee
  1348.  
  1349. ; FILENAMES
  1350. ; This section is used to translate the internal name of a file to
  1351. ; the name of the file on disk.  It can be used to localize the name
  1352. ; of the readme.txt to one readable in another language.
  1353. [filenames]
  1354. readme=README.TXT
  1355.  
  1356. ;PATHS
  1357. ; This section defines paths which the product may be installed into.
  1358. ; This allows for some portions of the layout to be installed into a
  1359. ; parent directory and other portions to be installed into a sibling
  1360. ; directory.
  1361. ;
  1362. ; During install, the "userdir" environment variable is either set by
  1363. ; default or entered by the user. 
  1364. ;
  1365. ; format:
  1366. ;       <dirsymbol>=<dirpath>
  1367. ;
  1368. ; <dirsymbol> is an arbitrary identifier. It is used in other parts of the
  1369. ;       layout as a variable whose contents is a directory path.
  1370. ;
  1371. ;       Note: One entry for "destdir = ..." must exist and be or
  1372. ;             evaluate to a valid path.
  1373. ;
  1374. ; <dirpath> is an absolute directory path or a symbol that evaluates to a
  1375. ;       valid path.
  1376. [paths]
  1377. destdir = @userdir
  1378. devdir  = @destdir
  1379. windir  = @destdir
  1380. sysdir  = @destdir
  1381. netdir  = @destdir
  1382. keyviewdir = @destdir\keyview
  1383.  
  1384.  
  1385.  
  1386.  
  1387. ;RENAME
  1388. ; This section allows for renaming of files
  1389. ; New file path\name.ext = old file path\name.ext
  1390. [rename]
  1391.  
  1392.  
  1393.  
  1394.  
  1395. ;CREATE
  1396. ; This section defines directory paths of empty directories which will
  1397. ; be created if they do not already exist.
  1398. ;
  1399. ; format:
  1400. ;       <dirs>=<dirpath>
  1401. ;
  1402. ; "dir" is an identifier used by the install program to read the data line.
  1403. ;
  1404. ; <dirpath> is an absolute directory path or a symbol that evaluates to a
  1405. ;       valid path.
  1406. ;
  1407. ; Example:
  1408. ;   To create the .tmp subdirectory of the directory the user entered during
  1409. ;   install, use the following entry:
  1410. ;       dir = @destdir\tmp
  1411. ;             
  1412. [create]
  1413. [createdir]
  1414.  
  1415.  
  1416.  
  1417.  
  1418. ;DELETE
  1419. ; This section defines all the fioes that may already exist on an 
  1420. ; end user's system and should be deleted.  The entire path
  1421. ; will be searched for the files, so no directory specification
  1422. ; is required.
  1423. ;
  1424. ; format:
  1425. ;       rmfile=<filename.ext>
  1426. ;
  1427. ; "rmdir" is an identifier used by the install program to read the data line.
  1428. ;
  1429. ; <filename.ext> is a file anem and extension of the file to be deleted.
  1430. ;
  1431. ; Example:
  1432. ;   To delete the file testfile.exe in some directory in the path, 
  1433. ;   use the following entry:
  1434. ;       rmfile=testfile.exe
  1435. ;             
  1436. [delete]
  1437.  
  1438.  
  1439.  
  1440.  
  1441. ; Do not make any changes to the following section
  1442. [private]
  1443. ctlmsk=0x9C76
  1444. ; Supported OS mask, OnNet16 supports Win16 3.x and WFW only
  1445. ;to detect win95 use osctlmsk=0x0006
  1446. ;to detect win95 and NT use osctlmsk=0x0004
  1447. osctlmsk=0x0004
  1448. welcome-id=,100
  1449. works-with=PC-210,,
  1450. works-with=ON-210,,
  1451. works-with=OK-210,,
  1452. works-with=K-210,,
  1453. works-with=EO100,,
  1454. works-with=EO200,,
  1455. init=0,128,128,0,128,128
  1456. logo=,190,190,189,189
  1457. reboot-components=@nfp|@dos_idrive_drive|@dos_iptrace| (@ftpkernel&~@;SN_bReinstallAddFlag) | @serial
  1458. short-product-name=OnNet
  1459. billboard=custom.dll,1000,FBillboardNfyProc00,1400
  1460. billboard=custom.dll,1100,FBillboardNfyProc00,1400
  1461. billboard=custom.dll,1200,FBillboardNfyProc00,1400
  1462. billboard=custom.dll,1300,FBillboardNfyProc00,1400
  1463. billboard=custom.dll,1400,FBillboardNfyProc00,1400
  1464. billboard=custom.dll,1500,FBillboardNfyProc00,1400
  1465. billboard=custom.dll,1600,FBillboardNfyProc00,1400
  1466. billboard=custom.dll,1700,FBillboardNfyProc00,1400
  1467. billboard=custom.dll,1800,FBillboardNfyProc00,1400
  1468. billboard=custom.dll,1900,FBillboardNfyProc00,1400
  1469. billboard=custom.dll,2000,FBillboardNfyProc00,1400
  1470. billboard=custom.dll,2100,FBillboardNfyProc00,1400
  1471. billboard=custom.dll,2200,FBillboardNfyProc00,1400
  1472. ;****************************************************
  1473. ;********* Begin CIM specific sections **************
  1474. ;****************************************************
  1475. ;Install wizard section and sections it points to are used by CIM to load a list
  1476. ;of dialogs into it's dialogs property window. Format:
  1477. ;
  1478. ;[install-wizard]
  1479. ;objects=<section-name1>,,
  1480. ;objects=<section-name2>,,
  1481. ;objects=<section-name3>,,
  1482. ;...
  1483. ;
  1484. ;[<section-name1>]
  1485. ;visible=<selector>
  1486. ;logname=<dialog-name>
  1487. ;
  1488. ; <section-name> - is the name of the section in SETUP.INF which contains
  1489. ;       parameters which specify a dialog name and where to save tthe visible
  1490. ;       property value.
  1491. ;
  1492. ; <selector> - selects if dialog has visible property or not, and if it has, where to save it.
  1493. ;              If it is "yes" or "no", then the dialog has visible property and the value is
  1494. ;           stored here. If it is "@", then the dialog doesn't have visible property. If it
  1495. ;              is "@<section-name>,<key-name>" then visible property value  (yes/no)is stored 
  1496. ;           in <section-name>,<key-name> of SETUP.INF.
  1497. ; <dialog-name> - is the dialog name to be displayed in the Installation Dialogs window.
  1498. ;
  1499.  
  1500. [install-wizard]
  1501. objects=welcome-dialog,,
  1502. objects=licensenotice-dialog,,
  1503. objects=installmethod-dialog,,
  1504. objects=detect-winsock-dialog,,
  1505. objects=license-dialog,,
  1506. objects=directory-dialog,,
  1507. objects=copybooks-dialog,,
  1508. objects=components-dialog,,
  1509. objects=detect-mapi-dialog,,
  1510. objects=found-driver-dialog,,
  1511. objects=driverconfig-dialog,,
  1512. objects=frame-type-dialog,,
  1513. objects=ipconfig-dialog,,
  1514. objects=serial-protocol-dialog,,
  1515. objects=if-summary-dialog,,
  1516. objects=dns-config-dialog,,
  1517. objects=wins-config-dialog,,
  1518. objects=username-dialog,,
  1519. objects=time-zone-dialog,,
  1520. objects=stack-vendor-dialog,,
  1521. objects=network-available-dialog,,
  1522. objects=socks-dialog,,
  1523. objects=copyfiles-dialog,,
  1524. objects=wfwconfig-dialog,,
  1525. objects=update-dos-startup-files-dialog,,
  1526. objects=setup-complete-dialog,,
  1527. objects=reboot-dialog,,
  1528. objects=dlls-inuse-dialog,,
  1529.  
  1530. [welcome-dialog]
  1531. visible=@options,show-welcome-dialog
  1532. logname=Welcome
  1533.  
  1534. [licensenotice-dialog]
  1535. visible=@options,show-licensenotice-dialog
  1536. logname=License Notice
  1537.  
  1538. [installmethod-dialog]
  1539. visible=@options,show-installmethod-dialog
  1540. logname=Installation Method
  1541.  
  1542. [license-dialog]
  1543. visible=@options,show-license-dialog
  1544. logname=Serial Number and License Key
  1545.  
  1546. [directory-dialog]
  1547. visible=@options,show-directory-dialog
  1548. logname=Destination Directory
  1549.  
  1550. [copybooks-dialog]
  1551. visible=@options,show-copybooks-dialog
  1552. logname=Reference Desk
  1553.  
  1554. [components-dialog]
  1555. visible=@options,show-components-dialog
  1556. logname=Components
  1557.  
  1558. [found-driver-dialog]
  1559. visible=@options,show-found-driver-dialog
  1560. logname=Existing Driver
  1561.  
  1562. [driverconfig-dialog]
  1563. visible=@options,show-driverlist-dialog
  1564. logname=Network Card
  1565.  
  1566. [frame-type-dialog]
  1567. visible=@options,show-frame-type-dialog
  1568. logname=Network Type
  1569.  
  1570. [ipconfig-dialog]
  1571. visible=@options,show-ipconfig-dialog
  1572. logname=IP Configuration
  1573.  
  1574. [if-summary-dialog]
  1575. visible=@options,show-if-summary-dialog
  1576. logname=Summary Dialog
  1577.  
  1578. [dns-config-dialog]
  1579. visible=@options,show-dns-config-dialog
  1580. logname=NIS and DNS Configuration
  1581.  
  1582. [wins-config-dialog]
  1583. visible=@options,show-winsconfig-dialog
  1584. logname=WINS Configuration
  1585.  
  1586. [username-dialog]
  1587. visible=@options,show-username-dialog
  1588. logname=Username
  1589.  
  1590. [time-zone-dialog]
  1591. visible=@options,show-time-zone-dialog
  1592. logname=Time Zone
  1593.  
  1594. [stack-vendor-dialog]
  1595. visible=@options,show-stack-vendor-dialog
  1596. logname=Stack Vendor
  1597.  
  1598. [update-dos-startup-files-dialog]
  1599. visible=@options,show-update-dos-startup-files-dialog
  1600. logname=DOS System Files
  1601.  
  1602. [network-available-dialog]
  1603. visible=@options,show-chain-pctcpnet-dialog
  1604. logname=Network Access
  1605.  
  1606. [wfwconfig-dialog]
  1607. visible=@options,show-wfwconfig-dialog
  1608. logname=Windows for Workgroup Configuration
  1609.  
  1610. [setup-complete-dialog]
  1611. visible=@options,show-closing-dialog
  1612. logname=Setup Complete
  1613.  
  1614. [socks-dialog]
  1615. visible=@options,show-socksconfig-dialog
  1616. logname=Firewall Server
  1617.  
  1618. [copyfiles-dialog]
  1619. visible=@options,show-copyfiles-dialog
  1620. logname=Copy Files
  1621.  
  1622. [reboot-dialog]
  1623. visible=@options,show-reboot-dialog
  1624. logname=Setup Completion Behavior
  1625.  
  1626. [detect-mapi-dialog]
  1627. visible=@options,show-mapi-detect-dialog
  1628. logname=MAPI.DLL
  1629.  
  1630. [detect-winsock-dialog]
  1631. visible=@options,show-overwrite-winsock-dialog
  1632. logname=WINSOCK.DLL
  1633.  
  1634. [dlls-inuse-dialog]
  1635. visible=@options,show-update-dlls-dialog
  1636. logname=DLL's In Use
  1637.  
  1638. [serial-protocol-dialog]
  1639. visible=@options,show-serial-protocol
  1640. logname=Default Serial Protocol
  1641.  
  1642. ;[StringTable] section is optional. It contains components descriptions that are displayed by CIM
  1643. ;in Components dialog. Format:
  1644. ;
  1645. ;<ident>=<description>
  1646. ;
  1647. ;<ident> is a component's identifier, the same as in [components] or [subcomponents] section.
  1648. ;
  1649. ;<description> is a text describing the component.
  1650. [StringTable]
  1651.  
  1652.  
  1653. ;"choose-<entry name>" sections are used by CIM to launch value selection dialogs
  1654. ;Format: 
  1655. ;
  1656. ;[section-name]
  1657. ;Title=<title>
  1658. ;Prompt=<label-caption>
  1659. ;Explain=<explain-text>
  1660. ;Values=<number-of-values>,<values-list>
  1661. ;DSC_<value1>=<value-description>
  1662. ;DSC_<value2>=<value-description>
  1663. ;...
  1664. ;<title> - is dialog title which is displayed as window caption
  1665. ;
  1666. ;<label-caption> - is text displayed above the combo-box with values
  1667. ;
  1668. ;<explain-text> - is text explaining the mening of the setting
  1669. ;
  1670. ;<number-of-values> - is the number of values in the list that follows it
  1671. ;
  1672. ;<values-list> - is comma-delimited list of value to choose from
  1673. ;
  1674. ;<value1> - is the first value from the <value-list>
  1675. ;
  1676. ;<value-description> - is a text explaining the meanning of the selection.
  1677. ;
  1678.  
  1679. [choose-serial-protocol]
  1680. Title=Serial Protocol
  1681. Prompt=Specify the default serial protocol.
  1682. Explain=Setup can set a default serial protocol.  Setup installs both protocol drivers and the user can easily switch between protocols.
  1683. Values=2,PPP,SLIP
  1684. None=no
  1685. DSC_PPP=A more secure protocol than SLIP that supports Dynamic Host Configuration Protocol (DHCP).
  1686. DSC_SLIP=A simpler protocol than SLIP for use where there is minimal risk of data corruption and where data transfer speed is important.
  1687.  
  1688. [choose-frame-type]
  1689. Title=Type of Network
  1690. Prompt=Specify the type of network.
  1691. Explain=If the network card supports more than one type of network, you must specify the type of network the computer is connected to.
  1692. Values=5,DIX-Ethernet,IEEE,Token-Ring,X25,Apple-Talk
  1693. DSC_DIX-Ethernet=DIX-Ethernet
  1694. DSC_IEEE=Choose IEEE
  1695. DSC_Token-Ring=Token Ring
  1696. DSC_X25=X25
  1697. DSC_Apple-Talk=Apple-Talk
  1698.  
  1699. [choose-time-zone]
  1700. Title=Time Zone
  1701. Prompt=Specify your time zone.
  1702. Explain=OnNet uses the time zone to syncronize your clock coorectly when running the NetTime application.  The time server may be in another time zone.
  1703. Values=timezone.ini,[pctcp time,time-zone-full-name
  1704.  
  1705. [choose-pctcpnet-availability]
  1706. Title=FTP Software Network Driver Availability
  1707. Prompt=Specify how to use FTP NFS.
  1708. Explain=You can specify whether to use the FTP Software Windows network driver (FTP NFS) to access remote files and services through Windows File Manager, Print Manager, and Control Panel.  And, if your network uses another network operating system (NOS) 
  1709. Values=3,none,primary,secondary
  1710. None=no
  1711. DSC_none=Continue using another NOS and do not chain FTP NFS to it.  With this choice, you use the other NOS from File Manager, Print Manager, or Control Panel.  You can mount remote drives and printers, using FTP NFS, from the OnNet Network Control appli
  1712. DSC_primary=Configure FTP NFS as the first network driver available from the File Manager, and chain the existing NOS (such as Microsoft Windows Network) to FTP NFS.
  1713. DSC_secondary=Configure FTP NFS as the second network driver available from File Manager, chained to another NOS.
  1714.  
  1715. [choose-new]
  1716. Title=New Install Method
  1717. Prompt=Choose a method for a new install.
  1718. Explain=You have a choice of the express or a custom install.
  1719. Values=2,express,custom
  1720. None=no
  1721. DSC_express=Prompts for a limited set of information. On an Upgrade installation, uses configuration information from a previous version of OnNet or PC/TCP.
  1722. DSC_custom=Uses the installation program you define using the Custom Install Manager.
  1723.  
  1724. [choose-reinstall]
  1725. Title=Reinstall Method
  1726. Prompt=Choose a method for a reinstall.
  1727. Explain=You have a choice of adding components or just reinstalling.
  1728. None=no
  1729. Values=2,add,reinstall
  1730. DSC_add=Reinstalls the same components from this version of OnNet16 that is already installed.
  1731. DSC_reinstall=Adds new components from this version of OnNet16 that is already installed.  Also, remove Help buttons.
  1732.  
  1733. [choose-update]
  1734. Title=Update Install Method
  1735. Prompt=Choose a method for a updated install.
  1736. Explain=You have a choice of the express, new, or custom install.
  1737. Values=3,express,new,custom
  1738. None=no
  1739. DSC_express=Prompts for a limited set of information. On an Upgrade installation, uses configuration information from a previous version of OnNet or PC/TCP.
  1740. DSC_new=Does not display or use any configuration information from a previous version of OnNet or PC/TCP.
  1741. DSC_custom=Uses the installation program you define using the Custom Install Manager.
  1742.