home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / 41arieel.zip / arieel.pkg < prev    next >
Text File  |  1997-09-30  |  3KB  |  115 lines

  1. **********************************************************************
  2. *
  3. *  Arieel C 4.1
  4. *
  5. *  (C) Copyright Andreas Haack 1995 - 1997. All rights reserved.
  6. *
  7. **********************************************************************
  8.  
  9. *---------------------------------------------------------------------
  10. *  Service level
  11. *---------------------------------------------------------------------
  12.  
  13. SERVICELEVEL
  14.    LEVEL = '00403'
  15.  
  16. *---------------------------------------------------------------------
  17. *  DISK entry for each diskette needed.
  18. *---------------------------------------------------------------------
  19.  
  20. DISK
  21.    NAME = 'Arieel - Archive/Disk 1',
  22.    VOLUME = 'ARIEEL1'
  23.  
  24. * Define the default directories and labels to appear in the
  25. * Install - Directories window.
  26.  
  27.  
  28. PATH
  29.    FILE = 'C:/Arieel',
  30.    FILELABEL = 'Arieel directory'
  31.  
  32.  
  33. * Create a folder to contain the icons.
  34. * The folder uses the system provided folder icon.
  35. FILE
  36.    EXITWHEN = 'INSTALL || UPDATE || RESTORE',
  37.    EXITIGNOREERR = 'NO',
  38.    EXIT = 'CREATEWPSOBJECT WPFolder "Arieel C 4.1" <WP_DESKTOP> R "OBJECTID=<WPH_ARIEEL>;OPEN=DEFAULT;BACKGROUND=(none),,,C,0 206 0;ICONFILE=IconsAriell.ico;"'
  39.  
  40.  
  41.  
  42.  
  43. ************************************************************
  44. *               C O M P O N E N T     O N E                *
  45. * -------------------------------------------------------- *
  46. *                   Arieel C 4.1                           *
  47. *                                                          *
  48. * This component is required by the other components       *
  49. * and is installed when one of the others is installed.    *
  50. ************************************************************
  51. *
  52. * Define the 'Inventory Accounting' component.
  53. * All files after this COMPONENT entry but before the next
  54. * COMPONENT entry are part of 'Inventory Accounting'.
  55. COMPONENT
  56.    NAME = 'Arieel',
  57.    ID = 'ARIEELBS',
  58.    REQUIRES = 'ARIINST',
  59.    DISPLAY = 'YES',
  60.    SIZE = '3880000',
  61.    DELETE = 'YES'
  62.  
  63.    * Define the name of this component as you want it to
  64.    * appear in the components list.
  65.    * Define an ID for this component.
  66.    * Do not display this component in the components list.
  67.    * Define the amount of space on the workstation required
  68.    * to install this component.
  69.    * This component does not have a DESCRIPTION because
  70.    * it is not displayed.
  71.  
  72. PACKFILE
  73.    UNPACK = 'YES',
  74.    SOURCE = 'DRIVE:Arieel.@',
  75.    VOLUME = 'ARIEEL1',
  76.    ID = 'FILES'
  77.  
  78.  
  79.  
  80.  
  81. FILE
  82.    EXITWHEN = 'DELETE',
  83.    EXITIGNOREERR = 'YES',
  84.    EXIT = 'DELETEWPSOBJECT <WPARIEELFLD>'
  85.  
  86. FILE
  87.    EXITWHEN = 'DELETE',
  88.    EXITIGNOREERR = 'NO',
  89.    EXIT = 'EXEC BG TW CMD.EXE /C cd %EPFIFILEDIR%\Bin && %EPFIFILEDIR%\Bin\Arieel.exe -xd >> %EPFIFILEDIR%\Bin\Arieel.err'
  90.  
  91. INCLUDE
  92.    NAME = 'DRIVE: ARIPRGM.PKG'
  93.  
  94.  
  95. INCLUDE
  96.    NAME = 'DRIVE: ARIINST.PKG'
  97.  
  98. INCLUDE
  99.    NAME = 'DRIVE: ARIIC.PKG'
  100.  
  101. INCLUDE
  102.    NAME = 'DRIVE: ARILNG.PKG'
  103.  
  104. INCLUDE
  105.    NAME = 'DRIVE: ARIWPS.PKG'
  106.  
  107. FILE
  108.    EXITWHEN = 'INSTALL || UPDATE || RESTORE',
  109.    EXITIGNOREERR = 'NO',
  110.    EXIT = 'EXEC BG TW CMD.EXE /C cd %EPFIFILEDIR%\Bin && %EPFIFILEDIR%\Bin\Arieel.exe -xr >> %EPFIFILEDIR%\Bin\Arieel.err'
  111.  
  112.  
  113.  
  114.  
  115.