home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 1
/
BUGCD1996_0708.ISO
/
pc
/
util
/
symantec
/
install.dat
< prev
next >
Wrap
Text File
|
1995-08-22
|
2KB
|
82 lines
/*
* Project: Symantec Win95 Utilites Demo
* Version: 1.0
*/
@DefineProject
@Name = "Symantec Windows 95 Utilites Demo"
@Version = "1.0"
@Subdir = "\\SYM95DEM"
@OutDrive = C
@EndProject
@Display
@If (@WinScreenCaps (12) < 8)
Your monitor is not set to display 256 or more colors.
Most of the New Interactive Sampler Demos were designed
to run using 256 colors. You can continue to install
the Sampler, but the demos will not appear as they should.
@Pause
@EndIf
@EndDisplay
DriveLoop:
@GetOutDrive
@Suppress (0, 21)
@Cls
On which disk drive do you wish to install @Name?
@EndOutDrive
@Display
@If (@DiskFree (@OutDrive) < 150K)
The @Name requires at least 150 KB free
disk space. Please choose another drive
@Pause
@Goto DriveLoop
@EndIf
@EndDisplay
DirLoop:
@GetSubdir
@Cls
In which subdirectory do you wish to install @Name?
@EndSubdir
// Delete the old windows group, if any
@If (@Platform == 3) // windows
@ProgramManager ("[DeleteGroup(@Name)]")
@EndIf
@DefineDisk
@Label = "Disk #1"
@File README.WRI @Out @OutDrive:@SubDir\\README.WRI
@EndDisk
@DefineVars
@QString @demo1 = "@StartupDrive:@StartupDir\\SYM95DEM\\SYM95DEM.EXE,@Name @Version"
@EndVars
@ProgramManager ("[CreateGroup(@Name)]")
@ProgramManager ("[AddItem(WRITE @OutDrive:@SubDir\\README.WRI,@Name Information)]")
@ProgramManager ("[AddItem(@demo1)]")
@Finish
Installation of @Name is now finished. To run the demo,
double click on the @Name @Version
icon in the @Name Program Manager group.
@Pause
@Exit
@EndFinish