home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / w / w013 / 2.ddi / INSTALL.DAT < prev    next >
Encoding:
INSTALL Professional project  |  1991-02-22  |  3.4 KB  |  190 lines

  1. @DefineProject
  2.     @NAME         = "ReadRight (R)"    /* MASTER 3 1/2 or HI DENSITY  */
  3.     @VERSION    = "Windows" 
  4.     @SUBDIR     = "\\OCR\\"
  5.     @OutDRIVE     = C
  6.     @Requires    5000000
  7.     @Requires    @HardDisk
  8. @EndProject
  9.  
  10. @Welcome
  11.     @CLS
  12.     @If (@OSMajor < 3)
  13.     @Name requires DOS version 3.0 or higher.
  14.  
  15.     @Pause
  16.     @Abort
  17.     @Endif
  18.  
  19.     IT IS A FEDERAL CRIME TO MAKE UNAUTHORIZED COPIES OF THIS SOFTWARE
  20.  
  21.     Federal copyright law permits a registered user to make a backup
  22.     of this software for archival purposes only.
  23.  
  24.     Any other duplication and distribution of this software, including
  25.     copies offered through sale, loan, rental, or gift, is a violation
  26.     of law, and subject to both criminal and civil penalties.
  27.  
  28. @Pause
  29. @Cls
  30.  
  31.     This program will install ReadRight (R) for Windows on your com-
  32.     puter's hard disk drive. You will be prompted for the following in-
  33.     formation:
  34.         
  35.         - Disk Drive 
  36.  
  37.         - Subdirectory
  38.  
  39.         
  40.     Then the install program will prompt you to insert your copies of
  41.     the master disks. At any time during the installation, you can abort
  42.     the process by pressing the [Esc] key.
  43.  
  44.     IMPORTANT! If you have not already made copies of your master disks,
  45.     stop the installation program now by hitting the [Esc] key and make
  46.     backup copies.
  47.  
  48. @Pause
  49.  
  50. @EndWelcome
  51.  
  52.  
  53. @GetOutDrive
  54.     @CLS
  55.  
  56.     On which hard disk drive do you wish to install @NAME:
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.     Use the arrow keys to highlight your selection, 
  75.     and then press [Enter].
  76. @EndOutDrive
  77.  
  78. @GetSubdir
  79.     @CLS
  80.  
  81.     Now you need to specify the destination subdirectory. The 
  82.     subdirectory is the location on your disk where @NAME
  83.     will be installed.  
  84.     
  85.     For the standard installation, just press [Enter].
  86.  
  87.     @PROMPT = "Which subdirectory ?"
  88. @EndSubdir
  89.  
  90.  
  91. @DefineDisk
  92.     @LABEL = "Disk 1 Installation"
  93.  
  94.     @BeginLib DRIVER.WIN
  95.  
  96.         @File CH3P_WIN.DLL
  97.         @File CN_IX12.DLL
  98.         @File CN_IX30F.DLL
  99.         @File CPC_FLAT.DLL
  100.         @File EPS_WIN.DLL
  101.         @File HPW.DLL
  102.         @File PANAWIN.DLL
  103.         @File MHELP.DLL
  104.         @File MSCAN.DLL
  105.         @File MTEK.DLL
  106.         @File MTEK_ADF.DLL
  107.         @File SCANNER.INF
  108.         @File IXHND2.COM
  109.         @File MEISCAN5.COM
  110.         @File MEISCAN6.COM
  111.         @File MEISCAN7.COM
  112.         @File SI3.SYS
  113.         @File SJDRIVER.SYS
  114.         @File CPCFSCAN.SYS
  115.         @File MSCAN.SYS
  116.         @File EPSN.SYS
  117.  
  118.  
  119.     @EndLib
  120.  
  121.     @File RRDATA.DLL
  122.     @File DEFAULT.SET
  123.     @File RRDFLT.SET
  124.     @File README.TXT
  125.     @File PROG.001 @Out RR.EXE @Decompress
  126.         
  127. @EndDisk        
  128.  
  129.  
  130. @DefineDisk
  131.     @LABEL = "Disk 2"
  132.  
  133.     @File PROG.002 @AppendTo RR.EXE @Decompress
  134.     @File Microtek.exe
  135.  
  136.     @BeginLib SPLLHELP.WIN
  137.  
  138.         @File RR.HLP
  139.         @File AM0100.DSK
  140.         @File AM0110.DSK
  141.         @File AM0110.RAM
  142.         @File SM10.RAM
  143.  
  144.     @EndLib
  145.  
  146. @EndDisk
  147.  
  148.  
  149.  
  150. @Finish
  151. @Cls
  152.     In order for @Name to function properly, the "FILES="
  153.     and "BUFFERS=" settings in your CONFIG.SYS file must be at
  154.     least 20 and 15 respectively.  If your CONFIG.SYS file does
  155.     not have an entry for these settings or these settings are too
  156.     low, add the following lines to your CONFIG.SYS file:
  157.  
  158.         FILES = 20
  159.         BUFFERS = 15
  160. @Pause
  161. @Cls
  162.  
  163.     @Cls
  164.  
  165.     IMPORTANT for all ReadRight users:
  166.     ─────────
  167.  
  168.     To run ReadRight your system must have at least 4,000,000 bytes
  169.     of free system memory.  
  170.  
  171.     HIMEM.SYS and SMARTDRV.SYS are required to run ReadRight.  When
  172.     running in 386 Enhanced Mode, it is also suggested that you install
  173.     a permanent Swap File.
  174.     @Pause
  175.     @Cls
  176.  
  177. @Cls
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.             Installation Successful
  187.                    Be sure to read C:\OCR\README.TXT
  188. @Pause
  189. @EndFinish
  190.