;Instalation Script for CardGames Deluxe v1.0 by Rob Blanker Jr. ; ;Created on 26 March 1995 - Updated on 28 March 1995 (WELCOME) (MESSAGE "\nAbout CardGames Deluxe v1.0" "\n\n" "\nYour distribution set should contain 3 disks. " "This programm will install CardGames Deluxe " "on your HardDisk. You need to have at least 1832584 " "bytes (1.75mb) free on your HardDisk." "\n\n\n" "\nŠ1995 Logic System Productions" ) (SET TargetDest (ASKDIR (PROMPT "Select or create the directory where you " "would like to install CardGames Deluxe on. " "If you have Klondike Deluxe already installed on " "your HardDisk, then you should select the same directory " "as Klondike." ) (HELP "CardGames Deluxe and Data will be installed in the " "directory of your choice. You may wish to create " "a new directory for CardGames Deluxe by using the " "'Make a new Drawer' gadget. We advice you to use the " "same directory as Klondike Deluxe, if exists." ) (DEFAULT "Work:") ) ) (SET @default-dest TargetDest) (SET TargetCards (TACKON TargetDest "Cards")) (SET TargetMusic (TACKON TargetDest "Music")) (SET TargetToolType (TACKON TargetDest "CardGames Deluxe")) (IF (NOT (EXISTS TargetCards)) (MAKEDIR TargetCards (INFOS)) ) (IF (NOT (EXISTS TargetMusic)) (MAKEDIR TargetMusic (INFOS)) ) (COMPLETE 0) (COPYFILES (SOURCE "CardGames Deluxe" (INFOS)) (DEST @default-dest) ) (COMPLETE 4) (COPYFILES (SOURCE "CardGames Prefs" (INFOS)) (DEST @default-dest) ) (COMPLETE 8) (COPYFILES (SOURCE "CardGames.Guide" (INFOS)) (DEST @default-dest) ) (COMPLETE 12) (COPYFILES (SOURCE "CardGames.Intro") (DEST @default-dest) ) (COMPLETE 16) (COPYFILES (SOURCE "CardGames.HighScore") (DEST @default-dest) ) (COMPLETE 20) (COPYFILES (SOURCE "Music/House Kraft.med") (DEST TargetMusic) ) (COMPLETE 24) (COPYFILES (SOURCE "Music/Low Transe.med") (DEST TargetMusic) ) (COMPLETE 28) (SET LibsSelection (ASKOPTIONS (PROMPT "\nPlease select if you want to install " "MedPlayer.library in your LIBS: Directory." ) (HELP @askoptions-help) (CHOICES "MedPlayer.library (v5.2)" ) ) ) (IF (IN LibsSelection 0) (COPYFILES (SOURCE "Libs/MedPlayer.library") (DEST "Libs:") ) ) (COMPLETE 33) (IF (NOT (GETASSIGN "CardGames Deluxe Disk 2" "d")) (ASKDISK (PROMPT "\nPlease insert 'CardGames Deluxe Disk 2' " "in any drive." ) (HELP @askdisk-help) (DEST "CardGames Deluxe Disk 2") ) ) (COPYFILES (SOURCE "CardGames Deluxe Disk 2:Cards/DragonsLair_ECS.REKO") (DEST TargetCards) ) (COMPLETE 49) (COPYFILES (SOURCE "CardGames Deluxe Disk 2:Cards/Standard_ECS.REKO") (DEST TargetCards) ) (COMPLETE 66) (IF (NOT (GETASSIGN "CardGames Deluxe Disk 3" "d")) (ASKDISK (PROMPT "\nPlease insert 'CardGames Deluxe Disk 3' " "in any drive." ) (HELP @askdisk-help) (DEST "CardGames Deluxe Disk 3") ) ) (COPYFILES (SOURCE "CardGames Deluxe Disk 3:Cards/Dragonslair_AGA.REKO") (DEST TargetCards) ) (COMPLETE 99) (IF (EXISTS TargetToolType) (TOOLTYPE (DEST TargetToolType) (SETTOOLTYPE "CARDSET" "Standard_ECS.REKO") ) ) (COMPLETE 100)