home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MPC Wizard 3.0
/
WIZARD3_0.ISO
/
drivers
/
sound
/
laserpro
/
install.dat
< prev
next >
Wrap
Text File
|
1993-06-25
|
4KB
|
172 lines
/*
* Media Concept Pro
*
* Project: MCPINST
* Version: 1.00
*
*/
@DefineProject
@Name = "Media Concept Pro"
@Version = "1.00"
@Subdir = "\\MCPRO"
@OutDrive = C
@requires 2048000
@EndProject
@Display
@Cls ╔══════════════════════════════════════════════════════════════════════════╗
║ @Name Hard Disk Installation Program Ver @Version ║
║ ║
║ Copyright (c) 1992 TOP ELECTRIC CO.,All rights reserved. ║
╚══════════════════════════════════════════════════════════════════════════╝
!! WELCOME !!
This program will install Media Concept Pro utility programs
in your system.
You need about 2MB of available disk space to install
@Name utility programs.
@Pause
@EndDisplay
@GetOutDrive
@Suppress A
@Suppress B
@LocalWindow(12,38)
@Cls ╔══════════════════════════════════════════════════════════════════════════╗
║ @Name Hard Disk Installation Program Ver @Version ║
║ ║
║ Copyright (c) 1992 TOP ELECTRIC CO.,All rights reserved. ║
╚══════════════════════════════════════════════════════════════════════════╝
On which disk drive do you wish to install @Name:
Use [], [], [Pg Up], & [Pg Dn] keys to move the blinking bar to
highlight the disk drive to which you wish to install and then
press [Enter] key.
@EndOutDrive
@GetSubdir
@PROMPT = " Which directory ? "
@LocalWindow(13,48)
@Cls ╔══════════════════════════════════════════════════════════════════════════╗
║ @Name Hard Disk Installation Program Ver @Version ║
║ ║
║ Copyright (c) 1992 TOP ELECTRIC CO.,All rights reserved. ║
╚══════════════════════════════════════════════════════════════════════════╝
Please specify the destination directory on which the
@Name utility programs will be installed.
Press [Enter] to proceed.
@EndSubdir
@DefineDisk
@Label = "Disk #1"
@F INSTALL.EXE @CRC 14189 @O @Subdir\INSTALL.EXE
@F README @O @Subdir
@BeginLib MCPRO.ALL
@F *.* @O @Subdir\*.*
@EndLib
@BeginLib MCPCD.ALL
@F *.* @O @Subdir\MCPCD\*.*
@EndLib
@BeginLib MCPWIN.ALL
@F *.* @O @Subdir\MCPWIN\*.*
@EndLib
@BeginLib MCPJUKE.ALL
@F *.* @O @Subdir\MCPJUKE\*.*
@EndLib
@EndDisk
@GetGroups
@LocalWindow(7,45)
@Set Y = " YES "
@Set N = " NO "
@Cls ╔══════════════════════════════════════════════════════════════════════════╗
║ @Name Hard Disk Installation Program Ver @Version ║
║ ║
║ Copyright (c) 1992 TOP ELECTRIC CO.,All rights reserved. ║
╚══════════════════════════════════════════════════════════════════════════╝
Do you want to modify AUTOEXEC.BAT?
If [YES], the installation program will append the following lines into your
AUTOEXEC.BAT file.
"set MC = @OutDrive:@SubDir"
"@OutDrive:@SubDir\MCPSVOL /M:11 /V:9 /L:11 /F:11 /C:11 /X:5"
If [NO], you should set environment as follows:
At DOS prompt, type
"set MC = @OutDrive:@SubDir", press [ENTER]
"@OutDrive:@SubDir\MCPSVOL /M:11 /V:9 /L:11 /F:11 /C:11 /X:5", press [ENTER]
Set volume control knob to middle range before you run @Name
utility programs.
Use [], [] keys to move the blinking bar to highlight your selection
and press [Enter] key to confirm.
@EndGroups
@If ('Y' [= @Group )
@SetAutoexec
@Overwrite
@SetReplace("MC","@OutDrive:@SubDir")
@Verbatim "@OutDrive:\\@SubDir\\MCPSVOL /M:11 /V:9 /L:11 /F:11 /C:11 /X:5"
@EndAutoexec
@EndIf
@Finish
@ChDrive @OutDrive
@ChDir "@SubDir"
@System "MCPSENV @OutDrive:@Subdir"
@Cls
Installation of @Name is now finished.
@Pause
@EndFinish
/* end-of-file */