<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to create a PCSI kit? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-pcsi-kit/m-p/3846010#M10316</link>
    <description>Robert,&lt;BR /&gt;&lt;BR /&gt;you can create your own PCSI kits using the PRODUCT PACKAGE command.&lt;BR /&gt;&lt;BR /&gt;You might want to refer to and read the:&lt;BR /&gt;&lt;BR /&gt;POLYCENTER Software Installation Utility Developer's Guide&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82final/5952/5952PRO.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/82final/5952/5952PRO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Fri, 18 Aug 2006 07:14:24 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-08-18T07:14:24Z</dc:date>
    <item>
      <title>How to create a PCSI kit?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-pcsi-kit/m-p/3846009#M10315</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am creating installation KITS which can be used by VMSINSTAl.&lt;BR /&gt;&lt;BR /&gt;How can I do the same to get PCSI kits? which can be used by product install &lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Robert Verkerk.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2006 06:59:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-pcsi-kit/m-p/3846009#M10315</guid>
      <dc:creator>R. Verkerk</dc:creator>
      <dc:date>2006-08-18T06:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a PCSI kit?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-pcsi-kit/m-p/3846010#M10316</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;you can create your own PCSI kits using the PRODUCT PACKAGE command.&lt;BR /&gt;&lt;BR /&gt;You might want to refer to and read the:&lt;BR /&gt;&lt;BR /&gt;POLYCENTER Software Installation Utility Developer's Guide&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82final/5952/5952PRO.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/82final/5952/5952PRO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 18 Aug 2006 07:14:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-pcsi-kit/m-p/3846010#M10316</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-18T07:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a PCSI kit?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-pcsi-kit/m-p/3846011#M10317</link>
      <description>&lt;BR /&gt;Hi Robert,&lt;BR /&gt;&lt;BR /&gt;You would need three files:&lt;BR /&gt;&lt;BR /&gt;1. A PCSI description file&lt;BR /&gt;2. A PCSI text file&lt;BR /&gt;3. A file to build everything using 1 and 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;TOOLS.PCSI$DESC&lt;BR /&gt;===============&lt;BR /&gt;&lt;BR /&gt;product MYSOFT AXPVMS TOOLS V1.0 full ;&lt;BR /&gt;    software DEC AXPVMS VMS version minimum 7.2 ;&lt;BR /&gt;    file [TOOLS]GZIP.EXE ;&lt;BR /&gt;    file [TOOLS]UNZIP.EXE ;&lt;BR /&gt;    file [TOOLS]VMSTAR.EXE ;&lt;BR /&gt;    file [TOOLS]VMSUNZIP.EXE ;&lt;BR /&gt;    file [TOOLS]VMSZIP.EXE ;&lt;BR /&gt;    file [TOOLS]ZIP.EXE ;&lt;BR /&gt;end product ;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TOOLS.PCSI$TXT&lt;BR /&gt;==============&lt;BR /&gt;&lt;BR /&gt;=product MYSOFT AXPVMS TOOLS V1.0 full&lt;BR /&gt;1 'PRODUCT&lt;BR /&gt;=prompt MYSOFT TOOLS for OpenVMS&lt;BR /&gt;MYSOFT TOOLS for OpenVMS provides file compression and archiving tools and&lt;BR /&gt;includes:&lt;BR /&gt;&lt;BR /&gt;- GZIP&lt;BR /&gt;- UNZIP&lt;BR /&gt;- TAR&lt;BR /&gt;- ZIP&lt;BR /&gt;&lt;BR /&gt;1  'PRODUCER&lt;BR /&gt;=prompt MYSOFT&lt;BR /&gt;This software product is distributed by MYSOFT.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PACKAGE.COM&lt;BR /&gt;===========&lt;BR /&gt;&lt;BR /&gt;$ product package TOOLS -&lt;BR /&gt;   /base=axpvms -&lt;BR /&gt;   /producer=MYSOFT -&lt;BR /&gt;   /source=... -&lt;BR /&gt;   /destination=... -&lt;BR /&gt;   /material= -&lt;BR /&gt;   /format=sequential&lt;BR /&gt;$ exit&lt;BR /&gt;&lt;BR /&gt;Please contact me :-) because I have got these file available for you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2006 07:36:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-pcsi-kit/m-p/3846011#M10317</guid>
      <dc:creator>Dave Laurier</dc:creator>
      <dc:date>2006-08-18T07:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a PCSI kit?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-pcsi-kit/m-p/3846012#M10318</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;A thorough read of the Manual (on PolyCenter Install) is highly recommended!&lt;BR /&gt;&lt;BR /&gt;As noted, you will need to write the description and text files, and it helps to have a command file to run the kitbuilding process. &lt;BR /&gt;&lt;BR /&gt;However, anything but the simplest case requires a thorough reading of the manual. Many things are documented, but it is a potentially complex environment. I have built kits for several client projects, and some interesting effects of the PRODUCT INSTALL environment and process.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Fri, 18 Aug 2006 07:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-pcsi-kit/m-p/3846012#M10318</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-08-18T07:44:47Z</dc:date>
    </item>
  </channel>
</rss>

