home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / prodtool / sm2 / ehsisinc.pkg < prev    next >
Encoding:
OS/2 install Package  |  1994-02-10  |  5.8 KB  |  179 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.    SOURCE = 'DRIVE: INSTALL.IN_',
  25.    *
  26.    * TRANS:
  27.    * Change the value of VOLUME to the disk label that will
  28.    * contain INSTALL.IN_.
  29.    *
  30. *   VOLUME = 'EHSSWS01',
  31.    ID = INSTALL
  32.  
  33. ***********************************************
  34. *       Base / non-translatable parts.        *
  35. ***********************************************
  36. * Part of INSTALL.IN_
  37. FILE
  38.    WHEN = 'OUTOFDATE',
  39.    PACKID = INSTALL,
  40.    *
  41.    * TRANS:
  42.    * Change the name of EPFIPRCS.EXE using the rename prefix you entered
  43.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  44.    * prefix used was ABC, then change EPFIPRCS.EXE to ABCIPRCS.EXE.
  45.    *
  46.    PWS = 'ehsiprcs.exe',
  47.    REPLACEINUSE = 'I U D R',
  48.    DATE = '901010',
  49.    TIME = '0000'
  50.  
  51. * Part of INSTALL.IN_
  52. FILE
  53.    WHEN = 'OUTOFDATE',
  54.    PACKID = INSTALL,
  55.    *
  56.    * TRANS:
  57.    * Change the name of EPFIICIS.ICO using the rename prefix you entered
  58.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  59.    * prefix used was ABC, then change EPFIICIS.ICO to ABCIICIS.ICO.
  60.    *
  61.    PWS = 'ehsiicis.ico',
  62.    REPLACEINUSE = 'I U D R',
  63.    DATE = '901010',
  64.    TIME = '0000'
  65.  
  66. * Part of INSTALL.IN_
  67. FILE
  68.    WHEN = 'OUTOFDATE',
  69.    PACKID = INSTALL,
  70.    *
  71.    * TRANS:
  72.    * Change the name of EPFINSTS.EXE using the rename prefix you entered
  73.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  74.    * prefix used was ABC, then change EPFINSTS.EXE to ABCINSTS.EXE.
  75.    *
  76.    PWS = 'ehsinsts.exe',
  77.    REPLACEINUSE = 'I U D R',
  78.    DATE = '901010',
  79.    TIME = '0000'
  80.  
  81. * Part of INSTALL.IN_
  82. FILE
  83.    WHEN = 'OUTOFDATE',
  84.    PACKID = INSTALL,
  85.    *
  86.    * TRANS:
  87.    * Change the name of EPFIUPCK.EXE using the rename prefix you entered
  88.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  89.    * prefix used was ABC, then change EPFIUPCK.EXE to ABCIUPCK.EXE.
  90.    *
  91.    PWS = 'ehsiupck.exe',
  92.    REPLACEINUSE = 'I U D R',
  93.    DATE = '901010',
  94.    TIME = '0000'
  95.  
  96. FILE
  97.    EXITWHEN = 'INSTALL || UPDATE || RESTORE',
  98.    EXITIGNOREERR = 'YES',
  99.    *
  100.    * TRANS:
  101.    * Change the <EPFIFLD> location to the OBJECTID of the folder to
  102.    * which Software Installer is to be registered.  Also, change the names of
  103.    * EPFINSTS.EXE and EPFIICIS.ICO using the rename prefix you entered
  104.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  105.    * prefix used was ABC then change EPFINSTS.EXE to ABCINSTS.EXE and
  106.    * change EPFIICIS.ICO to ABCIICIS.ICO.
  107.    *
  108.    EXIT = 'CREATEWPSOBJECT WPProgram "Installation Utility" <EHS_PROD> R
  109.    "PROGTYPE=WINDOWABLEVIO;EXENAME=CMD.EXE;OBJECTID=<EPFINSTS>;STARTUPDIR=%EPFIFILEDIR%;PARAMETERS=/C %EPFIFILEDIR%//EHSINSTS.EXE;MINIMIZED=YES;ICONFILE=%EPFIFILEDIR%//EHSIICIS.ICO"'
  110.  
  111. FILE
  112.    EXITWHEN = 'DELETE',
  113.    EXITIGNOREERR = 'YES',
  114.    EXIT = 'DELETEWPSOBJECT <EPFINSTS>'
  115.  
  116. ***********************************************
  117. *       NLS / translatable parts.             *
  118. ***********************************************
  119. * Part of INSTALL.IN_
  120. FILE
  121.    WHEN = 'OUTOFDATE',
  122.    PACKID = INSTALL,
  123.    *
  124.    * TRANS:
  125.    * Change the name of EPFIMSG.MSG using the rename prefix you entered
  126.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  127.    * prefix used was ABC, then change EPFIMSG.MSG to ABCIMSG.MSG.
  128.    *
  129.    PWS = 'ehsimsg.msg',
  130.    REPLACEINUSE = 'I U D R',
  131.    DATE = '901010',
  132.    TIME = '0000'
  133.  
  134. * Part of INSTALL.IN_
  135. FILE
  136.    WHEN = 'OUTOFDATE',
  137.    PACKID = INSTALL,
  138.    *
  139.    * TRANS:
  140.    * Change the name of EPFIHPLB.HLP using the rename prefix you entered
  141.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  142.    * prefix used was ABC, then change EPFIHPLB.HLP to ABCIHPLB.HLP.
  143.    *
  144.    PWS = 'ehsihplb.hlp',
  145.    REPLACEINUSE = 'I U D R',
  146.    DATE = '901010',
  147.    TIME = '0000'
  148.  
  149. * Part of INSTALL.IN_
  150. FILE
  151.    WHEN = 'OUTOFDATE',
  152.    PACKID = INSTALL,
  153.    *
  154.    * TRANS:
  155.    * Change the name of EPFIPII.DLL using the rename prefix you entered
  156.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  157.    * prefix used was ABC, then change EPFIPII.DLL to ABCIPII.DLL.
  158.    *
  159.    PWS = 'ehsipii.dll',
  160.    REPLACEINUSE = 'I U D R',
  161.    DATE = '901010',
  162.    TIME = '0000'
  163.  
  164. * Part of INSTALL.IN_
  165. FILE
  166.    WHEN = 'OUTOFDATE',
  167.    PACKID = INSTALL,
  168.    *
  169.    * TRANS:
  170.    * Change the name of EPFIEXTS.DLL using the rename prefix you entered
  171.    * when you ran the rename utility (ISREN.CMD).  For example, if the
  172.    * prefix used was ABC, then change EPFIEXTS.DLL to ABCIEXTS.DLL.
  173.    *
  174.    PWS = 'ehsiexts.dll',
  175.    REPLACEINUSE = 'I U D R',
  176.    DATE = '901010',
  177.    TIME = '0000'
  178.  
  179.