home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / distinct.zip / INSTALL.DAT < prev    next >
Text File  |  1990-11-12  |  4KB  |  189 lines

  1. @DefineProject
  2.  
  3.     @Name = "Back-Up"
  4.     @Version = "2.1"
  5.     @OutDrive = C
  6.     @SubDir = "\\WINDOWS\\"
  7.  
  8. @EndProject
  9.  
  10. @Display
  11.  
  12.     @Cls
  13.  
  14.              *** DEMO COPY - NOT FOR RESALE ***
  15.  
  16.     This utility will install a fully working demo copy of
  17.     Distinct @Name Version @Version onto your hard disk.
  18.  
  19.     Microsoft Windows Version 3 must be installed on your hard disk
  20.     before running the INSTALL utility.
  21.  
  22.     If it is not already installed, press ESC. Otherwise press any
  23.     other key to continue with the installation.
  24.  
  25.     @Pause
  26.  
  27. @EndDisplay
  28.  
  29. @GetOutDrive
  30.  
  31.     @Cls
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.     Distinct @Name Version @Version will be installed on the
  49.     same drive as Microsoft Windows Version 3.0.
  50.  
  51.     Please select the drive that contains your Windows files.
  52.  
  53. @EndOutDrive
  54.  
  55. @Display
  56.  
  57.     @If (@DiskFree @OutDrive < 512000)
  58.  
  59.         @Cls
  60.  
  61.         Drive @OutDrive: only has @DiskFree @OutDrive bytes available.
  62.  
  63.         This product requires 512000 bytes of free disk space.
  64.  
  65.         @Pause
  66.  
  67.         @Abort
  68.  
  69.     @EndIf
  70.  
  71. @EndDisplay
  72.  
  73. @GetSubdir
  74.  
  75.     @Cls
  76.  
  77.     INSTALL creates a directory called DISTINCT under the
  78.     directory that contains the Windows files on your hard disk
  79.     and copies all the @Name files into it.
  80.  
  81.     You are then given the option to add the full pathname of the
  82.     DISTINCT directory to the PATH statement in your AUTOEXEC.BAT file.
  83.  
  84.     INSTALL will also update your Microsoft Windows initialization
  85.     files (WIN.INI, PROGMAN.INI and SYSTEM.INI).
  86.  
  87.     Enter the path of the directory that contains your Windows files.
  88.  
  89.     @Prompt = "Windows Directory"
  90.  
  91. @EndSubdir
  92.  
  93. @Display
  94.  
  95.     @If (@Exists "@OutDrive:@Subdir\\WIN.INI" == 0)
  96.  
  97.         @Cls
  98.  
  99.         The specified directory
  100.  
  101.             @OutDrive:@Subdir
  102.  
  103.         does not contain Microsoft Windows.
  104.  
  105.         @Pause
  106.  
  107.         @Abort
  108.  
  109.     @EndIf
  110.  
  111. @EndDisplay
  112.  
  113. @Display
  114.  
  115.     @Cls
  116.  
  117.     If you are running INSTALL from within Windows, make sure that the
  118.     check box
  119.  
  120.         Save Changes
  121.  
  122.     is not checked when you close the Program Manager. Otherwise, you
  123.     will have to add the Distinct group contained in the file
  124.  
  125.         @OutDrive:@SubDir\DISTINCT\DISTINCT.GRP
  126.  
  127.     manually from within the Program Manager.
  128.  
  129.     @Pause
  130.  
  131. @EndDisplay
  132.  
  133. @DefineDisk
  134.  
  135.     @Label = "Back-Up"
  136.  
  137.     @BeginLib BACK-UP.LIB
  138.  
  139.         @File BACK-UP.EXE @Out DISTINCT\*.*
  140.         @File SCHEDULE.EXE @Out DISTINCT\*.*
  141.  
  142.         @File OSLIB.DLL @Out DISTINCT\*.*
  143.         @File FLOPPY.DLL @Out DISTINCT\*.*
  144.         @File VIEWER.DLL @Out DISTINCT\*.*
  145.         @File HOOK.DLL @Out DISTINCT\*.*
  146.  
  147.         @File BACK-UP.HLP @Out DISTINCT\*.*
  148.  
  149.         @File DISTINCT.GRP @Out DISTINCT\*.*
  150.         @File READ.ME @Out DISTINCT\*.*
  151.         @File INIT.EXE @Out DISTINCT\*.*
  152.  
  153.     @EndLib
  154.  
  155. @EndDisk
  156.  
  157. @SetAutoexec
  158.  
  159.     @AskOverwrite
  160.  
  161.     @Path = "@OutDrive:@Subdir\\DISTINCT"
  162.  
  163. @EndAutoexec
  164.  
  165. @Finish
  166.  
  167.     @Cls
  168.  
  169.     @ChDrive @OutDrive
  170.  
  171.     @ChDir "@SubDir"
  172.  
  173.     @Cls
  174.  
  175.     @System "@OutDrive:@SubDir\\DISTINCT\\INIT @OutDrive:@SubDir"
  176.  
  177.     @Name Version @Version is now installed on your system.
  178.  
  179.     Press any key to return to the DOS prompt.
  180.     Remove the @Name floppy disk and reboot your system.
  181.  
  182.     Review the READ.ME file located in the DISTINCT directory
  183.         @OutDrive:@SubDir\DISTINCT
  184.     before running @Name for the first time.
  185.  
  186.     @Pause
  187.  
  188. @EndFinish
  189.