home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sm2tkt.zip / EHSISTKT.PKG < prev    next >
Text File  |  1994-09-27  |  8KB  |  222 lines

  1. *********************************************************************
  2. *                      SOFTWARE INSTALLER                           *
  3. * 5621-434 (C) COPYRIGHT IBM CORP. 1991, 1993. ALL RIGHTS RESERVED. *
  4. *             LICENSED MATERIALS - PROPERTY OF IBM                  *
  5. *                                                                   *
  6. *      Package File to Install and Register Software Installer      *
  7. *                                                                   *
  8. * ----------------------------------------------------------------- *
  9. * Translation Notes :                                               *
  10. *                                                                   *
  11. *  - All lines that need to be translated are marked with           *
  12. *    a comment that contains the characters 'TRANS:'.  Search for   *
  13. *    'TRANS:' to find the lines that need to be translated.         *
  14. *                                                                   *
  15. *********************************************************************
  16.  
  17. *
  18. * TRANS:
  19. * Before this package is included in another package file, you must
  20. * modify it.  Each required change is described by a preceding comment.
  21. *
  22.  
  23. PACKFILE
  24.    *
  25.    * TRANS:
  26.    * If you are using this package file for a product to be installed from
  27.    * a host and you plan to upload INSTALL.IN_ to be used as the source for
  28.    * the Software Installer files to be installed along with your product,
  29.    * then change the following source line to include the appropriate host
  30.    * filename for INSTALL.IN_.  For example, if you upload it to MVS then
  31.    * it might be changed to:
  32.    * SOURCE = 'DRIVE: INSTALL.IN_; MVS: SEPFBASE(INSTALL)',
  33.    *
  34.    *
  35.    SOURCE = 'DRIVE: INSTALL.IN_',
  36.    *
  37.    * TRANS:
  38.    * Change the value of VOLUME to the disk label that will
  39.    * contain INSTALL.IN_.
  40.    *
  41. *  VOLUME = 'EHSLAN01',
  42.    ID = INSTALL
  43.  
  44. ***********************************************
  45. *       Base / non-translatable parts.        *
  46. ***********************************************
  47. * Part of INSTALL.IN_
  48. FILE
  49.    WHEN = 'OUTOFDATE',
  50.    PACKID = INSTALL,
  51.    *
  52.    * TRANS:
  53.    * Change the name of EPFIPRCS.EXE using the rename prefix you entered
  54.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  55.    * prefix used was ABC, then change EPFIPRCS.EXE to ABCIPRCS.EXE.
  56.    *
  57.    PWS = 'ehsiprcs.exe',
  58.    REPLACEINUSE = 'I U D R',
  59.    DATE = '940920',
  60.    TIME = '0000'
  61.  
  62. * Part of INSTALL.IN_
  63. FILE
  64.    WHEN = 'OUTOFDATE',
  65.    PACKID = INSTALL,
  66.    *
  67.    * TRANS:
  68.    * Change the name of EPFIICIS.ICO using the rename prefix you entered
  69.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  70.    * prefix used was ABC, then change EPFIICIS.ICO to ABCIICIS.ICO.
  71.    *
  72.    PWS = 'ehsiicis.ico',
  73.    REPLACEINUSE = 'I U D R',
  74.    DATE = '940920',
  75.    TIME = '0000'
  76.  
  77. * Part of INSTALL.IN_
  78. FILE
  79.    WHEN = 'OUTOFDATE',
  80.    PACKID = INSTALL,
  81.    *
  82.    * TRANS:
  83.    * Change the name of EPFINSTS.EXE using the rename prefix you entered
  84.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  85.    * prefix used was ABC, then change EPFINSTS.EXE to ABCINSTS.EXE.
  86.    *
  87.    PWS = 'ehsinsts.exe',
  88.    REPLACEINUSE = 'I U D R',
  89.    DATE = '940920',
  90.    TIME = '0000'
  91.  
  92. * Part of INSTALL.IN_
  93. FILE
  94.    WHEN = 'OUTOFDATE',
  95.    PACKID = INSTALL,
  96.    *
  97.    * TRANS:
  98.    * Change the name of EPFIUPCK.EXE using the rename prefix you entered
  99.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  100.    * prefix used was ABC, then change EPFIUPCK.EXE to ABCIUPCK.EXE.
  101.    *
  102.    PWS = 'ehsiupck.exe',
  103.    REPLACEINUSE = 'I U D R',
  104.    DATE = '940920',
  105.    TIME = '0000'
  106.  
  107. *FILE
  108.    * This exit is executed only if EPFISOURCEDIR has a value
  109. *   EXITWHEN = '(INSTALL || UPDATE || RESTORE) && "%EPFISOURCEDIR%"!=""',
  110. *   EXITIGNOREERR = 'YES',
  111.    *
  112.    * TRANS:
  113.    * Change the <EPFIFLD> location to the OBJECTID of the folder to
  114.    * which Software Installer is to be registered.  Change the names of
  115.    * EPFINSTS.EXE and EPFIICIS.ICO using the rename prefix you entered
  116.    * when you ran the rename utility (ISREN.CMD).  Also, change the
  117.    * OBJECTID of the Installation Utility from <EPFINSTS> to a new
  118.    * OBJECTID using the same rename prefix.
  119.    *
  120.    * For example, if the prefix used was ABC then change EPFINSTS.EXE to
  121.    * ABCINSTS.EXE, change EPFIICIS.ICO to ABCIICIS.ICO, and change <EPFINSTS>
  122.    * to <ABCINSTS>.
  123.    *
  124. *   EXIT = 'CREATEWPSOBJECT WPProgram "Installation Utility" <WP_DESKTOP> R
  125. *   "PROGTYPE=WINDOWABLEVIO;EXENAME=CMD.EXE;OBJECTID=<EHSINSTS>;STARTUPDIR=%EPFIFILEDIR%;PARAMETERS=/C %EPFIFILEDIR%//EHSINSTS.EXE /S:%EPFISOURCEDIR%;MINIMIZED=YES;ICONFILE=%EPFIFILEDIR%//EHSIICIS.ICO"'
  126.  
  127. *FILE
  128.    * This exit is executed only if EPFISOURCEDIR has no value
  129. *   EXITWHEN = '(INSTALL || UPDATE || RESTORE) && "%EPFISOURCEDIR%"==""',
  130. *   EXITIGNOREERR = 'YES',
  131.    *
  132.    * TRANS:
  133.    * Change the <EPFIFLD> location to the OBJECTID of the folder to
  134.    * which Software Installer is to be registered.  Change the names of
  135.    * EPFINSTS.EXE and EPFIICIS.ICO using the rename prefix you entered
  136.    * when you ran the rename utility (ISREN.CMD).  Also, change the
  137.    * OBJECTID of the Installation Utility from <EPFINSTS> to a new
  138.    * OBJECTID using the same rename prefix.
  139.    *
  140.    * For example, if the prefix used was ABC then change EPFINSTS.EXE to
  141.    * ABCINSTS.EXE, change EPFIICIS.ICO to ABCIICIS.ICO, and change <EPFINSTS>
  142.    * to <ABCINSTS>.
  143.    *
  144. *   EXIT = 'CREATEWPSOBJECT WPProgram "Installation Utility" <WP_DESKTOP> R
  145. *   "PROGTYPE=WINDOWABLEVIO;EXENAME=CMD.EXE;OBJECTID=<EHSINSTS>;STARTUPDIR=%EPFIFILEDIR%;PARAMETERS=/C %EPFIFILEDIR%//EHSINSTS.EXE;MINIMIZED=YES;ICONFILE=%EPFIFILEDIR%//EHSIICIS.ICO"'
  146.  
  147. *FILE
  148. *   EXITWHEN = 'DELETE',
  149. *   EXITIGNOREERR = 'YES',
  150.    *
  151.    * TRANS:
  152.    * Change the <EPFINSTS> OBJECTID to the new OBJECTID using the rename
  153.    * prefix you entered when you ran the rename utility (ISREN.CMD).
  154.    * For example, if the prefix used was ABC then change <EPFINSTS>
  155.    * to <ABCINSTS>.
  156.    *
  157. *   EXIT = 'DELETEWPSOBJECT <EHSINSTS>'
  158.  
  159. ***********************************************
  160. *       NLS / translatable parts.             *
  161. ***********************************************
  162. * Part of INSTALL.IN_
  163. FILE
  164.    WHEN = 'OUTOFDATE',
  165.    PACKID = INSTALL,
  166.    *
  167.    * TRANS:
  168.    * Change the name of EPFIMSG.MSG using the rename prefix you entered
  169.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  170.    * prefix used was ABC, then change EPFIMSG.MSG to ABCIMSG.MSG.
  171.    *
  172.    PWS = 'ehsimsg.msg',
  173.    REPLACEINUSE = 'I U D R',
  174.    DATE = '940920',
  175.    TIME = '0000'
  176.  
  177. * Part of INSTALL.IN_
  178. FILE
  179.    WHEN = 'OUTOFDATE',
  180.    PACKID = INSTALL,
  181.    *
  182.    * TRANS:
  183.    * Change the name of EPFIHPLB.HLP using the rename prefix you entered
  184.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  185.    * prefix used was ABC, then change EPFIHPLB.HLP to ABCIHPLB.HLP.
  186.    *
  187.    PWS = 'ehsihplb.hlp',
  188.    REPLACEINUSE = 'I U D R',
  189.    DATE = '940920',
  190.    TIME = '0000'
  191.  
  192. * Part of INSTALL.IN_
  193. FILE
  194.    WHEN = 'OUTOFDATE',
  195.    PACKID = INSTALL,
  196.    *
  197.    * TRANS:
  198.    * Change the name of EPFIPII.DLL using the rename prefix you entered
  199.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  200.    * prefix used was ABC, then change EPFIPII.DLL to ABCIPII.DLL.
  201.    *
  202.    PWS = 'ehsipii.dll',
  203.    REPLACEINUSE = 'I U D R',
  204.    DATE = '940920',
  205.    TIME = '0000'
  206.  
  207. * Part of INSTALL.IN_
  208. FILE
  209.    WHEN = 'OUTOFDATE',
  210.    PACKID = INSTALL,
  211.    *
  212.    * TRANS:
  213.    * Change the name of EPFIEXTS.DLL using the rename prefix you entered
  214.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  215.    * prefix used was ABC, then change EPFIEXTS.DLL to ABCIEXTS.DLL.
  216.    *
  217.    PWS = 'ehsiexts.dll',
  218.    REPLACEINUSE = 'I U D R',
  219.    DATE = '940920',
  220.    TIME = '0000'
  221.  
  222.