The first step to building the PIF product MERCHANT is to create the prototype file that will contain the complete product definition. Following the naming conventions for prototype files and the requirements of the application, the name of the prototype file for the sample PIF product MERCHANT is as follows:
MERCHANT.Any.@prm
To create the prototype file, open a text editor in your current working directory and save the (empty) file with this name.
Enter the product information section as follows:
@PRODUCT: #phead: MERCHANT , 2.1.0.0 ; #sys: Any ; #locale: ENU ; #comment: This is an example for a PIF product ; #ppath: /home/merchant ; @ENDPROD:
The product information section defines the following product properties:
Defines the PIF product name MERCHANT and the PIF product Version 2.1.0.0.
Defines the operating environment on which the PIF product can be installed. In this case, Any states that the PIF product MERCHANT can be installed on any UNIX/Linux operating environment.
Defines the default locale of the PIF product MERCHANT. As a default setting, use the string ENU (English/US).
After the keyword #comment you can enter any text to describe the product.
The PIF product MERCHANT will be installed in the directory /home/merchant on the target computer. This directory is created automatically during the product installation.
To create the prototype file for the PIF product MERCHANT including product information through the command line, execute the pifproto command, as follows:
pifproto -b /home/merchant -a Any -n MERCHANT -v 2.1.0.0
To create the prototype file for the PIF product MERCHANT including product information using the Packager GUI
The New product dialog appears.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|