home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Lotus / Org97gs / ORGANIZE / INSTORG.RSP < prev    next >
Text File  |  1997-02-04  |  16KB  |  524 lines

  1. ;***********************************************
  2. ;***********************************************
  3. ; INFORMATION ABOUT AUTOMATED INSTALL
  4. ;
  5. ; Automated install is a feature that allows 
  6. ; users to run the Lotus Install program 
  7. ; without the user interface. This feature
  8. ; is particularly useful for system administrators
  9. ; who manage installs and upgrades for 
  10. ; large groups of users.
  11. ;
  12. ; System administrators use this feature 
  13. ; by filling in the fields in this response 
  14. ; file (instorg.rsp), and then making this 
  15. ; file available to end users. The information 
  16. ; you supply in this file provides input 
  17. ; to the Install program so it can run without 
  18. ; user intervention.
  19. ;
  20. ; NOTE: Only system administrators should edit 
  21. ; this file. Individual users should use the 
  22. ; response file provided to them by their system
  23. ; administrator.
  24. ; TO USE THE AUTOMATED INSTALL FEATURE:
  25. ;
  26. ; 1) Prepare the Response File:
  27. ;
  28. ;    a) Back up this file by copying it 
  29. ;       to a new name (instorg.sav, for example)
  30. ;       so you can start fresh at any time.
  31. ;    b) In this file, provide the information 
  32. ;       for each field. Examine each default 
  33. ;       value to make sure it is the value you
  34. ;       want. Read the comments for each field
  35. ;       for information about legal values and
  36. ;       possible interactions with other fields.
  37. ;    c) Validate your response file by running 
  38. ;       an install that uses this file as input. 
  39. ;       (See the command line information below).
  40. ;       The Install program displays any errors 
  41. ;       that occur. Remember that if you are 
  42. ;       testing node installs, you must run a
  43. ;       server install first.
  44. ;
  45. ; 2) Make the Response File Available to 
  46. ;    End Users
  47. ;    When your response file has no errors
  48. ;    and performs the install as you intended, 
  49. ;    make it available to your users with 
  50. ;    instructions about how to run the Install 
  51. ;    program. You might want to tell them
  52. ;    what command line to type, or you might 
  53. ;    choose a different method. The best
  54. ;    distribution strategy depends on the tools 
  55. ;    you have available at your site.
  56. ;
  57. ; TO RUN AN AUTOMATED INSTALL:
  58. ; Choose Run from the Start menu (Windows 95) or
  59. ; Windows NT 4.0) or choose File Run from the 
  60. ; Windows Program Manager (Windows NT 3.51), 
  61. ; and type the install command:
  62. ;
  63. ; <path>\install /A <ResponseFilePath> [/U ["UserName"]] 
  64. :       [/O [<LogFilePath>]] [/?]
  65. ;
  66. ; where:
  67. ;    path is the location of the install program
  68. ;         executable.
  69. ;    /A turns on the automated install feature.
  70. ;    ResponseFilePath is the full path and 
  71. ;         name of the response file. If you do 
  72. ;         not specify a path, this defaults to
  73. ;         the directory in which your install 
  74. ;         executable resides.
  75. ;    /U allows you to specify the name of the user.
  76. ;    "UserName" is the name of the user to which
  77. ;         this copy of the program is registered.
  78. ;         See the comments for the UserName field
  79. ;         below for information about defaults.
  80. ;    /O allows you to specify the status log file 
  81. ;         path and filename.
  82. ;    LogFilePath is the full path and name of the 
  83. :         status log file. If you do not specify a 
  84. ;         path, this defaults to \<windowsdir>\lotinst.log.
  85. ;    /? brings up the command line usage message.
  86. ;
  87. ;
  88. ; HINTS AND TIPS:
  89. ;
  90. ; Do not change the field names to the left 
  91. ; of the equal signs (=) in this file. 
  92. ; Changing the field names will cause errors.
  93. ;
  94. ; Do not remove fields from this file.
  95. ; Removing fields will cause errors.
  96. ;
  97. ; If you perform a standard or node
  98. ; install to add another language to
  99. ; this product, the Install program does 
  100. ; not use the directory fields in this file.
  101. ; The additional language is added to the
  102. ; existing copy of the product. For more
  103. ; information about multilingual install,
  104. ; see the Network Administrator's Guide 
  105. ; (readnet.txt).
  106. ;
  107. ;***********************************************
  108. ;***********************************************
  109. ; THE RESPONSE FILE STARTS HERE:
  110. ;
  111. [User Registration]
  112. ; The [User Registration] section is for 
  113. ; information about the end user of this copy
  114. ; of the product. 
  115. ;
  116. ; Type the user's name in the "UserName" field. 
  117. ; Type the company's name in the "CompanyName"
  118. ; field. This information will become a 
  119. ; permanent part of the user's copy of this 
  120. ; program. If you do not supply this 
  121. ; information, the program will attempt 
  122. ; to find the user and company name from 
  123. ; a previously installed version 
  124. ; of this program (if there is one), or 
  125. ; from the Windows registration information.
  126. ;
  127. ;***********************************************
  128. UserName = 
  129. CompanyName = 
  130. ;***********************************************
  131. ;
  132. [General Information]
  133. ; The [General Information] section specifies the
  134. ; type of install you want to perform and the program 
  135. ; group to which you want to add the product icon.
  136. ;
  137. ; Use the "InstallType" field to specify the kind of 
  138. ; install you want to perform. 
  139. ;     1 Standalone Install
  140. ;     2 Server Install
  141. ;     3 Distribution Install
  142. ;     4 Node install
  143. ;
  144. ; Remember that if you want to run a node install, 
  145. ; you must run a server install first, and use the 
  146. ; install.exe generated by the server install.
  147. ;
  148. ;***********************************************
  149. InstallType = 1
  150. ;***********************************************
  151. ;
  152. ; Use the "AddiconOption" field to specify whether 
  153. ; Install should add program icons to your  
  154. ; program group or start menu. 
  155. ;     
  156. ;    0 Do not add program icons
  157. ;    1 Add program icons
  158. ;***********************************************
  159. AddiconOption = 1
  160. ;***********************************************
  161. ;
  162. ; Use the "ProgramGroup" field to name the program 
  163. ; group to which you want to add this product's icon. 
  164. ; This field is only used if you are doing a standard,
  165. ; server, or node install on Windows NT 3.51 and the
  166. ; AddiconOption field is set to 1. It is not used on 
  167. ; Windows 95 or Windows NT 4.0, or if the AddiconOption
  168. ; field is set to 0.
  169. ;
  170. ;***********************************************
  171. ProgramGroup = Lotus SmartSuite
  172. ;***********************************************
  173. ;
  174. ; Use the "StartmenuFolder" field to name the folder 
  175. ; to which you want to add this product's icon. 
  176. ; This field is only used if you are doing a standard, 
  177. ; server, or node install on Windows 95 or Windows NT 4.0. 
  178. ; It is not used on Windows NT 3.51 or if the AddiconOption
  179. ; field is set to 0.
  180. ;
  181. ;***********************************************
  182. StartmenuFolder = Lotus SmartSuite
  183. ;***********************************************
  184. ;
  185. ;***********************************************
  186. ;
  187. [Datalens]
  188. ; The [Datalens] section provides information 
  189. ; about where to install the Datalens 
  190. ; drivers. The fields in this section are only
  191. ; used if the products you are installing use
  192. ; the Datalens drivers, and only during a 
  193. ; server install (InstallType 2).
  194. ;
  195. ; Use the "SQLServerName" field to specify the name 
  196. ; of your SQL server.
  197. ;
  198. ;***********************************************
  199. SQLServerName = 
  200. ;***********************************************
  201. ;
  202. ; Use the "PARADOXNetInfo" field to specify the
  203. ; path to the PARADOX server.
  204. ;
  205. ;***********************************************
  206. PARADOXNetInfo =
  207. ;***********************************************
  208. ;
  209. [ORG]
  210. ; The [ORG] section provides information 
  211. ; specific to Organizer.
  212. ;
  213. ;
  214. ; The "BASEDIR" field specifies the base directory
  215. ; for a single product. Your main product directory,
  216. ; work directory, and all other directories 
  217. ; associated with this product will be created 
  218. ; under this base directory. We recommend that you
  219. ; use the same base directory for all of the 
  220. ; Lotus products you install. This field is used
  221. ; only in standalone, file server, and node installs.
  222. ;
  223. ;***********************************************
  224. BASEDIR= c:\lotus\
  225. ;***********************************************
  226. ;
  227. ; If you don't want to use the default directories
  228. ; based on "BASEDIR" edit these 3 directories
  229. ; and set "SizeOfInstall" to 3 (Custom).
  230. ;
  231. ; Use the "ORGDIR" field to specify the main
  232. ; product directory for Organizer 97. 
  233. ;
  234. ; Use the "ORGWORKDIR" field to specify the 
  235. ; directory in which users store their work.
  236. ; Standard and Node only.
  237. ; Use the "ORGBACKUPDIR" field to specify the
  238. ; directory in which users store their backup
  239. ; files. Standard and Node only.
  240. ;
  241. ;***********************************************
  242. ORGDIR = c:\lotus\organize\
  243. ORGWORKDIR = c:\lotus\work\organize\
  244. ORGBACKUPDIR = c:\lotus\backup\organize\
  245. ;***********************************************
  246. ;
  247. ; Use the "SizeOfInstall" field to specify the
  248. ; size of the Organizer install:
  249. ;      1 Default install
  250. ;      2 Minimum install 
  251. ;      3 Custom install
  252. ;
  253. ; This field is only used during standard 
  254. ; and file server installs (InstallType 1 and 2). 
  255. ; For file server installs, you can only use
  256. ; SizeOfInstall 1 or 3. 
  257. ;
  258. ;***********************************************
  259. SizeOfInstall = 1
  260. ;***********************************************
  261. ;
  262. ; Use "ORGRemovePreviousProdFiles" to remove any
  263. ; files from previous releases of Organizer 2.x
  264. ; 0 = Don't delete; 1 = Delete
  265. ;
  266. ;***********************************************
  267. ORGRemovePreviousProdFiles = 0
  268. ;***********************************************
  269. ;
  270. ; Use the "PimOnly" setting to indicate whether
  271. ; Organizer should be set up as a PIM only, or
  272. ; if group calendaring & scheduling capabilities
  273. ; should be enabled as well
  274. ; 1 = PIM only; 0 = PIM with Cal./Sched.
  275. ;
  276. ;***********************************************
  277. PimOnly = 0
  278. ;***********************************************
  279. ;
  280. [CustomizeORG]
  281. ; The [CustomizeORG] section lets you select
  282. ; which features of Organizer you want to install.
  283. ; This section is only used if the 
  284. ; "SizeOfInstall" field in the [ORG] section 
  285. ; is 3 (custom install).
  286. ;
  287. ;
  288. ; Organizer
  289. ; Choose the feature you want to install.
  290. ;
  291. ; ORGEXE    =    Lotus Organizer 97
  292. ;***********************************************
  293. ORGEXE = 1
  294. ;***********************************************
  295. ;
  296. ;***********************************************
  297. ;
  298. ; Organizer Compact Utility
  299. ; Choose the feature you want to install.
  300. ;***********************************************
  301. ORGUTILS = 1
  302. ;***********************************************
  303. ;
  304. ;***********************************************
  305. ;
  306. ; Help and Samples
  307. ; Choose the help and samples you want to install.
  308. ;***********************************************
  309. ORGHELP=1
  310. ;     Organizer 97 Help files
  311.     ORGHELP1 = 1
  312. ;     Tour files
  313.     ORGHELP2 = 1
  314. ;     Reference files
  315.     ORGHELP3 = 1
  316. ;***********************************************
  317. ;
  318. ;***********************************************
  319. ;
  320. ; Organizer Event Sounds
  321. ; Choose the feature you want to install.
  322. ;
  323. ;***********************************************
  324. ORGEVENTSOUNDS = 1
  325. ;***********************************************
  326. ;
  327. ;***********************************************
  328. ;
  329. ; Layouts
  330. ; Choose the layouts you want to install.
  331. ;
  332. ;***********************************************
  333. ; De-select all with ORGREP = 0
  334. ORGREP=1
  335. ; or deselect individual items
  336. ;    Calendar
  337.     ORGREP1 = 1
  338. ;    Calls
  339.     ORGREP2 = 1
  340. ;    To Do
  341.     ORGREP3 = 1
  342. ;    Address
  343.      ORGREP4 = 1
  344. ;    Notepad
  345.     ORGREP5 = 1
  346. ;    Anniversary
  347.     ORGREP6 = 1
  348. ;    Planner
  349.     ORGREP7 = 1
  350. ;***********************************************
  351. ;
  352. ;***********************************************
  353. ;
  354. ; Paper
  355. ; Organizer Paper Layout Files Section
  356. ;
  357. ;***********************************************
  358. ; De-select all with ORGPAPER = 0
  359. ORGPAPER=1
  360. ; or deselect individual items
  361. ;    "2x10-Labels 1 x 4 in"
  362.     ORGPAPER1 = 1
  363. ;    "2x3-Labels 3 1/3 x 4 in"
  364.     ORGPAPER2 = 1
  365. ;    "2x4 Rolodex« 2 1/6 x 4 in"
  366.     ORGPAPER3 = 1
  367. ;    "2x5-Labels 2 x 4 in"
  368.     ORGPAPER4 = 1
  369. ;    "2x7-Labels 1 1/3 x 4 in"
  370.     ORGPAPER5 = 1
  371. ;    "3x10-Labels 1 x 2 5/8 in"
  372.     ORGPAPER6 = 1
  373. ;    "A4 210 x 297 mm"
  374.     ORGPAPER7 = 1
  375. ;    "A5 148 x 210 mm"
  376.     ORGPAPER8 = 1
  377. ;    "Avery« #41207 3 ╛ x 6 ╛ in (P)"
  378.     ORGPAPER9 = 1
  379. ;    "Avery« #41257 3 ╛ x 6 ╛ in (L)"
  380.     ORGPAPER10 = 1
  381. ;    "Avery« #41308 5╜ x 8╜ in (P)"
  382.     ORGPAPER11 = 1
  383. ;    "Avery« #41358 5╜ x 8╜ in (L)"
  384.     ORGPAPER12 = 1
  385. ;    "Avery« L7902 (A5)"
  386.     ORGPAPER13 = 1
  387. ;    "Avery« L7901 (Filofax«)"
  388.     ORGPAPER14 = 1
  389. ;    "Avery« L7162 (16)"
  390.     ORGPAPER15 = 1
  391. ;    "Avery« L7163 (14)"
  392.     ORGPAPER16 = 1
  393. ;    "Avery« L7159 (24)"
  394.     ORGPAPER17 = 1
  395. ;    "Avery« L7666"
  396.     ORGPAPER18 = 1
  397. ;    "B5 176 x 250 mm"
  398.     ORGPAPER19 = 1
  399. ;    "Day-Timer« Junior Desk"
  400.     ORGPAPER20 = 1
  401. ;    "Day-Timer« Junior Pocket"
  402.     ORGPAPER21 = 1
  403. ;    "Day-Timer« Senior Desk"
  404.     ORGPAPER22 = 1
  405. ;    "Day-Timer« Senior Pocket"
  406.     ORGPAPER23 = 1
  407. ;    "DayRunner« Classic(TM)"
  408.     ORGPAPER24 = 1
  409. ;    "DayRunner« Entrepreneur(TM)"
  410.     ORGPAPER25 = 1
  411. ;    "DayRunner« Running Mate«"
  412.     ORGPAPER26 = 1
  413. ;    "Envelope #10 4 1/8 x 9╜ in"
  414.     ORGPAPER27 = 1
  415. ;    "Envelope #9 3 7/8 x 8 7/8 in"
  416.     ORGPAPER28 = 1
  417. ;    "Filofax«"
  418.     ORGPAPER29 = 1
  419. ;    "Franklin Day Planner« Classic (L)"
  420.     ORGPAPER30 = 1
  421. ;    "Franklin Day Planner« Classic (P)"
  422.     ORGPAPER31 = 1
  423. ;     "Franklin Day Planner« Monarch"
  424.     ORGPAPER32 = 1
  425. ;    "Legal 8╜ x 14 in"
  426.     ORGPAPER33 = 1
  427. ;    "Letter 8╜ x 11 in"
  428.     ORGPAPER34 = 1
  429. ;    "Time Manager«"
  430.     ORGPAPER35 = 1
  431. ;***********************************************
  432. ;
  433. ;***********************************************
  434. [CustomizeNodeOptionsORG]
  435. ; The [CustomizeNodeOptionsORG] section
  436. ; is used both during file server installs
  437. ; (InstallType 2) and during node installs
  438. ; (InstallType 4). Please read the comments 
  439. ; below for more details.
  440. ;
  441. ; For a file server install (InstallType 2),
  442. ; the [CustomizeNodeOptionsORG] section allows
  443. ; network administrators to specify which 
  444. ; features *can* be copied to a node user's 
  445. ; machine during a node install. This section
  446. ; corresponds to the Node User Feature Access
  447. ; dialog box in the file server install.
  448. ;
  449. ; Use the following values in these fields for
  450. ; a server install:
  451. ;      0 Do not allow the feature to be copied
  452. ;        to the user's machine
  453. ;      1 Allow the feature to be copied the 
  454. ;        user's machine
  455. ;
  456. ; For a node install (InstallType 4), the 
  457. ; [CustomizeNodeOptionsORG] section allows
  458. ; you to specify which features *will* be 
  459. ; copied to the node user's machine during the
  460. ; node install.
  461. ;
  462. ; Use the following values in these fields for
  463. ; a node install:
  464. ;      0 Do not copy the feature to the user's 
  465. ;        machine
  466. ;      1 Copy the feature to the user's machine
  467. ;
  468. ; Features will be copied to the user's machine
  469. ; during a node install only if they were selected
  470. ; in this section or in the Node User Feature Access
  471. ; dialog box during the server install.
  472. ;
  473. ;***********************************************
  474. ORGEXE            = 0
  475. ORGUTILS        = 0
  476. ORGHELP             = 0
  477. ORGREP             = 0
  478. ORGPAPER         = 0
  479. ORGEVENTSOUNDS     = 1
  480. ;***********************************************
  481. ;
  482. ;
  483. ;***********************************************
  484. ;
  485. [Shared Components]
  486. ; The [Shared Components] section provides information 
  487. ; about Lotus shared components (such as Spell
  488. ; Check).
  489. ; The "COMPONENTSDIR" field is used only during a 
  490. ; server install.
  491. ;
  492. ;*********************************************** 
  493. COMPONENTSDIR = c:\lotus\compnent
  494. ;***********************************************
  495. ; The fields below allow you to select and 
  496. ; deselect the Lotus shared components. 
  497. ; These fields are only used if the "SizeOfInstall"
  498. ; field in the [ORG] section is set to 3.
  499. ;
  500. ; To select a shared component, set its value
  501. ; to 1 (one). To deselect a shared component,
  502. ; set its value to 0 (zero).
  503. ;
  504. ;***********************************************
  505. ;
  506. ;***********************************************
  507. ;
  508. ;
  509. ;***********************************************
  510. ;***********************************************
  511. ;
  512. ;End of Response File
  513.