home *** CD-ROM | disk | FTP | other *** search
- /* CMD file to check for presence of MMPM/2 and */
- /* then to invoke product installation */
-
-
- '@utinst2' /* Check for MMPM/2 */
-
- If rc <> 0 Then Do
- Say "Please install MMPM/2 before attempting to"
- Say "install this product. Thank you."
- Exit 8
- End;
-
- '@utinst' /* Call the product installation procedure */
-
- Exit 0