home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 28 Fixes4x / 28-Fixes4x.zip / fixt138b.exe / RESPONSE.WP3 < prev    next >
Text File  |  1998-06-26  |  4KB  |  116 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. *
  16. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  17. *   :FLAGS REPLACE_PROTECTED REPLACE_NEWER
  18. :FLAGS REPLACE_PROTECTED
  19. :SOURCE A:\
  20. :SERVICE
  21. :SYSLEVEL \OS2\INSTALL\SYSLEVEL.OS2
  22. :ARCHIVE \ARCHIVE
  23. :SERVICE
  24. :SYSLEVEL \MMOS2\INSTALL\SYSLEVEL.MPM
  25. :ARCHIVE \ARCHIVEM
  26. *
  27. *
  28. *   End of sample SERVICE response file without backup.
  29. *
  30. **********************************************************************
  31. *
  32. *   This is a sample response file to be used when applying service
  33. *   using FSERVICE when there is an existing archive of the product
  34. *   being serviced.  This demonstrates the ability to take a backup
  35. *   of changed files.
  36. *
  37. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  38. **  :FLAGS REPLACE_PROTECTED REPLACE_NEWER
  39. *   :FLAGS REPLACE_PROTECTED
  40. *   :SOURCE A:\
  41. *   :SERVICE
  42. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  43. *   :ARCHIVE C:\ARCHIVE
  44. *   :BACKUP C:\BACKUP
  45. *   :SERVICE
  46. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  47. *   :ARCHIVE C:\ARCHIVEM
  48. *   :BACKUP C:\BACKUPM
  49. *
  50. *   End of sample SERVICE response file with backup.
  51. *
  52. **********************************************************************
  53. *
  54. *   This is a sample response file to be used when backing out to the
  55. *   archive level of a product.
  56. *
  57. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  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. *   :TARGET BACKUP
  76. *   :BACKOUT
  77. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  78. *   :BACKOUT
  79. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  80. *
  81. *   End of sample BACKOUT to backup response file.
  82. *
  83. **********************************************************************
  84. *
  85. *   This is a sample response file to be used when committing a
  86. *   product.
  87. *
  88. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  89. *   :COMMIT
  90. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  91. *   :COMMIT
  92. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  93. *
  94. *   End of sample COMMIT response file.
  95. *
  96. **********************************************************************
  97. *
  98. *   This is a sample response file to be used when redirecting an
  99. *   archive of a product to another existing archive location.
  100. *   One example of this would be for using a shared network archive.
  101. *   Note that the archive directory specifies the location of an
  102. *   existing archive to which the current product is being redirected.
  103. *   In this example the arbitrary drive shows S:, which may be a LAN
  104. *   drive.
  105. *
  106. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  107. *   :REDIRECT
  108. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  109. *   :ARCHIVE S:\ARCHIVE
  110. *   :REDIRECT
  111. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  112. *   :ARCHIVE S:\ARCHIVEM
  113. *
  114. *   End of sample REDIRECT response file.
  115. *
  116.