home *** CD-ROM | disk | FTP | other *** search
- rem SHAREWARE ONLY for zip file
- rem =====================================================================
-
- rem --- set the color for background on the screen
- SCREENCOLOR: BLUE, BLACK
-
- rem --- the title that appears on the background
- TITLE: "Airdrums Setup", 40
- rem --- the color for the title
- TITLECOLOR: (255,78,46)
-
- rem --- The following paragraph is on the first screen seen by the
- rem - end-user. Note that you should leave a blank line at the top
- rem - and bottom and leave a couple of spaces at the left AND right
- rem - to provide proper spacing around the window border.
- BEGINFIRSTSCREEN
-
- This installation program will install Airdrums onto your
- hard disk. You can install it into the directory holding
- the unzipped files.
-
- ENDFIRSTSCREEN
-
- rem --- The following is the last screen seen by the end-user.
- rem - Note that you should leave a blank line at the top and
- rem - bottom and leave a couple of spaces at the left AND right
- rem - to provide proper spacing around the window border.
- BEGINLASTSCREEN
-
- Installation of Airdrums is now complete. If you installed
- Airdrums in a directory other than the directory with the
- unzipped files, you can remove that directory with the
- unzipped files.
-
-
-
- ENDLASTSCREEN
-
- rem --- check to see if the end user has enough disk space to install
- rem - note that the user can install one of two file groups
- rem - (all files or just the program files) thus we must
- rem - provide a different check for group one and group two
- MINDISKSPACE: 200000
-
- rem --- check that the end user has a powerful enough CPU
- MINCPUTYPE: 80386
-
- rem --- set the default drive and directory for installation
- DEFAULTDIR: c:\airdrums
-
- rem ---
- WINITEM: "Airdrums", "$DEFAULTDIR$\Airdrum1.exe", "Airdrums"
- WINITEM: "Airdrums", "$DEFAULTDIR$\Airdrums.hlp", "Airdrums Help"
-
- rem INSERTDISK: "Disk 1"
-
- rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
- FILE:AIRDRUM1.EXE , overwrite=new
- FILE:AIRDRUMS.HLP , overwrite=new
- FILE:$WINSYSDIR$\CMDIALOG.VBX , overwrite=new
- FILE:$WINSYSDIR$\COMMDLG.DLL, overwrite=new
- FILE:DEFAULT.DRM, overwrite=new
- FILE:HSLIDE1.VBX, overwrite=new
- FILE:KNOB1.VBX, overwrite=new
- FILE:MCI.VBX , overwrite=new
- FILE:MIDI1.VBX, overwrite=new
- FILE:$WINSYSDIR$\THREED.VBX, overwrite=new
- FILE:$WINSYSDIR$\VBRUN300.DLL, overwrite=new
- FILE:MIDIFILE.VBX, overwrite=new
-
- FILE:1111, overwrite=new
- FILE:2222, overwrite=new
- FILE:3333, overwrite=new
-
- FILE:ORDER.TXT, overwrite=new
- FILE:LEGAL.TXT, overwrite=new
- FILE:README.TXT, overwrite=new
- FILE:WARNING.BAT, overwrite=new
-
- RUNATEXIT "warning.bat"