home *** CD-ROM | disk | FTP | other *** search
Wrap
; $VER: Scala Install Program Version 2.2 (1 Dec 94) ;----------------------------- Text Strings ------------------------------- (set msg_Utils "Scala Utilities") (set msg_Palettes "Scala Palettes") (set msg_Symbols "Scala Symbols") (set msg_ARexx "Scala Arexx Example") (set msg_EX "Scala EX") (set msg_Fonts "Scala Fonts") (set msg_Back "Scala Backgrounds") (set msg_Demos "Scala Demo Scripts") (set msg_Resize "Resize Scala Backgrounds") (set msg_ScalaFont "Scala.font") (set msg_NoSelect "You did not select anything. Please try again.") (set msg_NoDrawer ("You must select a drawer to install %s. Please make a new drawer, or select an existing drawer." @app-name)) (set msg_ChooseWhat ("Please select which parts of %s you would like to install:" @app-name)) (set msg_ChooseDest ("Please select where you want %s to be installed - no new drawer will be created:" @app-name)) (set msg_Overscan1 "You may resize the Scala Backgrounds to overscan. Please note that selecting %s or %s takes more space on your harddisk, and may reduce the performance of the Scala Wipes.\n\n") (set msg_Overscan2 "You have selected to resize the Scala Backgrounds to overscan. Please note that this takes more space on your harddisk, and may reduce the performance of the Scala Wipes.\n\n") (set msg_ChooseSize "Please select which size you want the Scala Background pictures:") (set msg_OldWorkbench ("You need at least Worbench 2.04 to install %s" @app-name)) (set msg_Nor "Normal") (set msg_Std "Standard") (set msg_Max "Max") (set msg_Startup ("Do you want %s to start up automatically every time you turn on your Amiga?" @app-name)) (set msg_ErrorRam "Error while copying files to Ram Disk.") (set msg_Insert "Please insert Disk %ld in any drive") (set msg_Installing "Installing %s...") (set msg_MoveLingua "Replacing path in %s...") (set msg_ConvertNTSC "Converting background %s to NTSC...") (set msg_ConvertOverscan "Converting background %s to overscan...") (set msg_DeleteOldFiles ("You already have an older version of %s installed on your harddisk. Do you want to delete old files which are not needed anymore?" @app-name)) (set msg_crack1 "HELLFIRE PRESENTS\n\n SCALA MM400 - FINAL RELEASE VERSION\nDONGLE PROTECTION REMOVED BY REBEL\n\nCALL OUR BOARDS\n\n OASIS (WHQ) - 4 nodes - +44 0386 ASK FOR IT\nBOONDOCKS (EHQ) - 3 nodes - +31 5480 YOU WISH!\nFREEDOM WITHIN (UKHQ) - 2 nodes - +44 PRIVATE\nAT KNIFE POINT (UKHQ)- 2 nodes - +44 081FIND IT!\nDEFINITE INFINITY (UKHQ) - +44 0203 ASK A MEMBER\n\nGREETS FLY OUT TO SHY! IGGY! AND ALL ELSE I KNOW!") ;------------------------------ Constants --------------------------------- (if (= @app-name "Scala InfoChannel") (set IC 1) (set IC 0) ) (if (= @app-name "InfoChannel Player") (set PL 1) (set PL 0) ) (if (= @app-name "Scala MultiMedia") (set MM 1) (set MM 0) ) (if (= @app-name "Scala Multimedia Upgrade") (set UPGR 1) (set UPGR 0) ) (if (or IC MM) ( (set opt_Scala %000000001) (set opt_Utils %000000010) (set opt_Palettes %000000100) (set opt_Symbols %000001000) (set opt_ARexx %000010000) (set opt_EX %000100000) (set opt_Fonts %001000000) (set opt_Back %010000000) (set opt_Demos %100000000) ) ) (if PL ( (set opt_Scala %000000001) (set opt_Symbols %000000010) (set opt_EX %000000100) (set opt_Fonts %000001000) (set opt_Back %000010000) ) ) (if UPGR ( (set opt_Scala %000000001) (set opt_Utils %000000010) (set opt_EX %000000100) (set opt_ARexx %000001000) (set opt_Demos %000010000) (set opt_Resize %000100000) ) ) (if (or IC PL) ( (set lha_Scala "Disk1:Scala.lha") (set num_Scala 1) (set lha_ScalaFont "Disk1:ScalaFont.lha") (set num_ScalaFont 1) (set lha_Utils "Disk1:Utilities.lha") (set num_Utils 1) (set lha_Scripts "Disk1:Scripts.lha") (set num_Scripts 1) (set lha_ARexx "Disk2:ARexx.lha") (set num_ARexx 2) (set lha_Symbols "Disk2:Symbols.lha") (set num_Symbols 2) (set lha_Palettes "Disk2:Palettes.lha") (set num_Palettes 2) (set lha_EX "Disk2:EX.lha") (set num_EX 2) (set lha_Fonts "Disk2:Fonts.lha") (set num_Fonts 2) (set lha_Back1 "Disk3:Backgrounds1.lha") (set num_Back1 3) (set lha_Back2 "Disk4:Backgrounds2.lha") (set num_Back2 4) (set lha_Back3 "Disk5:Backgrounds3.lha") (set num_Back3 5) (set lha_Back4 "Disk6:Backgrounds4.lha") (set num_Back4 6) (set lha_Demos1 "Disk7:Demos1.lha") (set num_Demos1 7) (set lha_Demos2 "Disk8:Demos2.lha") (set num_Demos2 8) (set lha_Demos3 "Disk9:Demos3.lha") (set num_Demos3 9) (set lha_Demos4 "Disk10:Demos4.lha") (set num_Demos4 10) (set lha_Demos5 "Disk11:Demos5.lha") (set num_Demos5 11) (set lha_Demos6 "Disk12:Demos6.lha") (set num_Demos6 12) (set lha_Demos7 "Disk13:Demos7.lha") (set num_Demos7 13) (set lha_Demos8 "Disk14:Demos8.lha") (set num_Demos8 14) ) ) (if MM ( (set lha_Scala "Disk1:Scala.lha") (set num_Scala 1) (set lha_ScalaFont "Disk1:ScalaFont.lha") (set num_ScalaFont 1) (set lha_Utils "Disk1:Utilities.lha") (set num_Utils 1) (set lha_Palettes "Disk1:Palettes.lha") (set num_Palettes 1) (set lha_Symbols "Disk1:Symbols.lha") (set num_Symbols 1) (set lha_ARexx "Disk1:ARexx.lha") (set num_ARexx 1) (set lha_Scripts "Disk1:Scripts.lha") (set num_Scripts 1) (set lha_EX "Disk2:EX.lha") (set num_EX 2) (set lha_Fonts "Disk2:Fonts.lha") (set num_Fonts 2) (set lha_Back1 "Disk3:Backgrounds1.lha") (set num_Back1 3) (set lha_Back2 "Disk4:Backgrounds2.lha") (set num_Back2 4) (set lha_Back3 "Disk5:Backgrounds3.lha") (set num_Back3 5) (set lha_Back4 "Disk6:Backgrounds4.lha") (set num_Back4 6) (set lha_Demos1 "Disk7:Demos1.lha") (set num_Demos1 7) (set lha_Demos2 "Disk8:Demos2.lha") (set num_Demos2 8) (set lha_Demos3 "Disk9:Demos3.lha") (set num_Demos3 9) (set lha_Demos4 "Disk10:Demos4.lha") (set num_Demos4 10) ) ) (if UPGR ( (set lha_Scala "Disk1:Scala.lha") (set num_Scala 1) (set lha_ScalaFont "Disk1:ScalaFont.lha") (set num_ScalaFont 1) (set lha_Utils "Disk1:Utilities.lha") (set num_Utils 1) (set lha_Scripts "Disk1:Scripts.lha") (set num_Scripts 1) (set lha_EX "Disk1:EX.lha") (set num_EX 1) (set lha_ARexx "Disk2:ARexx.lha") (set num_ARexx 2) (set lha_Demos1 "Disk2:Demos1.lha") (set num_Demos1 2) (set lha_Demos2 "Disk3:Demos2.lha") (set num_Demos2 3) ) ) ;-------------------------- Utility procedures ---------------------------- (Procedure CheckConfig (set OS_Version (/ (getversion) 65536)) (if (< OS_Version 37) (abort msg_OldWorkbench) ) (if (= (database "vblank") 50) ( (SET VideoMode "PAL") (SET NOR ("640 x 512 (%s)" msg_Nor)) (SET STD ("704 x 566 (%s)" msg_Std)) (SET MAX ("736 x 566 (%s)" msg_Max)) ) ( (SET VideoMode "NTSC") (SET NOR ("640 x 400 (%s)" msg_Nor)) (SET STD ("704 x 480 (%s)" msg_Std)) (SET MAX ("736 x 482 (%s)" msg_Max)) ) ) ) (Procedure CopyTools (askdisk (dest "Disk1") (prompt (msg_Insert 1)) (help @askdisk-help)) (copyfiles (prompt "") (help @copyfiles-help) (source "Disk1:Tools") (all) (dest "RAM:") ) (if (not (and (exists "RAM:LHa") (exists "RAM:MakeOverscan") (exists "RAM:MoveLingua"))) (abort msg_ErrorRam) ) ) (Procedure InstallFile (askdisk (dest ("Disk%ld" DiskNum)) (prompt (msg_Insert DiskNum)) (help @askdisk-help) ) (working (msg_Installing Installing)) (run ("RAM:LHa -N x %s \"%s/\"" LhaFile @Dest)) ) (Procedure InstallFontFiles (askdisk (dest ("Disk%ld" DiskNum)) (prompt (msg_Insert DiskNum)) (help @askdisk-help) ) (working (msg_Installing Installing)) (run ("RAM:LHa -N x %s \"%s\"" LhaFile "Fonts:")) ) (Procedure MoveLingua (set i 0) (while (set ScriptName (if IC (select i "IC500.script" "InfoChannelMain.script" "LoScalatore.script" "ScalaAirport.script" "ScalaCableTV.script" "ScalaComms500.script" "ScalaFeatures500.script" "ScalaFonts.script" "ScalaHotel.script" "ScalaQuiz500.script" "ScalaRave.script" "ScalaShopping.script" "ScalaTravel.script" "ScalaVideo.script" "ScalaVoice500.script" "ScalaWipes500.script" "ScalaWorld500.script" "ScaliniMotor.script" "" ) (select i "!ScalaMain.script" "LoScalatore.script" "ScalaFeatures400.script" "ScalaFonts.script" "MM400.script" "ScalaQuiz400.script" "ScalaRave.script" "ScalaVoice400.script" "ScalaWipes400.script" "ScalaWorld400.script" "ScalaVideo.script" "" ) ) ) (set ScriptName (tackon (tackon @dest "Scripts") ScriptName)) (if (exists ScriptName) ( (working (msg_MoveLingua ScriptName)) (run ("RAM:MoveLingua \"%s\" DH0:Scala \"%s\" \"%s\"" ScriptName @dest (tackon @dest "Scripts"))) ) ) (set i (+ i 1)) ) ) (Procedure MakeOverscan (set i 0) (while (set PictureName (select i "Fabrics001" "Fabrics002" "Fabrics003" "Fantasy001" "Grass001" "NaiveBook" "NaiveClock" "NaiveCoffee" "NaiveDisk" "NaivePencil" "NaivePhone" "NaivePiano" "NaivePlate" "Number001" "Number002" "Number003" "Number004" "Number005" "Number006" "Number007" "Number008" "Number009" "Painting001" "Painting002" "Painting003" "Painting004" "Paper001" "Paper002" "Paper003" "Paper004" "Paper005" "Sky001" "Stones001" "Stones002" "Stones003" "Stones004" "Stones005" "Stones006" "Stones007" "Stones008" "Stones009" "Stones010" "Stones011" "Tech001" "Tech002" "Tech003" "Tech004" "Tech005" "Tech006" "Tech007" "Texture001" "Texture002" "Texture003" "Texture004" "Texture005" "Texture006" "Texture007" "Texture008" "Texture009" "Texture010" "Texture011" "Texture012" "Texture013" "Theme001" "Theme002" "Theme003" "Theme004" "Water001" "Window001" "World001" "Fabrics004" "Nature001" "Nature002" "Stones012" "Stones013" "Texture014" "Texture015" "Texture016" "Theme005" "" ) ) (if (and (= VideoMode "NTSC") (= BackSize 0)) (working (msg_ConvertNTSC PictureName)) (working (msg_ConvertOverscan PictureName)) ) (set PictureName (tackon (tackon @dest "Backgrounds") PictureName)) (run ("RAM:MakeOverscan \"%s\" \"%s\" %s %s" PictureName PictureName VideoMode (select BackSize "NOR" "STD" "MAX"))) (set i (+ i 1)) ) (if (= VideoMode "NTSC") ( (set PictureName (tackon (tackon @dest "Backgrounds") "World001")) (run ("RAM:MakeOverscan \"%s\" \"%s\" NTSC NOR" PictureName PictureName)) ) ) ) ;============================================================================= ; update existing files ; ; old_dir - name of directory where old files are ; new_dir - name of directory where new files are ; target_dir - name of directory where files from "new_dir" found in "old_dir" ; should be put (procedure UPDATE ( (if (exists old_dir) ( (foreach old_dir "~(#?.info)" ( (if (= (exists (tackon new_dir @each-name)) 1) ( (delete (tackon old_dir @each-name)) (delete (cat (tackon old_dir @each-name) ".info")) (rename (tackon new_dir @each-name) (tackon target_dir @each-name)) (rename (cat (tackon new_dir @each-name) ".info") (cat (tackon target_dir @each-name) ".info")) )) )) )) )) ;-------------------------- Cleanup procedures ---------------------------- (Procedure DeleteTools (delete "RAM:MakeOverscan" "RAM:MoveLingua" "RAM:Lha") ) (onerror (DeleteTools)) (Procedure DeleteOldFiles (if (or IC PL) ( (if (exists "libs:infochannel.library") (if (askbool (prompt msg_DeleteOldFiles) (help @askbool-help)) ( (delete "libs:infochannel.library") (delete "devs:infochannel.device") (delete "s:infochannel.config") (delete "s:infochannel.layout") (delete "s:infochannel.layout.info") (delete "s:startup-script") (delete "fonts:Info.font") (delete "fonts:Info/11") (delete "fonts:Info/8") (delete "fonts:Info") (delete (tackon @dest "InfoPrint")) (delete (tackon @dest "InfoPrint.info")) (delete (tackon @dest "InfoNet")) (delete (tackon @dest "InfoNet.info")) ) ) ) ) ( (if (exists "libs:scalamm.library") (if (askbool (prompt msg_DeleteOldFiles) (help @askbool-help)) ( (delete "libs:scalamm.library") (delete "devs:scalamm.device") (delete "s:scalamm.config") (delete "s:scalamm.layout") (delete "s:scalamm.layout.info") (delete "s:startup-script") (set utils (tackon @dest "Utilities")) (delete (tackon utils "ScalaMMPrint")) (delete (tackon utils "ScalaMMPrint.info")) ) ) ) ) ) ) ;-------------------------- Menu procedures ------------------------------- (Procedure InstallMenu (until (<> Selection 0) ( (if (or IC MM) (set Selection (askoptions (prompt msg_ChooseWhat) (help @askoptions-help) (choices @app-name msg_Utils msg_Palettes msg_ARexx msg_Symbols msg_EX msg_Fonts msg_Back msg_Demos ) ) ) ) (if PL (set Selection (askoptions (prompt msg_ChooseWhat) (help @askoptions-help) (choices @app-name msg_Symbols msg_EX msg_Fonts msg_Back ) ) ) ) (if UPGR (if (exists "libs:scalamm.library") (set Selection (askoptions (prompt msg_ChooseWhat) (help @askoptions-help) (choices @app-name msg_Utils msg_EX ) ) ) (set Selection (askoptions (prompt msg_ChooseWhat) (help @askoptions-help) (default %11111) (choices @app-name msg_Utils msg_ARexx msg_EX msg_Demos msg_Resize ) ) ) ) ) ) (if (= Selection 0) (message msg_NoSelect) ) ) ) (Procedure BackMenu (set BackSize (askchoice (prompt (msg_Overscan1 STD MAX) msg_ChooseSize) (help @askchoice-help) (choices NOR STD MAX) ) ) ) (Procedure DestMenu (set @dest "") (while (= @dest (pathonly @dest)) (set @dest (askdir (prompt msg_ChooseDest) (help @askdir-help) (newpath) (default @default-dest) ) ) (if (= @dest (pathonly @dest)) (message msg_NoDrawer) ) ) (if (not (exists @dest)) ( (makedir @dest (infos)) (tooltype (dest @dest) (noposition)) ) ) (set @default-dest @dest) ) ;------------------------- Installation procedures ------------------------ (Procedure InstallScala (set System (tackon @dest "System")) (makedir System (infos)) (tooltype (dest System) (noposition)) (set Installing @app-name) (set LhaFile lha_Scala) (set DiskNum num_Scala) (InstallFile) (set Installing msg_ScalaFont) (set LhaFile lha_ScalaFont) (set DiskNum num_ScalaFont) (InstallFontFiles) (if PL ( (set Scripts (tackon @dest "Scripts")) (makedir Scripts (infos)) (tooltype (dest Scripts) (noposition)) (copyfiles (source "Disk1:InfoChannel.script") (dest (tackon @dest "Scripts")) ) (textfile (dest (tackon @dest "System/InfoChannel.startup")) (append (tackon @dest "Scripts/InfoChannel.script")) ) ) ( (set i 0) (while (set DrawerName (select i "Scripts" "Backgrounds" "Animations" "Music" "Sounds" "Symbols" "Palettes" "Text" "Layouts" "" ) ) (set DrawerName (tackon @dest DrawerName)) (makedir DrawerName (infos)) (tooltype (dest DrawerName) (noposition)) (set i (+ i 1)) ) ) ) (if (or IC PL) ( (startup (prompt msg_Startup) (help @startup-help) "Scala" (if IC (command (tackon @dest "InfoChannel")) (command (tackon @dest "InfoPlayer")) ) ) ) ) ) (Procedure InstallUtils (set Utilities (tackon @dest "Utilities")) (makedir Utilities (infos)) (tooltype (dest Utilities) (noposition)) (set Installing msg_Utils) (set LhaFile lha_Utils) (set DiskNum num_Utils) (InstallFile) ) (Procedure InstallPalettes (set Palettes (tackon @dest "Palettes")) (makedir Palettes (infos)) (tooltype (dest Palettes) (noposition)) (set Installing msg_Palettes) (set LhaFile lha_Palettes) (set DiskNum num_Palettes) (InstallFile) ) (Procedure InstallSymbols (set Symbols (tackon @dest "Symbols")) (makedir Symbols (infos)) (tooltype (dest Symbols) (noposition)) (set Installing msg_Symbols) (set LhaFile lha_Symbols) (set DiskNum num_Symbols) (InstallFile) ) (Procedure InstallArexx (set ARexx (tackon @dest "ARexx")) (makedir ARexx (infos)) (tooltype (dest ARexx) (noposition)) (set Installing msg_ARexx) (set LhaFile lha_ARexx) (set DiskNum num_ARexx) (InstallFile) ) (Procedure InstallScripts (set Scripts (tackon @dest "Scripts")) (makedir Scripts (infos)) (tooltype (dest Scripts) (noposition)) (set Installing msg_Demos) (set LhaFile lha_Scripts) (set DiskNum num_Scripts) (InstallFile) (MoveLingua) ) (Procedure InstallEX (set EX (tackon @dest "EX")) (makedir EX (infos)) (tooltype (dest EX) (noposition)) (set StartupDrawer (tackon @dest "Startup")) (makedir StartupDrawer (infos)) (tooltype (dest StartupDrawer) (noposition)) (set Installing msg_EX) (set LhaFile lha_EX) (set DiskNum num_EX) (InstallFile) ) (Procedure InstallFonts (set Installing msg_Fonts) (set LhaFile lha_Fonts) (set DiskNum num_Fonts) (InstallFontFiles) ) (Procedure InstallBack (set Back (tackon @dest "Backgrounds")) (makedir Back (infos)) (tooltype (dest Back) (noposition)) (set Installing msg_Back) (set LhaFile lha_Back1) (set DiskNum num_Back1) (InstallFile) (set LhaFile lha_Back2) (set DiskNum num_Back2) (InstallFile) (set LhaFile lha_Back3) (set DiskNum num_Back3) (InstallFile) (set LhaFile lha_Back4) (set DiskNum num_Back4) (InstallFile) (if (or (= VideoMode "NTSC") BackSize) (MakeOverscan) ) ) (Procedure InstallDemos (set Anim (tackon @dest "Animations")) (makedir Anim (infos)) (tooltype (dest Anim) (noposition)) (set Sounds (tackon @dest "Sounds")) (makedir Sounds (infos)) (tooltype (dest Sounds) (noposition)) (set Music (tackon @dest "Music")) (makedir Music (infos)) (tooltype (dest Music) (noposition)) (set Text (tackon @dest "Text")) (makedir Text (infos)) (tooltype (dest Text) (noposition)) (set Back (tackon @dest "Backgrounds")) (makedir Back (infos)) (tooltype (dest Back) (noposition)) (set Installing msg_Demos) (set LhaFile lha_Demos1) (set DiskNum num_Demos1) (InstallFile) (set LhaFile lha_Demos2) (set DiskNum num_Demos2) (InstallFile) (if (not UPGR) ( (set LhaFile lha_Demos3) (set DiskNum num_Demos3) (InstallFile) (set LhaFile lha_Demos4) (set DiskNum num_Demos4) (InstallFile) ) ) (if IC ( (set LhaFile lha_Demos5) (set DiskNum num_Demos5) (InstallFile) (set LhaFile lha_Demos6) (set DiskNum num_Demos6) (InstallFile) (set LhaFile lha_Demos7) (set DiskNum num_Demos7) (InstallFile) (set LhaFile lha_Demos8) (set DiskNum num_Demos8) (InstallFile) ) ) ) (Procedure ResizeBack (set BackSize (+ 1 (askchoice (prompt msg_Overscan2 msg_ChooseSize) (help @askchoice-help) (choices STD MAX) ) ) ) (MakeOverscan) ) ;------------------------------- Main program ----------------------------- (message msg_crack1) (CheckConfig) (InstallMenu) (if (<> Selection opt_Fonts) (DestMenu)) (if (bitand Selection opt_Back) (BackMenu)) (CopyTools) ; Disk 1 (if (bitand Selection opt_Scala) (InstallScala)) (if (bitand Selection opt_Utils) (InstallUtils)) (if (bitand Selection opt_Demos) (InstallScripts)) (if (bitand Selection opt_ARexx) (InstallARexx)) (if (bitand Selection opt_Symbols) (InstallSymbols)) (if (bitand Selection opt_Palettes) (InstallPalettes)) ;Disk2 (if (bitand Selection opt_EX) (InstallEX)) (if (bitand Selection opt_Fonts) (InstallFonts)) ; Disk 3-6 (if (bitand Selection opt_Back) (InstallBack)) ; Disk 7-10 (if (bitand Selection opt_Demos) (InstallDemos)) (if (bitand Selection opt_Resize) (ResizeBack)) (DeleteTools) (if (bitand Selection opt_Scala) (DeleteOldFiles)) (set old_dir (tackon @dest "Startup")) (set new_dir (tackon @dest "EX")) (set target_dir (tackon @dest "Startup")) (UPDATE) (exit) (welcome)