home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / sound / laserpro / install.dat < prev    next >
Text File  |  1993-06-25  |  4KB  |  172 lines

  1. /*
  2.  * Media Concept Pro
  3.  *
  4.  * Project: MCPINST
  5.  * Version: 1.00
  6.  *
  7.  */
  8.  
  9. @DefineProject
  10.         @Name = "Media Concept Pro"
  11.         @Version = "1.00"
  12.         @Subdir = "\\MCPRO"
  13.         @OutDrive = C
  14.         @requires 2048000
  15. @EndProject
  16.  
  17. @Display
  18.  @Cls ╔══════════════════════════════════════════════════════════════════════════╗
  19.  ║      @Name  Hard Disk Installation Program  Ver @Version         ║
  20.  ║                                                                          ║
  21.  ║         Copyright (c) 1992 TOP ELECTRIC CO.,All rights reserved.         ║
  22.  ╚══════════════════════════════════════════════════════════════════════════╝
  23.  
  24.  
  25.                                !! WELCOME !!
  26.  
  27.      This program will install Media Concept Pro utility programs
  28.      in your system.
  29.  
  30.      You need about 2MB of available disk space to install
  31.      @Name utility programs.
  32.  
  33.  
  34.  
  35.         @Pause
  36. @EndDisplay
  37.  
  38. @GetOutDrive
  39.         @Suppress A
  40.         @Suppress B
  41.         @LocalWindow(12,38)
  42.  @Cls ╔══════════════════════════════════════════════════════════════════════════╗
  43.  ║      @Name  Hard Disk Installation Program  Ver @Version         ║
  44.  ║                                                                          ║
  45.  ║         Copyright (c) 1992 TOP ELECTRIC CO.,All rights reserved.         ║
  46.  ╚══════════════════════════════════════════════════════════════════════════╝
  47.  
  48.  
  49.  On which disk drive do you wish to install @Name:
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  Use [], [], [Pg Up], & [Pg Dn] keys to move the blinking bar to 
  62.  highlight the disk drive to which you wish to install and then 
  63.  press [Enter] key.
  64. @EndOutDrive
  65.  
  66.  
  67.  
  68. @GetSubdir
  69.         @PROMPT = " Which directory ? "
  70.         @LocalWindow(13,48)
  71.  @Cls ╔══════════════════════════════════════════════════════════════════════════╗
  72.  ║      @Name  Hard Disk Installation Program  Ver @Version         ║
  73.  ║                                                                          ║
  74.  ║         Copyright (c) 1992 TOP ELECTRIC CO.,All rights reserved.         ║
  75.  ╚══════════════════════════════════════════════════════════════════════════╝
  76.  
  77.  
  78.         Please specify the destination directory on which the
  79.         @Name utility programs will be installed.
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.     Press [Enter] to proceed.
  92. @EndSubdir
  93.  
  94.  
  95.  
  96. @DefineDisk
  97.         @Label = "Disk #1"
  98.  
  99.         @F INSTALL.EXE @CRC 14189 @O @Subdir\INSTALL.EXE
  100.         @F README @O @Subdir
  101.         @BeginLib MCPRO.ALL
  102.                 @F *.* @O @Subdir\*.*
  103.         @EndLib
  104.         @BeginLib MCPCD.ALL
  105.                 @F *.* @O @Subdir\MCPCD\*.*
  106.         @EndLib
  107.         @BeginLib MCPWIN.ALL
  108.                 @F *.* @O @Subdir\MCPWIN\*.*
  109.         @EndLib
  110.         @BeginLib MCPJUKE.ALL
  111.                 @F *.* @O @Subdir\MCPJUKE\*.*
  112.         @EndLib
  113. @EndDisk
  114.  
  115. @GetGroups
  116.  
  117.         @LocalWindow(7,45)
  118.     @Set Y = "  YES  "
  119.     @Set N = "  NO   "
  120.  @Cls ╔══════════════════════════════════════════════════════════════════════════╗
  121.  ║      @Name  Hard Disk Installation Program  Ver @Version         ║
  122.  ║                                                                          ║
  123.  ║         Copyright (c) 1992 TOP ELECTRIC CO.,All rights reserved.         ║
  124.  ╚══════════════════════════════════════════════════════════════════════════╝
  125.  
  126.  Do you want to modify AUTOEXEC.BAT?
  127.  
  128.  
  129.  If [YES], the installation program will append the following lines into your
  130.  AUTOEXEC.BAT file.
  131.  "set MC = @OutDrive:@SubDir"
  132.  "@OutDrive:@SubDir\MCPSVOL /M:11 /V:9 /L:11 /F:11 /C:11 /X:5"
  133.  If [NO], you should set environment as follows:
  134.  At DOS prompt, type
  135.  "set MC = @OutDrive:@SubDir", press [ENTER]
  136.  "@OutDrive:@SubDir\MCPSVOL /M:11 /V:9 /L:11 /F:11 /C:11 /X:5", press [ENTER]
  137.  Set volume control knob to middle range before you run @Name
  138.  utility programs.
  139.  
  140.  Use [], [] keys to move the blinking bar to highlight your selection 
  141.  and press [Enter] key to confirm.
  142. @EndGroups
  143.  
  144. @If ('Y' [= @Group )
  145.  
  146.         @SetAutoexec
  147.  
  148.                 @Overwrite
  149.                 @SetReplace("MC","@OutDrive:@SubDir")
  150.                 @Verbatim "@OutDrive:\\@SubDir\\MCPSVOL /M:11 /V:9 /L:11 /F:11 /C:11 /X:5"
  151.  
  152.         @EndAutoexec
  153.  
  154. @EndIf
  155.  
  156. @Finish
  157.         @ChDrive @OutDrive
  158.         @ChDir "@SubDir"
  159.         @System "MCPSENV @OutDrive:@Subdir"
  160.         @Cls
  161.  
  162.  
  163.  
  164.  
  165.         Installation of @Name is now finished.
  166.  
  167.         @Pause
  168. @EndFinish
  169.  
  170. /* end-of-file */
  171.  
  172.