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