home *** CD-ROM | disk | FTP | other *** search
- *
- * This is a sample response file to be used when applying service
- * for the first time, using FSERVICE when there is no existing
- * archive of the product being serviced.
- * It will service all partitions, and place an archive in each
- * partition. It does not take a backup of changed files.
- *
- * :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
- :FLAGS REPLACE_PROTECTED REPLACE_NEWER
- :SOURCE A:\
- :SERVICE
- :SYSLEVEL \OS2\INSTALL\SYSLEVEL.OS2
- :ARCHIVE \ARCHIVE
- :SERVICE
- :SYSLEVEL \MMOS2\INSTALL\SYSLEVEL.MPM
- :ARCHIVE \ARCHIVEM
- *
- * End of sample SERVICE response file without backup.
- *
- **********************************************************************
- *
- * This is a sample response file to be used when applying service
- * using FSERVICE when there is an existing archive of the product
- * being serviced. This demonstrates the ability to take a backup
- * of changed files. C: represents the drive where OS/2 Warp and
- * Multimedia Presentation Manager/2 are installed.
- *
- * :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
- * :FLAGS REPLACE_PROTECTED REPLACE_NEWER
- * :SOURCE A:\
- * :SERVICE
- * :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
- * :ARCHIVE C:\ARCHIVE
- * :BACKUP C:\BACKUP
- * :SERVICE
- * :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
- * :ARCHIVE C:\ARCHIVEM
- * :BACKUP C:\BACKUPM
- *
- * End of sample SERVICE response file with backup.
- *
- **********************************************************************
- *
- * This is a sample response file to be used when backing out to the
- * archive level of a product.
- *
- * :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
- * :TARGET ARCHIVE
- * :BACKOUT
- * :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
- * :BACKOUT
- * :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
- *
- * Note: You may need to leave an uncommented blank line after the
- * last :SYSLEVEL line when backing out.
- *
- * End of sample BACKOUT to archive response file.
- *
- **********************************************************************
- *
- * This is a sample response file to be used when backing out to the
- * backup level of a product.
- *
- * :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
- * :TARGET BACKUP
- * :BACKOUT
- * :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
- *
- * End of sample BACKOUT to backup response file.
- *
- **********************************************************************
- *
- * This is a sample response file to be used when committing a
- * product.
- *
- * :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
- * :COMMIT
- * :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
- *
- * End of sample COMMIT response file.
- *
- **********************************************************************
- *
- * This is a sample response file to be used when redirecting an
- * archive of a product to another existing archive location.
- * One example of this would be for using a shared network archive.
- * Note that the archive directory specifies the location of an
- * existing archive to which the current product is being redirected.
- * In this example the arbitrary drive shows S:, which may be a LAN
- * drive.
- *
- * :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
- * :REDIRECT
- * :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
- * :ARCHIVE S:\ARCHIVE
- *
- * End of sample REDIRECT response file.
- *