home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / sna2tcp.zip / WORKSET.PKG < prev   
Text File  |  1995-04-19  |  2KB  |  47 lines

  1. *********************************************************************
  2. *                              ANYNET                               *
  3. * 5622-323 (C) COPYRIGHT IBM CORP. 1991, 1994. ALL RIGHTS RESERVED. *
  4. *             LICENSED MATERIALS - PROPERTY OF IBM                  *
  5. *                                                                   *
  6. *     SNIPGOS.PKG                                                   *
  7. *                                                                   *
  8. *     Description:  SNA over TCP/IP Gateway for OS/2 Code Server    *
  9. *                   Setup                                           *
  10. *********************************************************************
  11.  
  12. SERVICELEVEL
  13.   LEVEL = '0101000'
  14.  
  15.  
  16. PATH
  17.   FILE = 'C:/ANYNET', FILELABEL = 'AnyNet: '
  18.  
  19. OPTIONS
  20.   SUCCESSINSMSG = 'Installation has completed successfully.  Remember to reboot before running AnyNet. '
  21.  
  22. FILE
  23.   EXITWHEN='INSTALL || UPDATE',
  24.   EXITIGNOREERR='YES',
  25.   EXIT='EXEC BG TW CMD.EXE /C ATTRIB *.PKG -R'
  26.  
  27. *********************************************************************
  28. *  This allows future AnyNet product components of Workstation      *
  29. *  Setup to be installed.                                           *
  30. *********************************************************************
  31. COMPONENT
  32.   NAME = 'Dummy',
  33.   SIZE = '0',
  34.   DISPLAY = 'NO'
  35.  
  36. * Part 1
  37. INCLUDE NAME = 'DRIVE:SNIPGO.PKG'
  38. INCLUDE NAME = 'DRIVE:SNIPGOO.PKG'
  39.  
  40. INCLUDE NAME = 'DRIVE:READOS2.PKG'
  41. INCLUDE NAME = 'DRIVE:UTILOS2.PKG'
  42.  
  43. * Part 2
  44. INCLUDE NAME = 'DRIVE:SNIPGO2.PKG'
  45. INCLUDE NAME = 'DRIVE:SNIPGOO2.PKG'
  46. INCLUDE NAME = 'DRIVE:SNIPGOP.PKG'
  47.