home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1991-02-22 | 3.4 KB | 190 lines |
- @DefineProject
- @NAME = "ReadRight (R)" /* MASTER 3 1/2 or HI DENSITY */
- @VERSION = "Windows"
- @SUBDIR = "\\OCR\\"
- @OutDRIVE = C
- @Requires 5000000
- @Requires @HardDisk
- @EndProject
-
- @Welcome
- @CLS
- @If (@OSMajor < 3)
- @Name requires DOS version 3.0 or higher.
-
- @Pause
- @Abort
- @Endif
-
- IT IS A FEDERAL CRIME TO MAKE UNAUTHORIZED COPIES OF THIS SOFTWARE
-
- Federal copyright law permits a registered user to make a backup
- of this software for archival purposes only.
-
- Any other duplication and distribution of this software, including
- copies offered through sale, loan, rental, or gift, is a violation
- of law, and subject to both criminal and civil penalties.
-
- @Pause
- @Cls
-
- This program will install ReadRight (R) for Windows on your com-
- puter's hard disk drive. You will be prompted for the following in-
- formation:
-
- - Disk Drive
-
- - Subdirectory
-
-
- Then the install program will prompt you to insert your copies of
- the master disks. At any time during the installation, you can abort
- the process by pressing the [Esc] key.
-
- IMPORTANT! If you have not already made copies of your master disks,
- stop the installation program now by hitting the [Esc] key and make
- backup copies.
-
- @Pause
-
- @EndWelcome
-
-
- @GetOutDrive
- @CLS
-
- On which hard disk drive do you wish to install @NAME:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the arrow keys to highlight your selection,
- and then press [Enter].
- @EndOutDrive
-
- @GetSubdir
- @CLS
-
- Now you need to specify the destination subdirectory. The
- subdirectory is the location on your disk where @NAME
- will be installed.
-
- For the standard installation, just press [Enter].
-
- @PROMPT = "Which subdirectory ?"
- @EndSubdir
-
-
- @DefineDisk
- @LABEL = "Disk 1 Installation"
-
- @BeginLib DRIVER.WIN
-
- @File CH3P_WIN.DLL
- @File CN_IX12.DLL
- @File CN_IX30F.DLL
- @File CPC_FLAT.DLL
- @File EPS_WIN.DLL
- @File HPW.DLL
- @File PANAWIN.DLL
- @File MHELP.DLL
- @File MSCAN.DLL
- @File MTEK.DLL
- @File MTEK_ADF.DLL
- @File SCANNER.INF
- @File IXHND2.COM
- @File MEISCAN5.COM
- @File MEISCAN6.COM
- @File MEISCAN7.COM
- @File SI3.SYS
- @File SJDRIVER.SYS
- @File CPCFSCAN.SYS
- @File MSCAN.SYS
- @File EPSN.SYS
-
-
- @EndLib
-
- @File RRDATA.DLL
- @File DEFAULT.SET
- @File RRDFLT.SET
- @File README.TXT
- @File PROG.001 @Out RR.EXE @Decompress
-
- @EndDisk
-
-
- @DefineDisk
- @LABEL = "Disk 2"
-
- @File PROG.002 @AppendTo RR.EXE @Decompress
- @File Microtek.exe
-
- @BeginLib SPLLHELP.WIN
-
- @File RR.HLP
- @File AM0100.DSK
- @File AM0110.DSK
- @File AM0110.RAM
- @File SM10.RAM
-
- @EndLib
-
- @EndDisk
-
-
-
- @Finish
- @Cls
- In order for @Name to function properly, the "FILES="
- and "BUFFERS=" settings in your CONFIG.SYS file must be at
- least 20 and 15 respectively. If your CONFIG.SYS file does
- not have an entry for these settings or these settings are too
- low, add the following lines to your CONFIG.SYS file:
-
- FILES = 20
- BUFFERS = 15
- @Pause
- @Cls
-
- @Cls
-
- IMPORTANT for all ReadRight users:
- ─────────
-
- To run ReadRight your system must have at least 4,000,000 bytes
- of free system memory.
-
- HIMEM.SYS and SMARTDRV.SYS are required to run ReadRight. When
- running in 386 Enhanced Mode, it is also suggested that you install
- a permanent Swap File.
- @Pause
- @Cls
-
- @Cls
-
-
-
-
-
-
-
-
- Installation Successful
- Be sure to read C:\OCR\README.TXT
- @Pause
- @EndFinish