home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 286.img / SCRAPBK.ZIP / SETUP.INI < prev   
Text File  |  1990-07-12  |  3KB  |  117 lines

  1. @DefineProject
  2.     @NAME         = "Scrapbook+"
  3.     @VERSION      = "2.10"
  4.     @GROUP         = "A"
  5.     @SUBDIR        = "WINDOWS"
  6.     @OUTDRIVE    = C
  7.     @REQUIRES    @HardDisk
  8. @EndProject
  9.  
  10. @Welcome
  11.     @If(@OSMajor < 3)
  12. ERROR: Incorrect DOS version (@OSMajor:@OSMinor).
  13.        Scrapbook+ 2.10 requires a minimum of DOS version 3.00!
  14.     @Pause
  15.     @Abort
  16.     @EndIf
  17. @CLS
  18. This setup utility will install Scrapbook+ 2.10 on your hard
  19. disk.  In order to use this application you must have the following
  20. hardware and software:
  21.  
  22.     1. An IBM compatible personal computer, with:
  23.          
  24.        512K of RAM
  25.        a graphics display adapter
  26.        a hard disk (recommended)
  27.        a pointing device (recommended)
  28.  
  29.     2. You must also have the following software installed:
  30.         
  31.        MS-DOS version 3.00 (or greater)
  32.        Microsoft Windows 2.1 or 3.0
  33.  
  34. @Pause
  35. @EndWelcome
  36.  
  37. @GetSubdir
  38. The setup utility needs to know the name of the directory where
  39. Scrapbook+ is to be installed.  This directory is usually the same
  40. directory where you installed Windows:
  41.  
  42.     *  To accept the default directory {@OUTDRIVE:@SUBDIR}:
  43.        - press the <┘> key.
  44.  
  45.     *  To specify a different directory:
  46.        - type the new directory name {for example: C:\PROGRAMS\}.
  47.        - press the <┘> key.
  48.  
  49.        Note: if you specify a new directory, it must be listed as
  50.        part of the system PATH as defined in your AUTOEXEC.BAT file.
  51.     @PROMPT = "Enter destination directory?"
  52. @EndSubdir
  53.  
  54. @GetGroups
  55. The setup utility needs to know which of the Scrapbook+ application
  56. files you wish to install.  Please select the appropriate option
  57. and press the <┘> key:
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. Note that if you install the data files your existing SCRAP.ART data
  73. file will be overwritten (if it is already present).
  74. @Set A = "Program Only"
  75. @Set B = "Data Files Only"
  76. @Set C = "Program & Data Files"
  77. @EndGroups
  78.  
  79. @DefineDisk
  80.     @Label = "Master Diskette"
  81.     @BeginLib SETUP.DAT
  82.         @File scrap.exe @Group AC
  83.       @File scrap.art @Group BC
  84.         @File scrapl.dll @Group AC
  85.         @File scrapf.fon @Group AC
  86.         @File scraphlp.hlp @Group AC
  87.         @File scraphlp.shl @Group AC
  88.       @File cgmfiltr.flt @Group AC
  89.       @File drwfiltr.flt @Group AC
  90.       @File readme.wri @Group AC
  91.     @EndLib
  92. @EndDisk
  93.  
  94. @Finish
  95. @ChDrive @OUTDRIVE
  96. @Chdir "@SubDir"
  97. @Cls
  98. Scrapbook+ has now been installed on your hard disk.  To load or run
  99. the application you should:
  100.  
  101.     1. Start Microsoft Windows.
  102.     2. Load or run Scrapbook+ within Windows using
  103.        the MS-DOS Executive or the Program Manager:
  104.  
  105.        SCRAP.EXE -- Scrapbook+ 2.10
  106.  
  107. If you have any questions or problems, please refer to your user's
  108. manual for more information or contact us:
  109.  
  110.     Eikon Systems, Inc.
  111.     989 East Hillsdale Blvd., Suite 260
  112.     Foster City, California 94404
  113.     tel: 415-349-4664
  114.     fax: 415-349-4896
  115. @Pause
  116. @EndFinish
  117.