home *** CD-ROM | disk | FTP | other *** search
OS/2 install Package | 1997-09-30 | 3.1 KB | 115 lines |
- **********************************************************************
- *
- * Arieel C 4.1
- *
- * (C) Copyright Andreas Haack 1995 - 1997. All rights reserved.
- *
- **********************************************************************
-
- *---------------------------------------------------------------------
- * Service level
- *---------------------------------------------------------------------
-
- SERVICELEVEL
- LEVEL = '00403'
-
- *---------------------------------------------------------------------
- * DISK entry for each diskette needed.
- *---------------------------------------------------------------------
-
- DISK
- NAME = 'Arieel - Archive/Disk 1',
- VOLUME = 'ARIEEL1'
-
- * Define the default directories and labels to appear in the
- * Install - Directories window.
-
-
- PATH
- FILE = 'C:/Arieel',
- FILELABEL = 'Arieel directory'
-
-
- * Create a folder to contain the icons.
- * The folder uses the system provided folder icon.
- FILE
- EXITWHEN = 'INSTALL || UPDATE || RESTORE',
- EXITIGNOREERR = 'NO',
- EXIT = 'CREATEWPSOBJECT WPFolder "Arieel C 4.1" <WP_DESKTOP> R "OBJECTID=<WPH_ARIEEL>;OPEN=DEFAULT;BACKGROUND=(none),,,C,0 206 0;ICONFILE=IconsAriell.ico;"'
-
-
-
-
- ************************************************************
- * C O M P O N E N T O N E *
- * -------------------------------------------------------- *
- * Arieel C 4.1 *
- * *
- * This component is required by the other components *
- * and is installed when one of the others is installed. *
- ************************************************************
- *
- * Define the 'Inventory Accounting' component.
- * All files after this COMPONENT entry but before the next
- * COMPONENT entry are part of 'Inventory Accounting'.
- COMPONENT
- NAME = 'Arieel',
- ID = 'ARIEELBS',
- REQUIRES = 'ARIINST',
- DISPLAY = 'YES',
- SIZE = '3880000',
- DELETE = 'YES'
-
- * Define the name of this component as you want it to
- * appear in the components list.
- * Define an ID for this component.
- * Do not display this component in the components list.
- * Define the amount of space on the workstation required
- * to install this component.
- * This component does not have a DESCRIPTION because
- * it is not displayed.
-
- PACKFILE
- UNPACK = 'YES',
- SOURCE = 'DRIVE:Arieel.@',
- VOLUME = 'ARIEEL1',
- ID = 'FILES'
-
-
-
-
- FILE
- EXITWHEN = 'DELETE',
- EXITIGNOREERR = 'YES',
- EXIT = 'DELETEWPSOBJECT <WPARIEELFLD>'
-
- FILE
- EXITWHEN = 'DELETE',
- EXITIGNOREERR = 'NO',
- EXIT = 'EXEC BG TW CMD.EXE /C cd %EPFIFILEDIR%\Bin && %EPFIFILEDIR%\Bin\Arieel.exe -xd >> %EPFIFILEDIR%\Bin\Arieel.err'
-
- INCLUDE
- NAME = 'DRIVE: ARIPRGM.PKG'
-
-
- INCLUDE
- NAME = 'DRIVE: ARIINST.PKG'
-
- INCLUDE
- NAME = 'DRIVE: ARIIC.PKG'
-
- INCLUDE
- NAME = 'DRIVE: ARILNG.PKG'
-
- INCLUDE
- NAME = 'DRIVE: ARIWPS.PKG'
-
- FILE
- EXITWHEN = 'INSTALL || UPDATE || RESTORE',
- EXITIGNOREERR = 'NO',
- EXIT = 'EXEC BG TW CMD.EXE /C cd %EPFIFILEDIR%\Bin && %EPFIFILEDIR%\Bin\Arieel.exe -xr >> %EPFIFILEDIR%\Bin\Arieel.err'
-
-
-
-
-