home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 March / Dpcb0399.iso / PERFOFF / TALKWRKS / Twtrial.exe / wfscript.spt < prev   
Text File  |  1998-07-20  |  12KB  |  428 lines

  1. ;==================================================================
  2. ;WinFax PRO 9.0 (Fax Sharing)                  Symantec Corporation
  3. ;Sample Script File                                     August 1998
  4. ;==================================================================
  5. ;
  6. ; About Scripted Installations:
  7. ; -----------------------------------
  8. ;You can install WinFax on one or more computers, depending on 
  9. ;the type of license you purchased. If you are installing WinFax
  10. ;on a single computer, you can do so from the WinFax CD. If more 
  11. ;than one person in your organization is installing WinFax, your
  12. ;administrator may automate the installation process using a 
  13. ;scripted installation.
  14. ;
  15. ;To automate the installation process, you can use a scripted 
  16. ;installation. A scripted installation installs WinFax using the
  17. ;settings contained in two files: an InstallShield silent response
  18. ;file (SETUP.ISS) and a script file (WFSCRIPT.SPT). The 
  19. ;InstallShield silent response file contains all options you would
  20. ;normally specify during the WinFax installation. The script file
  21. ;contains options that you would configure after installing 
  22. ;WinFax (for example, the modem or fax device you want to use).
  23. ;
  24. ; To install WinFax using a scripted install:
  25. ;
  26. ; 1. Copy the WinFax installation files from the WinFax
  27. ;    installation CD to a network drive that is accessible to
  28. ;    all users who will install WinFax on their computers.
  29. ;
  30. ; 2. Create an InstallShield silent response file (SETUP.ISS) 
  31. ;    that you can use as an installation template. 
  32. ;
  33. ; 3. Create an installation script file containing the appropriate
  34. ;    configuration options. (This file is a sample script file.)
  35. ;
  36. ; 4. Copy both the InstallShield silent response file (SETUP.ISS) 
  37. ;    and the installation script (WFSCRIPT.SPT) to the Disk1 
  38. ;    subdirectory of the network directory containing the WinFax
  39. ;    installation files.
  40. ;
  41. ; 5. Instruct users to install WinFax using the silent response 
  42. ;    file and installation script. 
  43. ;
  44. ; FOR DETAILED INSTRUCTIONS ON USING SCRIPTED INSTALLATIONS SEE
  45. ; THE ELECTRONIC VERSIONS OF THE DOCUMENTATION AVAILABLE ON THE 
  46. ; WINFAX INSTALLATION CD:
  47. ;
  48. ; * WinFax PRO for Networks - WFPN16.PDF
  49. ; * WinFax PRO Fax Sharing - WFXSHARE.PDF
  50. ; * WinFax (all other modems & fax devices) - WFSCRIPT.PDF
  51. ;
  52. ;
  53. ; About this File:
  54. ; -----------------------------------
  55. ; This file contains a sample a typical script required to run 
  56. ; the WinFax scripted install. You can use an install script to 
  57. ; configure WinFax to work with the following 
  58. ; modem/fax devices:
  59. ; * WinFax PRO Fax Sharing Client "Networked" mode (Peer-to-Peer)
  60. ; * WinFax PRO for Networks "Networked" mode 
  61. ; * Regular modem
  62. ; * CAS modem/fax board
  63. ; * ISDN card
  64. ;
  65. ;
  66. ; Do not delete any entries or sections that are not used. Simply 
  67. ; comment them out with a leading semi-colon (;).
  68.  
  69.  
  70.  
  71.  
  72.  
  73. [GENERAL]
  74. ;Use this section to specify the installation directory
  75. ;and the installation type.
  76.  
  77.  
  78. ;INSTALLATION DIRECTORY--This entry identifies the 
  79. ;installation directory on the user's computer. This 
  80. ;example provides the default location. 
  81.  
  82. EXEPATH=C:\Program Files\Symantec\WinFax
  83.  
  84.  
  85. ;INSTALLATION TYPE--This entry identifies the  
  86. ;type of installation. The Typical option installs the complete
  87. ;set of WinFax program files. The Minimum option 
  88. ;installs the fewest number of files required. Do one of
  89. ;the following:
  90. ;
  91. ; * Typical installation - Set INSTTYPE=0.
  92. ; * Minimum installation - Set INSTTYPE=1.
  93.  
  94. INSTTYPE=0
  95.  
  96.  
  97.  
  98.  
  99.  
  100. [LOCATION]
  101. ;Use this section to specify dialing instructions for 
  102. ;your current location.
  103.  
  104.  
  105. ;COUNTRY CODE AND AREA CODE--These entries identify
  106. ;the Default dialing location settings for users.
  107. ;For the United States and Canada, the country code 
  108. ;is 1. If you are setting up a non-North American 
  109. ;location, type the routing code (or city code) in the 
  110. ;AREA entry.
  111.  
  112. COUNTRY=1
  113. AREA=416
  114.  
  115.  
  116. ;ENABLE PREFIX--This entry enables or disables a dialing 
  117. ;prefix for the Default location. Do one of the following:
  118. ;
  119. ; * Use a prefix - Set USEPREFIX=1.
  120. ; * Do not use a prefix - Set USEPREFIX=0.
  121.  
  122. USEPREFIX=1
  123.  
  124.  
  125. ;DEFINE PREFIX--This entry defines the prefix for the Default location. 
  126. ;A comma adds a 2 second pause to the dial sequence.
  127.  
  128. PREFIX=9,
  129.  
  130.  
  131.  
  132.  
  133.  
  134. [STANDALONE]
  135. ;Use this section to specify whether you are installing a
  136. ;standalone version of WinFax or a networked version of WinFax.
  137.  
  138.  
  139. ;STANDALONE--This entry identifies whether you want to
  140. ;install WinFax to work with a local fax device or a remote
  141. ;fax device. Do one of the following:
  142. ;
  143. ;  * WinFax PRO Fax Sharing Client - Set STDALONE=0.  
  144. ;  * WinFax PRO for Networks Client - Set  STDALONE=0. 
  145. ;  * CAS modem/fax board - Set STDALONE=0.
  146. ;  * ISDN card - Set STDALONE=0.
  147. ;  * Regular modem - Set STDALONE=1.
  148.  
  149. STDALONE=0
  150.  
  151.  
  152.  
  153.  
  154.  
  155. [WFXIFSETUP]
  156. ;Use this section to specify the type of fax device you want
  157. ;to use with WinFax. If you are using a custom fax device
  158. ;created using the WinFax PRO Software Development Kit
  159. ;HAL feature, use this section to specify additional
  160. ;options for your device.
  161.  
  162.  
  163. ;FAX DEVICE--This entry specifies the type of fax 
  164. ;device you want to use with WinFax. Do one of the 
  165. ;following:
  166. ;
  167. ; * WinFax PRO Fax Sharing Client - Set WFXIFID=WPP.
  168. ; * WinFax PRO for Networks Client - Set WFXIFID=FGT.
  169. ; * CAS modem/fax board - Set WFXIFID=CAS.
  170. ; * ISDN card - Set WFXIFID=ISC.
  171. ; * Regular modem - Ignore this entry.
  172.  
  173. WFXIFID=FGT
  174.  
  175.  
  176. ;MANUAL OVERRIDE--This entry allows you
  177. ;to run scripts for custom HAL devices.
  178. ;By default this entry is set to 1. Do not change
  179. ;this entry to 0 unless you want to run a 
  180. ;customized script for a custom HAL device.
  181.  
  182. ManualOverride=0
  183.  
  184.  
  185. ;INSTANCE NAME/ID--These entries identify
  186. ;the instance to be configured. By default,
  187. ;these entries are automatically detected based
  188. ;on the fax device you use. Only change these
  189. ;entries if you are using a custom HAL device.
  190. ;An error will result if the instance cannot be
  191. ;found in the set of instances enumerated by
  192. ;the specified or default interface.
  193.  
  194. InstanceName=
  195. InstanceID=1
  196.  
  197.  
  198. ;FIRST INSTANCE--If you have two versions of
  199. ;a fax device, this entry specifies that you want to
  200. ;use the first version (or instance) of that fax device.
  201. ;Set this entry to 1. Do not change this entry.
  202.  
  203. FirstInstance=1
  204.  
  205.  
  206.  
  207.  
  208.  
  209. [AUTCNFIG]
  210. ;This entry indicates that you want to automatically 
  211. ;configure WinFax to work with a local modem. 
  212. ;
  213. ;Before using this entry, you must do the following:
  214. ;
  215. ;1. Install WinFax to work with your local modem.
  216. ;
  217. ;2. Verify that your modem works properly.
  218. ;3. Export the registry key:
  219. ;   HKEY_LOCAL_MACHINE\Software\Delrina\commsuite\7.0\modems\modems0
  220. ;
  221. ;4. Name the exported file "AUTCNFIG.REG".
  222. ;
  223. ;5. Copy AUTCNFIG.REG to the network directory
  224. ;   containing the WinFax installation files.
  225. ;
  226. ;Before running the scripted install, the AUTOCNFIG.REG file must
  227. ;be copied from the network directory (containing the WinFax 
  228. ;installation files) to the "Windows" directory on the 
  229. ;user's station.
  230.  
  231.  
  232.  
  233.  
  234.  
  235. [MODEMS]
  236.  
  237. ;NETWORK MODEM--This entry identifies users as 
  238. ;WinFax clients on a network. Do the following:
  239. ;
  240. ; * WinFax PRO Fax Sharing Client - Set USEHAL=1.
  241. ; * WinFax PRO for Networks Client - Set USEHAL=1.
  242. ; * CAS modem/fax board - Set USEHAL=1.
  243. ; * ISDN card - Set USEHAL=1.
  244. ; * Regular modem - Set USEHAL=3.
  245.  
  246. USEHAL=1
  247.  
  248.  
  249. ;NETWORK SERVER--This entry identifies the type of fax
  250. ;network you are using.
  251. ;
  252. ;* WinFax PRO Fax Sharing Client - Set HAL=2.
  253. ;* WinFax PRO for Networks Client - Set HAL=0.
  254. ; * CAS modem/fax board - Set HAL=3.
  255. ; * ISDN card - Set HAL=3.
  256. ; * Regular modem - Set HAL=3.
  257.  
  258. HAL=3
  259.  
  260.  
  261.  
  262.  
  263.  
  264. [WPP SETTINGS]
  265. ;Use this section to specify settings for the Fax Sharing fax device.
  266. ;If you are not using this script file to install WinFax for
  267. ; fax sharing, ignore this section.
  268. ;DO NOT DELETE THIS SECTION. 
  269.  
  270.  
  271. ; WINFAX HOST STATION--Specify the WinFax Host station's
  272.  network computer name or IP address. You must complete this entry.
  273.  
  274. HostID=
  275.  
  276.  
  277. ;OPERATING SYSTEM--Specify the type of operating system on which the
  278. ;WinFax Host software is running. Do one of the following:
  279. ;
  280. ; * Unknown operating system - Set ConnectMethod=0.
  281. ; * Windows NT - Set ConnectMethod=1.
  282. ; * Windows 95/98 - Set ConnectMethod=2.
  283.  
  284. ConnectMethod=
  285.  
  286.  
  287. ;CHECK FOR NEW FAXES ON STARTUP--Use this option to 
  288. ;specify whether you want to check the WinFax Host computer
  289. ;for new faxes when you start WinFax. Do one of the following:
  290. ;
  291. ; * Check on startup - Set ReceiveCheckOnStartup=1.
  292. ; * Do not check on startup - Set ReceiveCheckOnStartup=0.
  293.  
  294. ReceiveCheckOnStartup=
  295.  
  296.  
  297. ;WINFAX HOST PASSWORD--Type the WinFax Host 
  298. ; computer's password (if it exists). 
  299.  
  300. Password=
  301.  
  302.  
  303.  
  304.  
  305.  
  306. [FAXGATE]
  307. ;Use this section to specify WinFax PRO for Networks settings.
  308. ;If you are not using this script file to install WinFax PRO for
  309. ;Networks, ignore this section.
  310. ;DO NOT DELETE THIS SECTION. 
  311.  
  312.  
  313. ;WORKGROUP NAME--Identifies the workgroup name on the network.
  314.  
  315. WRKGRP=workgroup name
  316.  
  317.  
  318. ; EXTENSION--Identifies the WinFax client's forwarding extension.
  319.  
  320. EXTENSION=forwarding extension
  321.  
  322.  
  323. ;NETWORK TYPE--This entry identifies the type of network 
  324. ;users are using. 
  325. ;Novell Netware (IPX)=-32767
  326. ;Windows for Workgroups (IPX)=-32511
  327. ;Windows for Workgroups (NetBIOS)=-32254
  328. ;Artisoft Lantastic (NetBIOS)=-31998
  329. ;Windows 95/NT (IPX)=-31743
  330. ;Windows 95/NT (NetBIOS)=-31742
  331. ;Other (NetBIOS)=-31230
  332.  
  333. NETTYPE=-32767
  334.  
  335.  
  336.  
  337.  
  338.  
  339. [CAS SETTINGS]
  340. ;Use this section to specify settings for CAS modems/fax devices.
  341. ;If you are not using this script file to install WinFax to work 
  342. ;with CAS modems/fax boards, ignore this section.
  343. ;DO NOT DELETE THIS SECTION. 
  344.  
  345.  
  346. ;ENABLE AUTOMATIC RECEIVE--Specify the default 
  347. ; receive mode. Do one of the following:
  348. ;
  349. ; * Enable automatic reception - Set UseWinFaxAutoreceive=1.
  350. ; * Disable automatic reception - Set UseWinFaxAutoreceive=0.
  351. ;
  352. ;If you disable automatic reception, the CAS modem/fax
  353. ;board receives all of your faxes instead of WinFax. After
  354. ;installing WinFax, you can change the automatic 
  355. ;reception setting from the Controller menu or from the
  356. ;Receive menu in Message Manager.
  357.  
  358. UseWinFaxAutoreceive=
  359.  
  360.  
  361. ;FAX HEADERS-- Specify whether you want to use WinFax 
  362. ;headers ;on fax pages or standard CAS headers. Do one of the
  363. ;following:
  364. ;
  365. ; * Use WinFax headers - Set UseWinFaxHeader=1.
  366. ; * Use CAS headers - Set UseWinFaxHeader=0.
  367.  
  368. UseWinFaxHeader=
  369.  
  370.  
  371.  
  372.  
  373.  
  374. [ISC SETTINGS]
  375. ;Use this section to specify settings for the ISDN fax device.
  376. ;If you are not using this script file to install WinFax for an
  377. ;ISDN fax device, ignore this section.
  378. ;DO NOT DELETE THIS SECTION. 
  379.  
  380.  
  381. ;USE SPEEDFAX--Specify whether you want to enable 
  382. ;the SpeedFax option for WinFax ISDN to WinFax ISDN
  383. ;communications. Enter 0 to disable the SpeedFax option.
  384. ;Do one of the following:
  385. ;
  386. ; * Enable SpeedFax - Set SpeedFax=1.
  387. ; * Disable SpeedFax - Set SpeedFax=0.
  388. ;
  389. ;Note: SpeedFax is not available in North America.
  390.  
  391. SpeedFax=
  392.  
  393.  
  394. ;ALLOW GLOBAL CALLS--Specify whether you 
  395. ;want to receive calls when no MSN is specified. Do
  396. ;one of the following:
  397. ;
  398. ; Receive calls without a MSN - Set GlobalCalls=1.
  399. ; Reject calls without a MSN - Set GlobalCalls=0.
  400.  
  401. GlobalCalls=
  402.  
  403.  
  404. ; BLOCK SIZE--Specify the fax block size. You can enter any number
  405. ;between 128 and 2048. The default varies depending on your ISDN card type.
  406.  
  407. BlockSize=
  408.  
  409.  
  410. ;RECEIVING EXTENSION--Specify your receiving extension. If you do not
  411. ;specify this option, calls are answered on all MSNs.
  412.  
  413. MSN=
  414.  
  415. ;CALLING LINE IDENTIFER--If your phone system or PBX requires a 
  416. ;calling line identifier, specify your CLID in this entry.
  417.  
  418. CLID=
  419.  
  420.  
  421.  
  422.  
  423.  
  424.