home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 28 Fixes4x / 28-Fixes4x.zip / fixt139.exe / response.wp4 < prev    next >
Text File  |  1998-08-20  |  4KB  |  104 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 are no longer needed when
  17. *         servicing Warp 4 systems.
  18. *
  19. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  20. *   :FLAGS REPLACE_PROTECTED REPLACE_NEWER
  21. :FLAGS REPLACE_PROTECTED
  22. :SOURCE A:\
  23. :SERVICE
  24. :SYSLEVEL \OS2\INSTALL\SYSLEVEL.OS2
  25. :ARCHIVE \ARCHIVE
  26. *
  27. *   End of sample SERVICE response file without backup.
  28. *
  29. **********************************************************************
  30. *
  31. *   This is a sample response file to be used when applying service
  32. *   using FSERVICE when there is an existing archive of the product
  33. *   being serviced.  This demonstrates the ability to take a backup
  34. *   of changed files.
  35. *
  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. *
  46. *   End of sample SERVICE response file with backup.
  47. *
  48. **********************************************************************
  49. *
  50. *   This is a sample response file to be used when backing out to the
  51. *   archive level of a product.
  52. *
  53. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  54. *   :TARGET ARCHIVE
  55. *   :BACKOUT
  56. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  57. *
  58. *   Note: You may need to leave an uncommented blank line after the
  59. *         last :SYSLEVEL line when backing out.
  60. *
  61. *   End of sample BACKOUT to archive response file.
  62. *
  63. **********************************************************************
  64. *
  65. *   This is a sample response file to be used when backing out to the
  66. *   backup level of a product.
  67. *
  68. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  69. *   :TARGET BACKUP
  70. *   :BACKOUT
  71. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  72. *
  73. *   End of sample BACKOUT to backup response file.
  74. *
  75. **********************************************************************
  76. *
  77. *   This is a sample response file to be used when committing a
  78. *   product.
  79. *
  80. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  81. *   :COMMIT
  82. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  83. *
  84. *   End of sample COMMIT response file.
  85. *
  86. **********************************************************************
  87. *
  88. *   This is a sample response file to be used when redirecting an
  89. *   archive of a product to another existing archive location.
  90. *   One example of this would be for using a shared network archive.
  91. *   Note that the archive directory specifies the location of an
  92. *   existing archive to which the current product is being redirected.
  93. *   In this example the arbitrary drive shows S:, which may be a LAN
  94. *   drive.
  95. *
  96. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  97. *   :REDIRECT
  98. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  99. *   :ARCHIVE S:\ARCHIVE
  100. *
  101. *   End of sample REDIRECT response file.
  102. *
  103. **********************************************************************
  104.