home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / GENERAL / PARTYPL.ZIP / INSTALL.DAT < prev    next >
Text File  |  1992-03-16  |  2KB  |  110 lines

  1.  
  2. /* INSTALLATION OF PROGRAM:      */   
  3. /*
  4.  *    FILE:INSTALL.DAT  
  5.  *
  6.  *    DESC:
  7.  */
  8.  
  9. @DefineProject
  10.         @Name           = "Smart -N- Easy Party Planner"      /* Program Name   */
  11.         @Version        = "1.0"          /* Version Number */
  12.         @Subdir         ="\\PARTY\\"   /* This is the Default Install Directory */
  13.         @OutDrive       =C
  14.         @Requires       1000000          /* 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.            The Smart -N- Easy Party Planner Installation:
  26.  
  27.      This program will install The @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 The @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 the @Name will be installed.
  65.         
  66.         The default subdirectory @subdir will be used.
  67.         You may modify the directory name by backspacing over the
  68.         default directory and entering a new directory name.
  69.  
  70.  
  71.  
  72.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  73. @EndSubdir
  74.  
  75. /* First Disk */
  76. @DefineDisk
  77.         @Label = "DISK 1"
  78. @Beginlib PARTY.LIF
  79. @File     *.*
  80. @Endlib
  81. @EndDisk
  82.  
  83.  
  84. @SetConfig
  85.         @ASKOverwrite
  86.     @Buffers = 20
  87.         @Files = 40
  88. @EndConfig
  89.  
  90.  
  91.  
  92. @Finish
  93.     @Cls
  94.     @ChDrive @OutDrive        /* change to the output drive */
  95.     @ChDir "@Subdir"        /* change to the output subdirectory */
  96.  
  97.  
  98.         Installation Complete !
  99.  
  100.         To Run The @Name program, Type PARTY
  101.         and press enter.
  102.  
  103.         Note:  If CONFIG.SYS has been created or modified,
  104.                you must reboot your system.
  105.  
  106.        @pause
  107. @EndFinish
  108.  
  109. /* end-of-file */
  110.