home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 14 / 14.iso / s / s003 / 7.ddi / REQUIRED / OS2_INSTALL_SAMPLE.RSP < prev    next >
Encoding:
Text File  |  1992-03-30  |  47.8 KB  |  886 lines

  1. ***************************************************************
  2. *                                                             *
  3. * AlternateAdapter                                            *
  4. *                                                             *
  5. *    Specifies secondary adapter for two display systems.     *
  6. *    This should be a lower or equal resolution display since *
  7. *    the highest resolution display will be primary for PM.   *
  8. *                                                             *
  9. *    Valid Parms:                                             *
  10. *                                                             *
  11. *       0=None (DEFAULT)                                      *
  12. *       1=Other than following (DDINSTAL will handle)         *
  13. *       2=Monochrome/Printer Adapter                          *
  14. *       3=Color Graphics Adapter                              *
  15. *       4=Enhanced Graphics Adapter                           *
  16. *       5=PS/2 Display Adapter                                *
  17. *       6=Video Graphics Adapter                              *
  18. *       7=8514/A Adapter                                      *
  19. *       8=XGA Adapter                                         *
  20. *                                                             *
  21. ***************************************************************
  22.  
  23. AlternateAdapter=0
  24.  
  25. **************************************************************
  26. *                                                            *
  27. * BaseFileSystem                                             *
  28. *                                                            *
  29. *    Specifies which file system should be used to format    *
  30. *    the install partition                                   *
  31. *                                                            *
  32. *    Valid Parms:                                            *
  33. *                                                            *
  34. *       1=HPFS (DEFAULT)                                     *
  35. *       2=FAT                                                *
  36. *                                                            *
  37. **************************************************************
  38.  
  39. BaseFileSystem=1
  40.  
  41. **************************************************************
  42. *                                                            *
  43. * CDROM                                                      *
  44. *                                                            *
  45. *    Specifies which, if any, CD ROM IFS files should be     *
  46. *    installed.                                              *
  47. *                                                            *
  48. *    Valid Parms:                                            *
  49. *                                                            *
  50. *       0 = None                                             *
  51. *       1 = All                                              *
  52. *       2 = CD-ROM IFS (DEFAULT)                             *
  53. *       3 = IBM CD-ROM Device Drivers                        *
  54. *                                                            *
  55. **************************************************************
  56.  
  57. CDROM=2
  58.  
  59. **************************************************************
  60. *                                                            *
  61. * CountryCode                                                *
  62. *                                                            *
  63. *    Specifies which country should be installed.  This      *
  64. *    causes all country information to be installed.         *
  65. *                                                            *
  66. *    Valid Parms:                                            *
  67. *                                                            *
  68. *       3 digit country code (DEFAULT shipped version)       *
  69. *                                                            *
  70. **************************************************************
  71.  
  72. CountryCode=001
  73.  
  74. **************************************************************
  75. *                                                            *
  76. * CountryKeyboard                                            *
  77. *                                                            *
  78. *    Specifies which country keyboard should be installed.   *
  79. *    This causes all keyboard information to be installed.   *
  80. *                                                            *
  81. *    Valid Parms:                                            *
  82. *                                                            *
  83. *       2-5 character keyboard code (DEFAULT="US")           *
  84. *                                                            *
  85. **************************************************************
  86.  
  87. CountryKeyboard=US
  88.  
  89. **************************************************************
  90. *                                                            *
  91. * DefaultPrinter                                             *
  92. *                                                            *
  93. *    Specifies which default printer to install              *
  94. *                                                            *
  95. *    Valid Parms:                                            *
  96. *                                                            *
  97. *       0=None                                               *
  98. *        or                                                  *
  99. *                                                            *
  100. *       Keyvalue=printer driver index (DEFAULT=line # of     *
  101. *       42XX) in PRDESC.LST shipped on first printer diskette*
  102. *                                                            *
  103. *           NOTE: the driver index is the same as the line   *
  104. *                 number in the ASCII PRDESC.LST file that   *
  105. *                 the desired printer name appears on        *
  106. *                                                            *
  107. **************************************************************
  108.  
  109. DefaultPrinter=0
  110.  
  111. **************************************************************
  112. *                                                            *
  113. * DiagnosticAids                                             *
  114. *                                                            *
  115. *    Specifies whether or not to install certain RAS         *
  116. *    utilities.                                              *
  117. *                                                            *
  118. *    Valid Parms:                                            *
  119. *                                                            *
  120. *       0=Don't install                                      *
  121. *       1=Install (DEFAULT)                                  *
  122. *                                                            *
  123. **************************************************************
  124.  
  125. DiagnosticAids=1
  126.  
  127. **************************************************************
  128. *                                                            *
  129. * DisplayAdapter                                             *
  130. *                                                            *
  131. *    Specifies which adapter should override the primary     *
  132. *    adapter detected by the install process                 *
  133. *                                                            *
  134. *    Valid Parms:                                            *
  135. *                                                            *
  136. *       0=Accept as correct (DEFAULT)                        *
  137. *       1=Other than following (DDINSTAL will handle)        *
  138. *       2=Color Graphics Adapter                             *
  139. *       3=Enhanced Graphics Adapter                          *
  140. *       4=Video Graphics Adapter                             *
  141. *       5=8514/A Adapter                                     *
  142. *       6=XGA Adapter                                        *
  143. *                                                            *
  144. **************************************************************
  145.  
  146. DisplayAdapter=0
  147.  
  148. **************************************************************
  149. *                                                            *
  150. * Documentation                                              *
  151. *                                                            *
  152. *    Specifies which documentation should be installed       *
  153. *                                                            *
  154. *    Valid Parms:                                            *
  155. *                                                            *
  156. *       0=None                                               *
  157. *       1=All (DEFAULT)                                      *
  158. *       2=OS/2 Command Reference                             *
  159. *       3=OS/2 Tutorial                                      *
  160. *       4=Rexx Documentation                                 *
  161. *                                                            *
  162. **************************************************************
  163.  
  164. Documentation=1
  165.  
  166. **************************************************************
  167. *                                                            *
  168. * DOSEnvironment                                             *
  169. *                                                            *
  170. *    Specifies whether or not to install DOS box.            *
  171. *                                                            *
  172. *    Valid Parms:                                            *
  173. *                                                            *
  174. *       0=Don't install                                      *
  175. *       1=DOS + WIN-OS/2 Environment  (DEFAULT)              *
  176. *       2=DOS Environment Only                               *
  177. *                                                            *
  178. **************************************************************
  179.  
  180. DOSEnvironment=1
  181.  
  182. **************************************************************
  183. *                                                            *
  184. * WindowedWIN-OS/2                                           *
  185. *                                                            *
  186. *    Specifies whether Windows** applications should run in  *
  187. *    windowed sessions on the Presentation Manager desktop   *
  188. *    or in Full Screen sessions.  This option is valid only  *
  189. *    when option 1 (WIN-OS/2 Support) is selected for the    *
  190. *    DOSEnvironment keyvalue.  Systems with (VGA) resolution *
  191. *    will always receive WIN-OS/2 sessions that run in a     *
  192. *    window as the default.                                  *
  193. *                                                            *
  194. *    Valid Parms:                                            *
  195. *                                                            *
  196. *       0=Windowed WIN-OS/2 sessions                         *
  197. *         (Requires medium resolution (VGA) video)           *
  198. *       1=Full Screen WIN-OS/2 sessions                      *
  199. *         (Run with highest resolution video possible)       *
  200. *                                                            *
  201. **************************************************************
  202.  
  203. *WindowedWIN-OS/2=1
  204.  
  205. **************************************************************
  206. *                                                            *
  207. * WIN-OS/2Desktop                                            *
  208. *                                                            *
  209. *    Specifies what the WIN-OS/2 desktop should look like.   *
  210. *    This option is valid only when option 1 (WIN-OS/2       *
  211. *    Support) is selected for the DOSEnvironment keyvalue.   *
  212. *    Option 1 should be selected only if Windows** currently *
  213. *    exists (two related options follow this one).           *
  214. *    Option 2 should be selected only if WIN-OS/2 has        *
  215. *    previously been installed.                              *
  216. *                                                            *
  217. *    Valid Parms:                                            *
  218. *                                                            *
  219. *       0=Install standard WIN-OS/2 desktop (DEFAULT)        *
  220. *       1=Copy existing Windows** desktop and use as the     *
  221. *         WIN-OS/2 desktop (two related options follow)      *
  222. *       2=Preserve WIN-OS/2 desktop currently installed      *
  223. *                                                            *
  224. **************************************************************
  225.  
  226. *WIN-OS/2Desktop=0
  227.  
  228. **************************************************************
  229. *                                                            *
  230. * ExistingWindowsPath                                        *
  231. *                                                            *
  232. *    Specifies the path to an existing Windows** system.     *
  233. *    This option is valid only when option 1 is selected     *
  234. *    for the WIN-OS/2Desktop keyvalue.                       *
  235. *                                                            *
  236. *    Valid Parms:                                            *
  237. *                                                            *
  238. *       A string that specifies the path to the existing     *
  239. *       Windows** system (Example: C:\WINDOWS)               *
  240. *                                                            *
  241. **************************************************************
  242.  
  243. *ExistingWindowsPath=
  244.  
  245. **************************************************************
  246. *                                                            *
  247. * ShareDesktopConfigFiles                                    *
  248. *                                                            *
  249. *    Specifies that the desktop configuration files should   *
  250. *    be shared between an existing Windows** system and the  *
  251. *    WIN-OS/2 system being installed.  If this option is     *
  252. *    selected, the Windows** desktop will be updated when    *
  253. *    changes are made to the WIN-OS/2 desktop.  This         *
  254. *    option is valid only when option 1 is selected for the  *
  255. *    WIN-OS/2Desktop keyvalue.                               *
  256. *                                                            *
  257. *    Valid Parms:                                            *
  258. *                                                            *
  259. *       0=Do not share the Windows** desktop configuration   *
  260. *         files                                              *
  261. *       1=Share the Windows** desktop configuration files    *
  262. *                                                            *
  263. **************************************************************
  264.  
  265. *ShareDesktopConfigFiles=1
  266.  
  267. **************************************************************
  268. *                                                            *
  269. * DPMI                                                       *
  270. *                                                            *
  271. *    Specifies which DPMI options to install.                *
  272. *                                                            *
  273. * Valid Parms:                                               *
  274. *                                                            *
  275. *    0=none                                                  *
  276. *    1=All  (DEFAULT)                                        *
  277. *    2=Virtual DOS Protect Mode Interface                    *
  278. *    3=Virtual Epanded Memory Management                     *
  279. *    4=Virtual Extended Memory Support                       *
  280. *                                                            *
  281. **************************************************************
  282.  
  283. DPMI=1
  284.  
  285. **************************************************************
  286. *                                                            *
  287. * ExitOnError                                                *
  288. *                                                            *
  289. *    Specifies if the install program should exit with an    *
  290. *    error code if an error occurs.  This also determines    *
  291. *    whether the installation process will exit with a return*
  292. *    code when it completes rather than the C-A-D panel.     *
  293. *                                                            *
  294. *    Valid Parms:                                            *
  295. *                                                            *
  296. *       0 = Do not exit when error occurs; display panel     *
  297. *           (DEFAULT)                                        *
  298. *       1 = Exit quietly with a return code                  *
  299. *                                                            *
  300. **************************************************************
  301.  
  302. ExitOnError=0
  303.  
  304. **************************************************************
  305. *                                                            *
  306. * Fonts                                                      *
  307. *                                                            *
  308. *    Specifies which fonts should be installed               *
  309. *                                                            *
  310. *    Valid Parms:                                            *
  311. *                                                            *
  312. *       0 = None                                             *
  313. *       1 = All (DEFAULT)                                    *
  314. *       2 = Courier              (Bitmap)                    *
  315. *       3 = Helvetica            (Bitmap)                    *
  316. *       4 = System Mono-spaced   (Bitmap)                    *
  317. *       5 = Times Roman          (Bitmap)                    *
  318. *       6 = Courier              (Outline)                   *
  319. *       7 = Helvetica            (Outline)                   *
  320. *       8 = Times New Roman      (Outline)                   *
  321. *                                                            *
  322. **************************************************************
  323.  
  324. Fonts=1
  325.  
  326. **************************************************************
  327. *                                                            *
  328. * FormatPartition                                            *
  329. *                                                            *
  330. *    Specifies whether or not to format the install          *
  331. *    partition                                               *
  332. *                                                            *
  333. *    Valid Parms:                                            *
  334. *                                                            *
  335. *       0=Do not format (DEFAULT)                            *
  336. *       1=Format                                             *
  337. *                                                            *
  338. **************************************************************
  339.  
  340. FormatPartition=0
  341.  
  342. **************************************************************
  343. *                                                            *
  344. * Include                                                    *
  345. *                                                            *
  346. *    Specifies another response file to process along        *
  347. *    with the current one.  There may be multiple            *
  348. *    occurrences of this keyword.                            *
  349. *    No validity checking is done.                           *
  350. *                                                            *
  351. *    Valid Parms:                                            *
  352. *                                                            *
  353. *       KEYWORD = valid filename                             *
  354. *                                                            *
  355. **************************************************************
  356.  
  357. * Include=include.rsp
  358.  
  359. **************************************************************
  360. *                                                            *
  361. * MigrateConfigFiles                                         *
  362. *                                                            *
  363. *    Specifies whether or not to migrate configuration files *
  364. *    from a previous release of the operating system.        *
  365. *                                                            *
  366. *    Valid Parms:                                            *
  367. *                                                            *
  368. *       0=Don't migrate                                      *
  369. *       1=Migrate files (DEFAULT)                            *
  370. *                                                            *
  371. **************************************************************
  372.  
  373. MigrateConfigFiles=1
  374.  
  375. **************************************************************
  376. *                                                            *
  377. * MigrateApplications                                        *
  378. *                                                            *
  379. *    Specifies whether or not to migrate existing DOS,       *
  380. *    Windows** and OS/2 applications.  Only those            *
  381. *    applications listed in the database specified will      *
  382. *    be migrated.                                            *
  383. *                                                            *
  384. *    Valid Parms:                                            *
  385. *                                                            *
  386. *       Drives to search, database to use for search         *
  387. *       (Example: C:D:,C:\OS2\INSTALL\DATABASE.DAT)          *
  388. *                                                            *
  389. **************************************************************
  390.  
  391. *MigrateApplications=
  392.  
  393. **************************************************************
  394. *                                                            *
  395. * MoreBitmaps                                                *
  396. *                                                            *
  397. *    Specifies whether or not to install more bitmaps.       *
  398. *                                                            *
  399. *    Valid Parms:                                            *
  400. *                                                            *
  401. *       0=Don't install More Bitmaps                         *
  402. *       1=Install More Bitmaps (DEFAULT)                     *
  403. *                                                            *
  404. **************************************************************
  405.  
  406. MoreBitmaps=1
  407.  
  408. **************************************************************
  409. *                                                            *
  410. * Mouse                                                      *
  411. *                                                            *
  412. *    Specifies which mouse device driver, if any, to         *
  413. *    install                                                 *
  414. *                                                            *
  415. *    Valid Parms:                                            *
  416. *                                                            *
  417. *       0 = No pointing device support                       *
  418. *       1 = PS/2 Style Pointing Devicee         (DEFAULT)    *
  419. *       2 = Bus Version                                      *
  420. *       3 = Serial Version                                   *
  421. *       4 = InPort Version                                   *
  422. *       5 = Logitech (tm) Mouse                              *
  423. *       6 = IBM PS/2 Touch Display                           *
  424. *       7 = Other Pointing Device for Mouse Port             *
  425. *                                                            *
  426. **************************************************************
  427.  
  428. Mouse=1
  429.  
  430. **************************************************************
  431. *                                                            *
  432. * MousePort                                                  *
  433. *                                                            *
  434. *    Specifies to which port a serial-type mouse should      *
  435. *    be attatched (valid for serial or Logitech(tm) mice)    *
  436. *                                                            *
  437. *    Valid Parms:                                            *
  438. *                                                            *
  439. *       0 = No port necessary (DEFAULT)                      *
  440. *       1 = COM1                                             *
  441. *       2 = COM2                                             *
  442. *       3 = COM3                                             *
  443. *       4 = COM4                                             *
  444. *                                                            *
  445. **************************************************************
  446.  
  447. MousePort=0
  448.  
  449. **************************************************************
  450. *                                                            *
  451. * OptionalFileSystem                                         *
  452. *                                                            *
  453. *    Specifies whether or not to install optional file       *
  454. *    system(s) i.e. HPFS                                     *
  455. *                                                            *
  456. *    Valid Parms:                                            *
  457. *                                                            *
  458. *       0=Do Not Install Optional File System(s)             *
  459. *       1=Install Optional File System (DEFAULT)             *
  460. *                                                            *
  461. **************************************************************
  462.  
  463. OptionalFileSystem=1
  464.  
  465. **************************************************************
  466. *                                                            *
  467. *  OptionalSystemUtilities                                   *
  468. *                                                            *
  469. *     Specifies whether or not to install the following      *
  470. *     system utilities.                                      *
  471. *                                                            *
  472. *  Valid Parms:                                              *
  473. *                                                            *
  474. *     0=Install none                                         *
  475. *     1=Install all (DEFAULT)                                *
  476. *     2=Backup Hard Disk                                     *
  477. *     3=Change File Attributes                               *
  478. *     4=Display Directory Tree                               *
  479. *     5=Manage Partitions                                    *
  480. *     6=Label Diskettes                                      *
  481. *     7=Link Object Modules                                  *
  482. *     8=Picture Utilities                                    *
  483. *     9=PMREXX                                               *
  484. *    10=Recover Files                                        *
  485. *    11=Restore Backed-up Files                              *
  486. *    12=Sort Filter                                          *
  487. *    13=Installation Aid                                     *
  488. *                                                            *
  489. * Example:                                                   *
  490. *          OptionalSystemUtilities=2,9,4                     *
  491. *          would install Backup, PMREXX and Tree utilities.  *
  492. *                                                            *
  493. **************************************************************
  494.  
  495. OptionalSystemUtilities=1
  496.  
  497. **************************************************************
  498. *                                                            *
  499. * OS2IniData                                                 *
  500. *                                                            *
  501. *    Specifies a profile string to be written to the         *
  502. *    user configuration file OS2.INI.  There may be          *
  503. *    multiple occurrences of this keyword.                   *
  504. *                                                            *
  505. *    Valid Parms:                                            *
  506. *                                                            *
  507. *       KEYWORD = /AppName/KeyName/KeyValue/                 *
  508. *                                                            *
  509. *           NOTE: Since each of these names can contain      *
  510. *           imbedded blanks and whitespace, the "slash"      *
  511. *           character must be used as a delimiter.  There    *
  512. *           must be three tokens delineated on all sides or  *
  513. *           this keyword will be ignored.                    *
  514. *                                                            *
  515. **************************************************************
  516.  
  517. OS2IniData=/AppName/KeyName/KeyValue/
  518.  
  519. **************************************************************
  520. *                                                            *
  521. * PrimaryCodePage                                            *
  522. *                                                            *
  523. *    Specifies whether "national" or "multi-lingual" code    *
  524. *    page is primary (first active code page before          *
  525. *    switching).                                             *
  526. *                                                            *
  527. *    Valid Parms:                                            *
  528. *                                                            *
  529. *       1=National (DEFAULT)                                 *
  530. *       2=Multilingual                                       *
  531. *                                                            *
  532. **************************************************************
  533.  
  534. PrimaryCodePage=1
  535.  
  536. **************************************************************
  537. *                                                            *
  538. * PrinterPort                                                *
  539. *                                                            *
  540. *    Specifies to which printer port the default printer     *
  541. *    should be attached                                      *
  542. *                                                            *
  543. *    Valid Parms:                                            *
  544. *                                                            *
  545. *       1=LPT1 (DEFAULT)                                     *
  546. *       2=LPT2                                               *
  547. *       3=LPT3                                               *
  548. *       4=COM1                                               *
  549. *       5=COM2                                               *
  550. *       6=COM3                                               *
  551. *       7=COM4                                               *
  552. *                                                            *
  553. **************************************************************
  554.  
  555. PrinterPort=1
  556.  
  557. **************************************************************
  558. *                                                            *
  559. * ProcessEnvironment                                         *
  560. *                                                            *
  561. *    Each of the Keyword/Keyvalue statements specified in    *
  562. *    this response file may be added to the environment as   *
  563. *    environment variables.                                  *
  564. *    This makes it possible for user programs, batch files,  *
  565. *    etc. (UserExit) to access response file settings.       *
  566. *                                                            *
  567. *    Valid Parms:                                            *
  568. *                                                            *
  569. *       0 = Do not add keyword/keyvalue statements specified *
  570. *           in this response file to environment.            *
  571. *       1 = Add all keyword/keyvalue statements specified    *
  572. *           in this response file to environment (DEFAULT).  *
  573. *                                                            *
  574. **************************************************************
  575.  
  576. ProcessEnvironment=1
  577.  
  578. **************************************************************
  579. *                                                            *
  580. *  ProgressIndication                                        *
  581. *                                                            *
  582. *    Specifies whether or not to display progress indicators *
  583. *    during the installation.  Disabling this will allow a   *
  584. *    frontend program to display something else while we do  *
  585. *    our job in an unattended environment.                   *
  586. *                                                            *
  587. *    Valid Parms:                                            *
  588. *                                                            *
  589. *       0 = No progress indication                           *
  590. *       1 = Progress indication (DEFAULT)                    *
  591. *                                                            *
  592. **************************************************************
  593.  
  594. ProgressIndication=1
  595.  
  596. **************************************************************
  597. *                                                            *
  598. * RebootRequired                                             *
  599. *                                                            *
  600. *    Specifies if the machine should be automatically        *
  601. *    warm booted when installation is complete.  This is     *
  602. *    ignored if the ExtendedInstall response is specified.   *
  603. *                                                            *
  604. *    Valid Parms:                                            *
  605. *                                                            *
  606. *       0=Ask user to reboot (DEFAULT)                       *
  607. *       1=Auto-reboot                                        *
  608. *                                                            *
  609. **************************************************************
  610.  
  611. RebootRequired=0
  612.  
  613. **************************************************************
  614. *                                                            *
  615. * REXX                                                       *
  616. *                                                            *
  617. *    Specifies whether or not to install REXX                *
  618. *                                                            *
  619. *    Valid Parms:                                            *
  620. *                                                            *
  621. *       0=Don't Install REXX                                 *
  622. *       1=Install REXX (DEFAULT)                             *
  623. *                                                            *
  624. **************************************************************
  625.  
  626. REXX=1
  627.  
  628. **************************************************************
  629. *                                                            *
  630. * SerialDeviceSupport                                        *
  631. *                                                            *
  632. *    Specifies whether or not to install the serial          *
  633. *    device driver.                                          *
  634. *                                                            *
  635. *    Valid Parms:                                            *
  636. *                                                            *
  637. *       0=Don't install                                      *
  638. *       1=Install (DEFAULT)                                  *
  639. *                                                            *
  640. **************************************************************
  641.  
  642. SerialDeviceSupport=1
  643.  
  644. **************************************************************
  645. *                                                            *
  646. * SourcePath                                                 *
  647. *                                                            *
  648. *    Specifies a single media (no disk switching) that should*
  649. *    be used as a source drive and directory from which to   *
  650. *    install.                                                *
  651. *                                                            *
  652. *    Valid Parms:                                            *
  653. *                                                            *
  654. *       KEYVALUE=drive and optional path (D:\OS2SE20\...)    *
  655. *                DEFAULT=A:\                                 *
  656. *                                                            *
  657. **************************************************************
  658.  
  659. * SourcePath=D:\os2se20
  660.  
  661. **************************************************************
  662. *                                                            *
  663. * TargetDrive                                                *
  664. *                                                            *
  665. *    Specifies the target drive to which OS/2 should be      *
  666. *    installed.  This drive is assumed to be a valid         *
  667. *    partition.  If a partition other than C: is specified,  *
  668. *    it is assumed that MOST support is already installed to *
  669. *    enable booting an operating system from any partition.  *
  670. *                                                            *
  671. *    Valid Parms:                                            *
  672. *                                                            *
  673. *       KEYVALUE=d:                                          *
  674. *                                                            *
  675. *          where "d:" is a valid partition that OS/2 may be  *
  676. *          installed to.                                     *
  677. *                DEFAULT=first acceptable partition          *
  678. *                                                            *
  679. **************************************************************
  680.  
  681. TargetDrive=C:
  682.  
  683. **************************************************************
  684. *                                                            *
  685. *  ToolsAndGames                                             *
  686. *                                                            *
  687. *     Specifies whether or not to install tools and games    *
  688. *     such as editors and jigsaw.                            *
  689. *                                                            *
  690. *  Valid Parms:                                              *
  691. *                                                            *
  692. *     0=Install none                                         *
  693. *     1=Install all (DEFAULT)                                *
  694. *     2=Enhanced Editor                                      *
  695. *     3=Search and Scan Tool                                 *
  696. *     4=Terminal Emulator                                    *
  697. *     5=Chart Maker                                          *
  698. *     6=Personal Productivity                                *
  699. *     7=Solitaire - Klondike                                 *
  700. *     8=Reversi                                              *
  701. *     9=Scramble                                             *
  702. *    10=Cat and Mouse                                        *
  703. *    11=Pulse                                                *
  704. *    12=Jigsaw                                               *
  705. *    13=Chess                                                *
  706. *                                                            *
  707. * Example:                                                   *
  708. *          ToolsAndGames=2,8,13                              *
  709. *          would install the Enhanced Editor, Reversi and    *
  710. *          Chess.                                            *
  711. *                                                            *
  712. **************************************************************
  713.  
  714. ToolsAndGames=1
  715.  
  716. **************************************************************
  717. *                                                            *
  718. * ConfigSysLine                                              *
  719. *                                                            *
  720. *    Specifies a text line to be appended to CONFIG.SYS.     *
  721. *    There may be multiple occurrences of this keyword.      *
  722. *    No validity checking is done.                           *
  723. *                                                            *
  724. *    Valid Parms:                                            *
  725. *                                                            *
  726. *       KEYWORD = a valid CONFIG.SYS statement               *
  727. *                                                            *
  728. **************************************************************
  729.  
  730. * ConfigSysLine=REM This is a CONFIG.SYS remark line.
  731.  
  732. **************************************************************
  733. *                                                            *
  734. * Copy                                                       *
  735. *                                                            *
  736. *    Specifies a source file and destination directory       *
  737. *    of a file to be copied during install.  Errors are      *
  738. *    ignored, though they will be logged.  Packed files      *
  739. *    are acceptable since UNPACK will do the copy.           *
  740. *    There may be multiple occurrences of this keyword.      *
  741. *    No validity checking is done.                           *
  742. *                                                            *
  743. *    Valid Parms:                                            *
  744. *                                                            *
  745. *       KEYWORD= source file destination                     *
  746. *                                                            *
  747. *         where source file = valid filename                 *
  748. *           and destination = valid directory name           *
  749. *                                                            *
  750. *         ex: Copy = readme.dat  c:\os2                      *
  751. *                                                            *
  752. **************************************************************
  753.  
  754. * Copy=vga c:\ /n:ini.rc
  755.  
  756. **************************************************************
  757. *                                                            *
  758. *  EarlyUserExit                                             *
  759. *                                                            *
  760. *    Specifies the name of a program that Install will       *
  761. *    DosExec after the target drive is prepared.  Install    *
  762. *    waits for the program to return.  This keyword may occur*
  763. *    more than once.  Each will be executed in the order that*
  764. *    they appear at the end of OS/2 Install.  The only       *
  765. *    difference between this keyword and the UserExit keyword*
  766. *    is that this one is executed early in the installation  *
  767. *    process while the latter is executed at the very end.   *
  768. *                                                            *
  769. *    Valid Parms:                                            *
  770. *                                                            *
  771. *       KEYVALUE=user exit program name (DEFAULT=none)       *
  772. *                                                            *
  773. **************************************************************
  774.  
  775. * EarlyUserExit=T c:\config.sys
  776.  
  777. **************************************************************
  778. *                                                            *
  779. * ExtendedInstall                                            *
  780. *                                                            *
  781. *    Specifies program to be run asynchronously while SE     *
  782. *    Install DosExits                                        *
  783. *                                                            *
  784. *    Valid Parms:                                            *
  785. *                                                            *
  786. *       KEYVALUE=full pathname of program                    *
  787. *       (DEFAULT=none)                                       *
  788. *                                                            *
  789. **************************************************************
  790.  
  791. * ExtendedInstall=PROGRAM.EXE
  792.  
  793. **************************************************************
  794. *                                                            *
  795. * ID                                                         *
  796. *                                                            *
  797. *    Specifies some identification string which may be       *
  798. *    used by install or UserExit to identify the             *
  799. *    response file(s) used for this installation             *
  800. *                                                            *
  801. *    Valid Parms:                                            *
  802. *                                                            *
  803. *       KEYWORD = ASCII string                               *
  804. *                                                            *
  805. **************************************************************
  806.  
  807. *ID=OS2SE20 Sample Response File
  808.  
  809. **************************************************************
  810. *                                                            *
  811. *  SeedConfigSysLine                                         *
  812. *                                                            *
  813. *    Specifies a text line to be appended to the CONFIG.SYS  *
  814. *    written to the seed system from which PM Install boots. *
  815. *    This will allow device drivers (that may be required) to*
  816. *    become part of that seed system.                        *
  817. *    There may be multiple occurrences of this keyword.      *
  818. *    No validity checking is done.                           *
  819. *                                                            *
  820. *    Valid Parms:                                            *
  821. *                                                            *
  822. *       KEYWORD = a valid CONFIG.SYS statement               *
  823. *                                                            *
  824. **************************************************************
  825.  
  826. * SeedConfigSysLine=REM This is a remark line in the seed CONFIG.SYS.
  827.  
  828. **************************************************************
  829. *                                                            *
  830. * UserExit                                                   *
  831. *                                                            *
  832. *    Specifies the name of a program that Install will       *
  833. *    DosExec before exiting memory.  Install waits for the   *
  834. *    program to return.  This keyword may occur more than    *
  835. *    once.  Each will be executed in the order that they     *
  836. *    appear at the end of OS/2 Install.                      *
  837. *                                                            *
  838. *    Valid Parms:                                            *
  839. *                                                            *
  840. *       KEYVALUE=user exit program name (DEFAULT=none)       *
  841. *                                                            *
  842. **************************************************************
  843.  
  844. * UserExit=T.EXE C:\OS2\INSTALL\INSTALL.LOG
  845.  
  846. **************************************************************
  847. *                                                            *
  848. * Version                                                    *
  849. *                                                            *
  850. *    Specifies specific version of the operating system for  *
  851. *    which this file is intended.  The file can be used for  *
  852. *    future versions, though some keywords may no longer     *
  853. *    be valid.                                               *
  854. *                                                            *
  855. *    Valid Parms:                                            *
  856. *                                                            *
  857. *       KEYWORD = some version string (determined later)     *
  858. *                                                            *
  859. **************************************************************
  860.  
  861. *Version=OS2SE20
  862.  
  863. **************************************************************
  864. *                                                            *
  865. * DDInstall                                                  *
  866. *    Use OS/2 Device Driver Installation to install external *
  867. *    loadable device drivers. A Device Driver Profile ( a    *
  868. *    text file with a .DDP file name extension)  must be     *
  869. *    provided by the device driver author to control the     *
  870. *    installation of the device driver.                      *
  871. *                                                            *
  872. *    Valid Parms:                                            *
  873. *       DDISrc =  Directory where the .DDP files are.        *
  874. *       DDIDest = Directory where to copy the device driver  *
  875. *                 files.                                     *
  876. *       DDIDDP =  List of .DDP files to install.             *
  877. *                 (example: file1.DDP,file2.DDP)             *
  878. *                                                            *
  879. *                                                            *
  880. **************************************************************
  881.  
  882. *DDISrc  = Z:\DDP
  883. *DDIDest = C:\
  884. *DDIDDP  = *.DDP
  885.  
  886.