home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
windows
/
distinct.zip
/
INSTALL.DAT
< prev
next >
Wrap
Text File
|
1990-11-12
|
4KB
|
189 lines
@DefineProject
@Name = "Back-Up"
@Version = "2.1"
@OutDrive = C
@SubDir = "\\WINDOWS\\"
@EndProject
@Display
@Cls
*** DEMO COPY - NOT FOR RESALE ***
This utility will install a fully working demo copy of
Distinct @Name Version @Version onto your hard disk.
Microsoft Windows Version 3 must be installed on your hard disk
before running the INSTALL utility.
If it is not already installed, press ESC. Otherwise press any
other key to continue with the installation.
@Pause
@EndDisplay
@GetOutDrive
@Cls
Distinct @Name Version @Version will be installed on the
same drive as Microsoft Windows Version 3.0.
Please select the drive that contains your Windows files.
@EndOutDrive
@Display
@If (@DiskFree @OutDrive < 512000)
@Cls
Drive @OutDrive: only has @DiskFree @OutDrive bytes available.
This product requires 512000 bytes of free disk space.
@Pause
@Abort
@EndIf
@EndDisplay
@GetSubdir
@Cls
INSTALL creates a directory called DISTINCT under the
directory that contains the Windows files on your hard disk
and copies all the @Name files into it.
You are then given the option to add the full pathname of the
DISTINCT directory to the PATH statement in your AUTOEXEC.BAT file.
INSTALL will also update your Microsoft Windows initialization
files (WIN.INI, PROGMAN.INI and SYSTEM.INI).
Enter the path of the directory that contains your Windows files.
@Prompt = "Windows Directory"
@EndSubdir
@Display
@If (@Exists "@OutDrive:@Subdir\\WIN.INI" == 0)
@Cls
The specified directory
@OutDrive:@Subdir
does not contain Microsoft Windows.
@Pause
@Abort
@EndIf
@EndDisplay
@Display
@Cls
If you are running INSTALL from within Windows, make sure that the
check box
Save Changes
is not checked when you close the Program Manager. Otherwise, you
will have to add the Distinct group contained in the file
@OutDrive:@SubDir\DISTINCT\DISTINCT.GRP
manually from within the Program Manager.
@Pause
@EndDisplay
@DefineDisk
@Label = "Back-Up"
@BeginLib BACK-UP.LIB
@File BACK-UP.EXE @Out DISTINCT\*.*
@File SCHEDULE.EXE @Out DISTINCT\*.*
@File OSLIB.DLL @Out DISTINCT\*.*
@File FLOPPY.DLL @Out DISTINCT\*.*
@File VIEWER.DLL @Out DISTINCT\*.*
@File HOOK.DLL @Out DISTINCT\*.*
@File BACK-UP.HLP @Out DISTINCT\*.*
@File DISTINCT.GRP @Out DISTINCT\*.*
@File READ.ME @Out DISTINCT\*.*
@File INIT.EXE @Out DISTINCT\*.*
@EndLib
@EndDisk
@SetAutoexec
@AskOverwrite
@Path = "@OutDrive:@Subdir\\DISTINCT"
@EndAutoexec
@Finish
@Cls
@ChDrive @OutDrive
@ChDir "@SubDir"
@Cls
@System "@OutDrive:@SubDir\\DISTINCT\\INIT @OutDrive:@SubDir"
@Name Version @Version is now installed on your system.
Press any key to return to the DOS prompt.
Remove the @Name floppy disk and reboot your system.
Review the READ.ME file located in the DISTINCT directory
@OutDrive:@SubDir\DISTINCT
before running @Name for the first time.
@Pause
@EndFinish