Convert PCSI kits for VSI

General VMS based discussions.
Post Reply
Message
Author
User avatar
issinoho
Site Admin
Posts: 202
Joined: Tue Feb 01, 2005 12:53 am
Location: Scotland
Contact:

Convert PCSI kits for VSI

#1 Post by issinoho »

Some older PCSI installation kits will check explicitly for HP VMS and will refuse to install under VSI.

In order to convert these kits, do the following.

Code: Select all

$ @sys$update:vsi$cvt_kit_dependency.com
Specify the name of the kit and the location.

Then, install using the switch.

Code: Select all

$ product install sed /OPTIONS=NOVALIDATE_KIT

Post Reply