home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / wedpl30.zip / INSTALL.DAT < prev    next >
Text File  |  1993-05-14  |  2KB  |  113 lines

  1.  
  2. /* INSTALLATION OF PROGRAM:      */
  3. /*
  4.  *    FILE:INSTALL.DAT
  5.  *
  6.  *    DESC:
  7.  */
  8.  
  9. @DefineProject
  10.         @Name           = "Smart -N- Easy Wedding Planner"      /* Program Name   */
  11.         @Version        = "3.0"          /* Version Number */
  12.         @Subdir         ="\\WEDDING\\"   /* This is the Default Install Directory */
  13.         @OutDrive       =C
  14.         @Requires       3000000          /* Requires 3 meg of free disk space */
  15. @EndProject
  16.  
  17. @Display
  18.     @Cls
  19.                           Automated Systems
  20.                              PO Box 503
  21.                         West Paterson NJ 07424
  22.                            (201) 812-1428
  23.  
  24.  
  25.            Smart -N- Easy Wedding Planner Installation:
  26.  
  27.      This program will install @Name @version
  28.      evaluation program on your computer system and verify the
  29.      integrity of the distribution disk.
  30.  
  31.      Note: This program requires a hard drive.  If your system does not
  32.      have a hard drive, abort the installation.
  33.  
  34.      You may press the [Esc] key at any time to abort the installation.
  35.  
  36.  
  37.  
  38. @Pause
  39. @EndDisplay
  40.  
  41. @GetOutDrive
  42.         @Suppress A      /* Do not allow installation to A: */
  43.         @Suppress B      /* Do not allow installation to B: */
  44.         @Cls
  45.    On which drive do you wish to install @Name?
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59. @EndOutDrive
  60.  
  61. @GetSubdir
  62.     @Cls
  63.         Now you need to specify the destination subdirectory on your
  64.         hard disk where @Name will be
  65.         installed.
  66.  
  67.         The default subdirectory @subdir will be used.
  68.         You may modify the directory name by backspacing over the
  69.         default directory and entering a new directory name.
  70.  
  71.  
  72.  
  73.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  74. @EndSubdir
  75.  
  76. /* First Disk */
  77. @DefineDisk
  78.         @Label = "DISK 1"
  79. @Beginlib PROGRAM.LIF
  80. @file     *.*         /* Files Contained in Library */
  81. @EndLib
  82. @BeginLib DATA.LIF
  83. @file     *.*
  84. @EndLib
  85. @EndDisk
  86.  
  87. @SetConfig
  88.         @ASKOverwrite
  89.     @Buffers = 20
  90.         @Files = 40
  91. @EndConfig
  92.  
  93.  
  94.  
  95. @Finish
  96.     @Cls
  97.     @ChDrive @OutDrive        /* change to the output drive */
  98.     @ChDir "@Subdir"        /* change to the output subdirectory */
  99.  
  100.  
  101.         Installation Complete!
  102.  
  103.         To run @Name program, Type WEDDING
  104.         and press enter.
  105.  
  106.         Note:  If CONFIG.SYS has been created or modified,
  107.                you must reboot your system.
  108.  
  109.        @pause
  110. @EndFinish
  111.  
  112. /* end-of-file */
  113.