home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 17 Fixes30 / 17-Fixes30.zip / cs_141.exe / RESPONSE.WP3 < prev    next >
Text File  |  1999-05-11  |  4KB  |  119 lines

  1. *
  2. *   This is a sample response file which can be used when applying service
  3. *   for the first time using FSERVICE when there is no existing
  4. *   archive of the product being serviced.
  5. *   It will service all partitions, and place an archive in each partition.
  6. *   It does not take a backup of changed files.
  7. *
  8. * Note: The REPLACE_NEWER flag has been taken out of this sample response file.
  9. *       So, it will no longer be defaulted to on.  You may edit this file to
  10. *       use this flag if it is appropriate for your installation.  If you
  11. *       have installed any ASD Features, please consult their installation
  12. *       documentation for information about the effects using the
  13. *       REPLACE_NEWER flag when servicing the base operating system.
  14. *
  15. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  16. *   :FLAGS REPLACE_PROTECTED REPLACE_NEWER
  17. :FLAGS REPLACE_PROTECTED
  18. :SOURCE A:\
  19. :SERVICE
  20. :SYSLEVEL \OS2\INSTALL\SYSLEVEL.OS2
  21. :ARCHIVE \ARCHIVE
  22. :SERVICE
  23. :SYSLEVEL \MMOS2\INSTALL\SYSLEVEL.MPM
  24. :ARCHIVE \ARCHIVEM
  25. *
  26. *   End of sample SERVICE response file without backup.
  27. *
  28. **********************************************************************
  29. *
  30. *   This is a sample response file to be used when applying service
  31. *   using FSERVICE when there is an existing archive of the product
  32. *   being serviced.  This demonstrates the ability to take a backup
  33. *   of changed files.
  34. *
  35. *
  36. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  37. **  :FLAGS REPLACE_PROTECTED REPLACE_NEWER
  38. *   :FLAGS REPLACE_PROTECTED
  39. *   :SOURCE A:\
  40. *   :SERVICE
  41. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  42. *   :ARCHIVE C:\ARCHIVE
  43. *   :BACKUP C:\BACKUP
  44. *   :SERVICE
  45. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  46. *   :ARCHIVE C:\ARCHIVEM
  47. *   :BACKUP C:\BACKUPM
  48. *
  49. *   End of sample SERVICE response file with backup.
  50. *
  51. **********************************************************************
  52. *
  53. *   This is a sample response file to be used when backing out to the
  54. *   archive level of a product.
  55. *
  56. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  57. *   :SOURCE A:\
  58. *   :TARGET ARCHIVE
  59. *   :BACKOUT
  60. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  61. *   :BACKOUT
  62. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  63. *
  64. *   Note: You may need to leave an uncommented blank line after the
  65. *         last :SYSLEVEL line when backing out.
  66. *
  67. *   End of sample BACKOUT to archive response file.
  68. *
  69. **********************************************************************
  70. *
  71. *   This is a sample response file to be used when backing out to the
  72. *   backup level of a product.
  73. *
  74. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  75. *   :SOURCE A:\
  76. *   :TARGET BACKUP
  77. *   :BACKOUT
  78. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  79. *   :BACKOUT
  80. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  81. *
  82. *   End of sample BACKOUT to backup response file.
  83. *
  84. **********************************************************************
  85. *
  86. *   This is a sample response file to be used when committing a
  87. *   product.
  88. *
  89. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  90. *   :SOURCE A:\
  91. *   :COMMIT
  92. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  93. *   :COMMIT
  94. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  95. *
  96. *   End of sample COMMIT response file.
  97. *
  98. **********************************************************************
  99. *
  100. *   This is a sample response file to be used when redirecting an
  101. *   archive of a product to another existing archive location.
  102. *   One example of this would be for using a shared network archive.
  103. *   Note that the archive directory specifies the location of an
  104. *   existing archive to which the current product is being redirected.
  105. *   In this example the arbitrary drive shows S:, which may be a LAN
  106. *   drive.
  107. *
  108. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  109. *   :SOURCE A:\
  110. *   :REDIRECT
  111. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  112. *   :ARCHIVE S:\ARCHIVE
  113. *   :REDIRECT
  114. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  115. *   :ARCHIVE S:\ARCHIVEM
  116. *
  117. *   End of sample REDIRECT response file.
  118. *
  119.