home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 28 Fixes4x / 28-Fixes4x.zip / fixt138b.exe / RESPONSE.WP4 < prev    next >
Text File  |  1998-06-19  |  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. * Note 2: Because multimedia has been incorporated into the OS/2 base
  16. *         on Warp 4 systems, references to it should be commented out when
  17. *         servicing Warp 4 systems.  Uncommenting these lines for Warp 4 systems
  18. *         may result in FSERVICE reporting a syntax error in the response file.
  19. *
  20. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  21. *   :FLAGS REPLACE_PROTECTED REPLACE_NEWER
  22. :FLAGS REPLACE_PROTECTED
  23. :SOURCE A:\
  24. :SERVICE
  25. :SYSLEVEL \OS2\INSTALL\SYSLEVEL.OS2
  26. :ARCHIVE \ARCHIVE
  27. *   :SERVICE
  28. *   :SYSLEVEL \MMOS2\INSTALL\SYSLEVEL.MPM
  29. *   :ARCHIVE \ARCHIVEM
  30. *
  31. *   End of sample SERVICE response file without backup.
  32. *
  33. **********************************************************************
  34. *
  35. *   This is a sample response file to be used when applying service
  36. *   using FSERVICE when there is an existing archive of the product
  37. *   being serviced.  This demonstrates the ability to take a backup
  38. *   of changed files.
  39. *
  40. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  41. **  :FLAGS REPLACE_PROTECTED REPLACE_NEWER
  42. *   :FLAGS REPLACE_PROTECTED
  43. *   :SOURCE A:\
  44. *   :SERVICE
  45. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  46. *   :ARCHIVE C:\ARCHIVE
  47. *   :BACKUP C:\BACKUP
  48. *   :SERVICE
  49. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  50. *   :ARCHIVE C:\ARCHIVEM
  51. *   :BACKUP C:\BACKUPM
  52. *
  53. *   End of sample SERVICE response file with backup.
  54. *
  55. **********************************************************************
  56. *
  57. *   This is a sample response file to be used when backing out to the
  58. *   archive level of a product.
  59. *
  60. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  61. *   :TARGET ARCHIVE
  62. *   :BACKOUT
  63. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  64. *   :BACKOUT
  65. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  66. *
  67. *   Note: You may need to leave an uncommented blank line after the
  68. *         last :SYSLEVEL line when backing out.
  69. *
  70. *   End of sample BACKOUT to archive response file.
  71. *
  72. **********************************************************************
  73. *
  74. *   This is a sample response file to be used when backing out to the
  75. *   backup level of a product.
  76. *
  77. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  78. *   :TARGET BACKUP
  79. *   :BACKOUT
  80. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  81. *   :BACKOUT
  82. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  83. *
  84. *   End of sample BACKOUT to backup response file.
  85. *
  86. **********************************************************************
  87. *
  88. *   This is a sample response file to be used when committing a
  89. *   product.
  90. *
  91. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  92. *   :COMMIT
  93. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  94. *   :COMMIT
  95. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  96. *
  97. *   End of sample COMMIT response file.
  98. *
  99. **********************************************************************
  100. *
  101. *   This is a sample response file to be used when redirecting an
  102. *   archive of a product to another existing archive location.
  103. *   One example of this would be for using a shared network archive.
  104. *   Note that the archive directory specifies the location of an
  105. *   existing archive to which the current product is being redirected.
  106. *   In this example the arbitrary drive shows S:, which may be a LAN
  107. *   drive.
  108. *
  109. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  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.