home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Scala / Sca300G1.DMS / Sca300G1.adf / Install < prev    next >
Encoding:
Text File  |  1993-10-28  |  20.4 KB  |  820 lines

  1. ; $VER: Scala Install Program Version 3.0 (28Oct93)
  2.  
  3. ;----------------------------- Text Strings -------------------------------
  4.  
  5. (set msg_Utils        "Scala Utilities")
  6. (set msg_Palettes     "Scala Palettes")
  7. (set msg_Symbols    "Scala Symbols")
  8. (set msg_ARexx         "Scala Arexx Example")
  9. (set msg_EX        "Scala EX")
  10. (set msg_Fonts        "Scala Fonts")
  11. (set msg_Back         "Scala Backgrounds")
  12. (set msg_Demos        "Scala Demo Scripts")
  13. (set msg_Resize        "Resize Scala Backgrounds")
  14. (set msg_ScalaFont    "Scala.font")
  15. (set msg_NoSelect    "You did not select anything. Please try again.")
  16. (set msg_NoDrawer    ("You must select a drawer to install %s. Please make a new drawer, or select an existing drawer." @app-name))
  17. (set msg_ChooseWhat    ("Please select which parts of %s you would like to install:" @app-name))
  18. (set msg_ChooseDest    ("Please select where you want %s to be installed:" @app-name))
  19. (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")
  20. (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")
  21. (set msg_ChooseSize    "Please select which size you want the Scala Background pictures:")
  22. (set msg_OldWorkbench    ("You need at least Worbench 2.04 to install %s" @app-name))
  23. (set msg_Nor        "Normal")
  24. (set msg_Std        "Standard")
  25. (set msg_Max        "Max")
  26. (set msg_Startup    ("Do you want %s to start up automatically every time you turn on your Amiga?" @app-name))
  27. (set msg_ErrorRam    "Error while copying files to Ram Disk.")
  28. (set msg_Insert        "Please insert Disk %ld in any drive")
  29. (set msg_Installing    "Installing %s...")
  30. (set msg_MoveLingua    "Replacing path in %s...")
  31. (set msg_ConvertNTSC    "Converting background %s to NTSC...")
  32. (set msg_ConvertOverscan "Converting background %s to overscan...")
  33. (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))
  34.  
  35.  
  36. ;------------------------------ Constants ---------------------------------
  37.  
  38. (if (= @app-name "Scala InfoChannel")
  39.     (set IC 1)
  40.     (set IC 0)
  41. )
  42.  
  43. (if (= @app-name "InfoChannel Player")
  44.     (set PL 1)
  45.     (set PL 0)
  46. )
  47.  
  48. (if (= @app-name "Scala Multimedia")
  49.     (set MM 1)
  50.     (set MM 0)
  51. )
  52.  
  53. (if (= @app-name "Scala Multimedia Upgrade")
  54.     (set UPGR 1)
  55.     (set UPGR 0)
  56. )
  57.  
  58. (if (or IC MM)
  59.     (
  60.     (set opt_Scala        %000000001)
  61.     (set opt_Utils        %000000010)
  62.     (set opt_Palettes    %000000100)
  63.     (set opt_Symbols    %000001000)
  64.     (set opt_ARexx        %000010000)
  65.     (set opt_EX        %000100000)
  66.     (set opt_Fonts        %001000000)
  67.     (set opt_Back         %010000000)
  68.     (set opt_Demos        %100000000)
  69.     )
  70. )
  71.  
  72. (if PL
  73.     (
  74.     (set opt_Scala        %000000001)
  75.     (set opt_Symbols    %000000010)
  76.     (set opt_EX        %000000100)
  77.     (set opt_Fonts        %000001000)
  78.     (set opt_Back         %000010000)
  79.     )
  80. )
  81.  
  82. (if UPGR
  83.     (
  84.     (set opt_Scala        %000000001)
  85.     (set opt_Utils        %000000010)
  86.     (set opt_EX        %000000100)
  87.     (set opt_Back        %000001000)
  88.     (set opt_Demos        %000010000)
  89.     )
  90. )
  91.  
  92.  
  93. (if (or IC PL)
  94.     (
  95.     (set lha_Scala        "Disk1:Scala.lha")
  96.     (set num_Scala        1)
  97.     (set lha_ScalaFont    "Disk1:ScalaFont.lha")
  98.     (set num_ScalaFont    1)
  99.     (set lha_Utils        "Disk1:Utilities.lha")
  100.     (set num_Utils        1)
  101.     (set lha_Palettes    "Disk1:Palettes.lha")
  102.     (set num_Palettes    1)
  103.     (set lha_Symbols    "Disk1:Symbols.lha")
  104.     (set num_Symbols    1)
  105.     (set lha_ARexx        "Disk1:ARexx.lha")
  106.     (set num_ARexx        1)
  107.     (set lha_Scripts    "Disk1:Scripts.lha")
  108.     (set num_Scripts    1)
  109.     (set lha_EX        "Disk2:EX.lha")
  110.     (set num_EX        2)
  111.     (set lha_Fonts        "Disk2:Fonts.lha")
  112.     (set num_Fonts        2)
  113.     (set lha_Back1        "Disk2:Backgrounds1.lha")
  114.     (set num_Back1        2)
  115.     (set lha_Back2        "Disk3:Backgrounds2.lha")
  116.     (set num_Back2        3)
  117.     (set lha_Back3        "Disk4:Backgrounds3.lha")
  118.     (set num_Back3        4)
  119.     (set lha_Back4        "Disk5:Backgrounds4.lha")
  120.     (set num_Back4        5)
  121.     (set lha_Demos1        "Disk6:Demos1.lha")
  122.     (set num_Demos1        6)
  123.     (set lha_Demos2        "Disk7:Demos2.lha")
  124.     (set num_Demos2        7)
  125.     (set lha_Demos3        "Disk8:Demos3.lha")
  126.     (set num_Demos3        8)
  127.     (set lha_Demos4        "Disk9:Demos4.lha")
  128.     (set num_Demos4        9)
  129.     (set lha_Demos5        "Disk10:Demos5.lha")
  130.     (set num_Demos5        10)
  131.     (set lha_Demos6        "Disk11:Demos6.lha")
  132.     (set num_Demos6        11)
  133.     (set lha_Demos7        "Disk12:Demos7.lha")
  134.     (set num_Demos7        12)
  135.     (set lha_Demos8        "Disk13:Demos8.lha")
  136.     (set num_Demos8        13)
  137.     (set lha_Demos9        "Disk14:Demos9.lha")
  138.     (set num_Demos9        14)    
  139.     )
  140. )
  141.  
  142. (if MM
  143.     (
  144.     (set lha_Scala        "Disk1:Scala.lha")
  145.     (set num_Scala        1)
  146.     (set lha_ScalaFont    "Disk1:ScalaFont.lha")
  147.     (set num_ScalaFont    1)
  148.     (set lha_Utils        "Disk1:Utilities.lha")
  149.     (set num_Utils        1)
  150.     (set lha_EX        "Disk1:EX.lha")
  151.     (set num_EX        1)
  152.     (set lha_ARexx        "Disk1:ARexx.lha")
  153.     (set num_ARexx        1)
  154.     (set lha_Scripts    "Disk1:Scripts.lha")
  155.     (set num_Scripts    1)
  156.     (set lha_Fonts        "Disk2:Fonts.lha")
  157.     (set num_Fonts        2)
  158.     (set lha_Palettes    "Disk2:Palettes.lha")
  159.     (set num_Palettes    2)
  160.     (set lha_Symbols    "Disk2:Symbols.lha")
  161.     (set num_Symbols    2)
  162.     (set lha_Back1        "Disk2:Backgrounds1.lha")
  163.     (set num_Back1        2)
  164.     (set lha_Back2        "Disk3:Backgrounds2.lha")
  165.     (set num_Back2        3)
  166.     (set lha_Back3        "Disk4:Backgrounds3.lha")
  167.     (set num_Back3        4)
  168.     (set lha_Back4        "Disk5:Backgrounds4.lha")
  169.     (set num_Back4        5)
  170.     (set lha_Back5        "Disk6:Backgrounds5.lha")
  171.     (set num_Back5        6)
  172.     (set lha_Demos1        "Disk6:Demos1.lha")
  173.     (set num_Demos1        6)
  174.     (set lha_Demos2        "Disk7:Demos2.lha")
  175.     (set num_Demos2        7)
  176.     (set lha_Demos3        "Disk8:Demos3.lha")
  177.     (set num_Demos3        8)
  178.     (set lha_Demos4        "Disk9:Demos4.lha")
  179.     (set num_Demos4        9)
  180.     )
  181. )
  182.  
  183. (if UPGR
  184.     (
  185.     (set lha_Scala        "Disk1:Scala.lha")
  186.     (set num_Scala        1)
  187.     (set lha_ScalaFont    "Disk1:ScalaFont.lha")
  188.     (set num_ScalaFont    1)
  189.     (set lha_Utils        "Disk1:Utilities.lha")
  190.     (set num_Utils        1)
  191.     (set lha_EX        "Disk1:EX.lha")
  192.     (set num_EX        1)
  193.     (set lha_Scripts    "Disk1:Scripts.lha")
  194.     (set num_Scripts    1)
  195.     (set lha_Back1        "Disk2:Backgrounds1.lha")
  196.     (set num_Back1        2)
  197.     (set lha_Demos1        "Disk2:Demos1.lha")
  198.     (set num_Demos1        2)
  199.     (set lha_Demos2        "Disk3:Demos2.lha")
  200.     (set num_Demos2        3)
  201.     )
  202. )
  203.  
  204.  
  205.  
  206. ;-------------------------- Utility procedures ----------------------------
  207.  
  208. (Procedure CheckConfig
  209.     (set OS_Version (/ (getversion) 65536))
  210.     (if (< OS_Version 37)
  211.     (abort msg_OldWorkbench)
  212.     )
  213.     (if (= (database "vblank") 50)
  214.         (   (SET VideoMode "PAL")
  215.             (SET NOR ("640 x 512 (%s)" msg_Nor))
  216.             (SET STD ("704 x 566 (%s)" msg_Std))
  217.             (SET MAX ("736 x 566 (%s)" msg_Max))
  218.     )
  219.         (   (SET VideoMode "NTSC")
  220.             (SET NOR ("640 x 400 (%s)" msg_Nor))
  221.             (SET STD ("704 x 480 (%s)" msg_Std))
  222.             (SET MAX ("736 x 482 (%s)" msg_Max))
  223.     )
  224.     )
  225. )
  226.  
  227.  
  228. (Procedure CopyTools
  229.     (askdisk (dest "Disk1") (prompt (msg_Insert 1)) (help @askdisk-help))
  230.     (copyfiles
  231.     (prompt "")
  232.     (help @copyfiles-help)
  233.     (source "Disk1:Tools")
  234.     (all)
  235.     (dest "RAM:")
  236.     )
  237.     (if (not (and (exists "RAM:LHa") 
  238.           (exists "RAM:MakeOverscan") 
  239.           (exists "RAM:MoveLingua")))
  240.     (abort msg_ErrorRam)
  241.     )
  242. )
  243.  
  244.  
  245. (Procedure InstallFile
  246.     (askdisk (dest ("Disk%ld" DiskNum))
  247.          (prompt (msg_Insert DiskNum)) 
  248.          (help @askdisk-help)
  249.     )
  250.     (working (msg_Installing Installing))
  251.     (run ("RAM:LHa -N x %s \"%s/\"" LhaFile @Dest))
  252. )
  253.  
  254.  
  255. (Procedure InstallFontFiles
  256.     (askdisk (dest ("Disk%ld" DiskNum))
  257.          (prompt (msg_Insert DiskNum)) 
  258.          (help @askdisk-help)
  259.     )
  260.     (working (msg_Installing Installing))
  261.     (run ("RAM:LHa -N x %s \"%s\"" LhaFile "Fonts:"))
  262. )
  263.  
  264.  
  265. (Procedure MoveLingua
  266.     (set i 0)
  267.     (while 
  268.     (set ScriptName 
  269.         (if IC
  270.             (select i
  271.                 "InfoChannelIC400.script"
  272.                 "LoScalatore.script"
  273.                 "ScalaAGA.script"
  274.                 "ScalaAirport.script"
  275.                 "ScalaCableTV.script"
  276.                 "ScalaComms.script"
  277.                 "ScalaFeatures.script"
  278.                 "ScalaFonts.script"
  279.                 "ScalaHotel.script"
  280.                 "ScalaQuiz.script"
  281.                 "ScalaShopping.script"
  282.                 "ScalaTime.script"
  283.                 "ScalaTravel.script"
  284.                 "ScalaVoice.script"
  285.                 "ScalaWipes.script"
  286.                 "ScalaWorld.script"
  287.                 "ScaliniMotor.script"
  288.                 ""
  289.             )
  290.             (select i
  291.                 "!ScalaMain.script"
  292.                 "LoScalatore.script"
  293.                 "ScalaFeatures.script"
  294.                 "ScalaFonts.script"
  295.                 "ScalaMM300.script"
  296.                 "ScalaProducts.script"
  297.                 "ScalaQuiz.script"
  298.                 "ScalaRave.script"
  299.                 "ScalaVideo.script"
  300.                 "ScalaVoice.script"
  301.                 "ScalaWipes.script"
  302.                 "ScalaWorld.script"
  303.                 ""
  304.             )
  305.         )
  306.         )
  307.     (set ScriptName (tackon (tackon @dest "Scripts") ScriptName))
  308.         (if (exists ScriptName)
  309.         (
  310.             (working (msg_MoveLingua ScriptName))
  311.             (run ("RAM:MoveLingua \"%s\" Work:Scala \"%s\" \"%s\"" ScriptName @dest (tackon @dest "Scripts")))
  312.         )
  313.     )
  314.     (set i (+ i 1))
  315.     )
  316. )
  317.  
  318. (Procedure MakeOverscan
  319.     (set i 0)
  320.     (while 
  321.     (set PictureName 
  322.         (if UPGR
  323.             (select i
  324.             "Fabrics004"    "Nature001"    "Nature002"
  325.             "Stones012"        "Stones013"    "Texture014"
  326.             "Texture015"    "Texture016"    "Theme005"
  327.             ""
  328.         )
  329.             (select i
  330.             "Fabrics001"    "Fabrics002"    "Fabrics003"
  331.             "Fabrics004"    "Fantasy001"    "Grass001"
  332.             "NaiveBook"        "NaiveClock"    "NaiveCoffee"
  333.             "NaiveDisk"        "NaivePencil"    "NaivePhone"
  334.             "NaivePiano"    "NaivePlate"    "Nature001"
  335.             "Nature002"        "Number001"    "Number002"
  336.             "Number003"        "Number004"    "Number005"
  337.             "Number006"        "Number007"    "Number008"
  338.             "Number009"        "Painting001"    "Painting002"
  339.             "Painting003"    "Painting004"    "Paper001"
  340.             "Paper002"        "Paper003"    "Paper004"
  341.             "Paper005"        "Sky001"    "Stones001"
  342.             "Stones002"        "Stones003"    "Stones004"
  343.             "Stones005"        "Stones006"    "Stones007"
  344.             "Stones008"        "Stones009"    "Stones010"
  345.             "Stones011"        "Stones012"    "Stones013"
  346.             "Tech001"        "Tech002"    "Tech003"
  347.             "Tech004"        "Tech005"    "Tech006"
  348.             "Tech007"        "Texture001"    "Texture002"
  349.             "Texture003"    "Texture004"    "Texture005"
  350.             "Texture006"    "Texture007"    "Texture008"
  351.             "Texture009"    "Texture010"    "Texture011"
  352.             "Texture012"    "Texture013"    "Texture014"
  353.             "Texture015"    "Texture016"    "Theme001"
  354.             "Theme002"        "Theme003"    "Theme004"
  355.             "Theme005"        "Water001"    "Window001"
  356.             ""
  357.             )
  358.         )
  359.         )
  360.         (if (and (= VideoMode "NTSC") (= BackSize 0))
  361.         (working (msg_ConvertNTSC PictureName))
  362.         (working (msg_ConvertOverscan PictureName))
  363.     )
  364.     (set PictureName (tackon (tackon @dest "Backgrounds") PictureName))
  365.     (run ("RAM:MakeOverscan \"%s\" \"%s\" %s %s" PictureName PictureName
  366.         VideoMode (select BackSize "NOR" "STD" "MAX")))
  367.     (set i (+ i 1))
  368.     )
  369.     (if (= VideoMode "NTSC")
  370.     (
  371.             (set PictureName (tackon (tackon @dest "Backgrounds") "World001"))
  372.             (run ("RAM:MakeOverscan \"%s\" \"%s\" NTSC NOR" PictureName PictureName))
  373.     )
  374.     )
  375. )
  376.  
  377. ;-------------------------- Cleanup procedures ----------------------------
  378.  
  379. (Procedure DeleteTools
  380.     (delete "RAM:MakeOverscan" "RAM:MoveLingua" "RAM:Lha")
  381. )
  382.  
  383. (onerror (DeleteTools))
  384.  
  385.  
  386. (Procedure DeleteOldFiles
  387.     (if (or IC PL)
  388.     (
  389.         (if (exists "libs:infochannel.library")
  390.         (if (askbool (prompt msg_DeleteOldFiles) (help @askbool-help))
  391.             (
  392.                 (delete "libs:infochannel.library")
  393.                 (delete "devs:infochannel.device")
  394.                 (delete "s:infochannel.config")
  395.                 (delete "s:infochannel.layout")
  396.                 (delete "s:infochannel.layout.info")
  397.                 (delete "s:startup-script")
  398.                 (delete "fonts:Info.font")
  399.                 (delete "fonts:Info/11")
  400.                 (delete "fonts:Info/8")
  401.                 (delete "fonts:Info")
  402.                 (delete (tackon @dest "InfoPrint"))
  403.                 (delete (tackon @dest "InfoPrint.info"))
  404.                 (delete (tackon @dest "InfoNet"))
  405.                 (delete (tackon @dest "InfoNet.info"))
  406.             )
  407.         )
  408.         )
  409.     )
  410.     (
  411.         (if (exists "libs:scalamm.library")
  412.         (if (askbool (prompt msg_DeleteOldFiles) (help @askbool-help))
  413.             (
  414.                 (delete "libs:scalamm.library")
  415.                 (delete "devs:scalamm.device")
  416.                 (delete "s:scalamm.config")
  417.                 (delete "s:scalamm.layout")
  418.                 (delete "s:scalamm.layout.info")
  419.                 (delete "s:startup-script")
  420.                 (set utils (tackon @dest "Utilities"))
  421.                 (delete (tackon utils "ScalaMMPrint"))
  422.                 (delete (tackon utils "ScalaMMPrint.info"))
  423.             )
  424.         )
  425.         )
  426.     )
  427.     )
  428. )
  429.  
  430. ;-------------------------- Menu procedures -------------------------------
  431.  
  432. (Procedure InstallMenu
  433.     (until (<> Selection 0)
  434.         (
  435.             (if (or IC MM)
  436.             (set Selection
  437.                 (askoptions
  438.                     (prompt msg_ChooseWhat)
  439.                     (help @askoptions-help)
  440.                         (choices @app-name
  441.                              msg_Utils
  442.                              msg_Palettes
  443.                              msg_Symbols
  444.                              msg_ARexx
  445.                              msg_EX
  446.                              msg_Fonts
  447.                              msg_Back
  448.                              msg_Demos
  449.                         )
  450.             )
  451.         )
  452.         )
  453.         (if PL
  454.             (set Selection
  455.                 (askoptions
  456.                     (prompt msg_ChooseWhat)
  457.                     (help @askoptions-help)
  458.                 (choices @app-name
  459.                          msg_Symbols
  460.                          msg_EX
  461.                          msg_Fonts
  462.                          msg_Back
  463.                         )
  464.             )
  465.         )
  466.             )
  467.         (if UPGR
  468.         (set Selection
  469.                 (askoptions
  470.                     (prompt msg_ChooseWhat)
  471.                     (help @askoptions-help)
  472.                     (default %11111)
  473.                         (choices @app-name
  474.                              msg_Utils
  475.                              msg_EX
  476.                              msg_Back
  477.                              msg_Demos
  478.                         )
  479.             )
  480.                 )
  481.             )
  482.  
  483.     )
  484.         (if (= Selection 0)    
  485.             (message msg_NoSelect)
  486.         )
  487.     )
  488. )
  489.  
  490.  
  491. (Procedure BackMenu
  492.     (set BackSize
  493.         (askchoice
  494.             (prompt (msg_Overscan1 STD MAX) msg_ChooseSize)
  495.             (help @askchoice-help)
  496.             (choices NOR STD MAX)
  497.     )
  498.     )
  499. )
  500.  
  501.  
  502. (Procedure DestMenu
  503.     (set @dest "")
  504.     (while (= @dest (pathonly @dest))
  505.         (set @dest
  506.             (askdir
  507.                 (prompt msg_ChooseDest)
  508.                 (help @askdir-help)
  509.                 (newpath)
  510.                 (default @default-dest)
  511.         )
  512.         )
  513.         (if (= @dest (pathonly @dest))
  514.         (message msg_NoDrawer)
  515.     )
  516.     )
  517.     (if (not (exists @dest))
  518.         (
  519.         (makedir @dest (infos))
  520.             (tooltype (dest @dest) (noposition))
  521.     )
  522.     )
  523.     (set @default-dest @dest)
  524. )
  525.  
  526.  
  527.  
  528. ;------------------------- Installation procedures ------------------------
  529. (Procedure InstallScala
  530.     (set System (tackon @dest "System"))
  531.     (makedir System (infos))
  532.     (tooltype (dest System) (noposition))
  533.  
  534.     (set Installing @app-name)
  535.     (set LhaFile lha_Scala)
  536.     (set DiskNum num_Scala)
  537.     (InstallFile)
  538.  
  539.     (set Installing msg_ScalaFont)
  540.     (set LhaFile lha_ScalaFont)
  541.     (set DiskNum num_ScalaFont)
  542.     (InstallFontFiles)
  543.  
  544.     (if PL
  545.     (
  546.         (set Scripts (tackon @dest "Scripts"))
  547.         (makedir Scripts (infos))
  548.         (tooltype (dest Scripts) (noposition))
  549.         (copyfiles (source "Disk1:InfoChannel.script")
  550.         (dest (tackon @dest "Scripts"))
  551.         )
  552.         (textfile (dest (tackon @dest "System/InfoChannel.startup"))
  553.             (append (tackon @dest "Scripts/InfoChannel.script"))
  554.         )
  555.     )
  556.     (
  557.         (set i 0)
  558.         (while 
  559.         (set DrawerName
  560.             (select i
  561.                 "Scripts"
  562.                 "Backgrounds"
  563.                 "Animations"
  564.                 "Music"
  565.                 "Sounds"
  566.                 "Symbols"
  567.                 "Palettes"
  568.                 "Text"
  569.                 "Layouts"
  570.                 ""
  571.             )
  572.             )
  573.         (set DrawerName (tackon @dest DrawerName))
  574.             (makedir DrawerName (infos))
  575.             (tooltype (dest DrawerName) (noposition))
  576.         (set i (+ i 1))
  577.         )
  578.     )
  579.     )
  580.     (if (or IC PL)
  581.         (
  582.         (startup 
  583.             (prompt msg_Startup)
  584.             (help @startup-help)
  585.             "Scala"
  586.             (if IC
  587.             (command (tackon @dest "InfoChannel"))
  588.             (command (tackon @dest "InfoPlayer"))
  589.         )
  590.         )
  591.     )
  592.     )
  593. )
  594.  
  595. (Procedure InstallUtils
  596.     (set Utilities (tackon @dest "Utilities"))
  597.     (makedir Utilities (infos))
  598.     (tooltype (dest Utilities) (noposition))
  599.  
  600.     (set Installing msg_Utils)
  601.     (set LhaFile lha_Utils)
  602.     (set DiskNum num_Utils)
  603.     (InstallFile)    
  604. )
  605.  
  606. (Procedure InstallPalettes
  607.     (set Palettes (tackon @dest "Palettes"))
  608.     (makedir Palettes (infos))
  609.     (tooltype (dest Palettes) (noposition))
  610.  
  611.     (set Installing msg_Palettes)
  612.     (set LhaFile lha_Palettes)
  613.     (set DiskNum num_Palettes)
  614.     (InstallFile)
  615. )
  616.  
  617. (Procedure InstallSymbols
  618.     (set Symbols (tackon @dest "Symbols"))
  619.     (makedir Symbols (infos))
  620.     (tooltype (dest Symbols) (noposition))
  621.  
  622.     (set Installing msg_Symbols)
  623.     (set LhaFile lha_Symbols)
  624.     (set DiskNum num_Symbols)
  625.     (InstallFile)
  626. )
  627.  
  628. (Procedure InstallArexx
  629.     (set ARexx (tackon @dest "ARexx"))
  630.     (makedir ARexx (infos))
  631.     (tooltype (dest ARexx) (noposition))
  632.  
  633.     (set Installing msg_ARexx)
  634.     (set LhaFile lha_ARexx)
  635.     (set DiskNum num_ARexx)
  636.     (InstallFile)
  637. )
  638.  
  639. (Procedure InstallScripts
  640.     (set Scripts (tackon @dest "Scripts"))
  641.     (makedir Scripts (infos))
  642.     (tooltype (dest Scripts) (noposition))
  643.  
  644.     (set Installing msg_Demos)
  645.     (set LhaFile lha_Scripts)
  646.     (set DiskNum num_Scripts)
  647.     (InstallFile)
  648.  
  649.     (MoveLingua)
  650. )
  651.  
  652. (Procedure InstallEX
  653.     (set EX (tackon @dest "EX"))
  654.     (makedir EX (infos))
  655.     (tooltype (dest EX) (noposition))
  656.     (set StartupDrawer (tackon @dest "Startup"))
  657.     (makedir StartupDrawer (infos))
  658.     (tooltype (dest StartupDrawer) (noposition))
  659.  
  660.     (set Installing msg_EX)
  661.     (set LhaFile lha_EX)
  662.     (set DiskNum num_EX)
  663.     (InstallFile)
  664. )
  665.  
  666. (Procedure InstallFonts
  667.     (set Installing msg_Fonts)
  668.     (set LhaFile lha_Fonts)
  669.     (set DiskNum num_Fonts)
  670.     (InstallFontFiles)
  671. )
  672.  
  673. (Procedure InstallBack
  674.     (set Back (tackon @dest "Backgrounds"))
  675.     (makedir Back (infos))
  676.     (tooltype (dest Back) (noposition))
  677.     (set Installing msg_Back)
  678.  
  679.     (set LhaFile lha_Back1)
  680.     (set DiskNum num_Back1)
  681.     (InstallFile)
  682.     (if (not UPGR)
  683.         (
  684.         (set LhaFile lha_Back2)
  685.         (set DiskNum num_Back2)
  686.         (InstallFile)
  687.     
  688.         (set LhaFile lha_Back3)
  689.         (set DiskNum num_Back3)
  690.         (InstallFile)
  691.     
  692.         (set LhaFile lha_Back4)
  693.         (set DiskNum num_Back4)
  694.         (InstallFile)
  695.     
  696.         (set LhaFile lha_Back5)
  697.         (set DiskNum num_Back5)
  698.         (InstallFile)
  699.     )
  700.     )
  701.     (if (or (= VideoMode "NTSC") BackSize)
  702.         (MakeOverscan)
  703.     )
  704. )
  705.  
  706. (Procedure InstallDemos
  707.     (set Anim (tackon @dest "Animations"))
  708.     (makedir Anim (infos))
  709.     (tooltype (dest Anim) (noposition))
  710.  
  711.     (set Sounds (tackon @dest "Sounds"))
  712.     (makedir Sounds (infos))
  713.     (tooltype (dest Sounds) (noposition))
  714.  
  715.     (set Music (tackon @dest "Music"))
  716.     (makedir Music (infos))
  717.     (tooltype (dest Music) (noposition))
  718.  
  719.     (set Text (tackon @dest "Text"))
  720.     (makedir Text (infos))
  721.     (tooltype (dest Text) (noposition))
  722.  
  723.     (set Back (tackon @dest "Backgrounds"))
  724.     (makedir Back (infos))
  725.     (tooltype (dest Back) (noposition))
  726.  
  727.     (set Installing msg_Demos)
  728.  
  729.     (set LhaFile lha_Demos1)
  730.     (set DiskNum num_Demos1)
  731.     (InstallFile)
  732.  
  733.     (set LhaFile lha_Demos2)
  734.     (set DiskNum num_Demos2)
  735.     (InstallFile)
  736.  
  737.     (if (not UPGR)
  738.         (
  739.         (set LhaFile lha_Demos3)
  740.         (set DiskNum num_Demos3)
  741.         (InstallFile)
  742.  
  743.         (set LhaFile lha_Demos4)
  744.         (set DiskNum num_Demos4)
  745.         (InstallFile)
  746.     )
  747.     )
  748.  
  749.     (if IC
  750.         (
  751.         (set LhaFile lha_Demos5)
  752.         (set DiskNum num_Demos5)
  753.         (InstallFile)
  754.     
  755.         (set LhaFile lha_Demos6)
  756.         (set DiskNum num_Demos6)
  757.         (InstallFile)
  758.     
  759.         (set LhaFile lha_Demos7)
  760.         (set DiskNum num_Demos7)
  761.         (InstallFile)
  762.     
  763.         (set LhaFile lha_Demos8)
  764.         (set DiskNum num_Demos8)
  765.         (InstallFile)
  766.     
  767.         (set LhaFile lha_Demos9)
  768.         (set DiskNum num_Demos9)
  769.         (InstallFile)
  770.     )
  771.     )
  772. )
  773.  
  774.  
  775. (Procedure ResizeBack
  776.     (set BackSize
  777.         (+ 1 (askchoice
  778.                 (prompt msg_Overscan2 msg_ChooseSize)
  779.                 (help @askchoice-help)
  780.                 (choices STD MAX)
  781.          )
  782.     )
  783.     )
  784.     (MakeOverscan)
  785. )
  786.  
  787. ;------------------------------- Main program -----------------------------
  788.  
  789. (CheckConfig)
  790. (InstallMenu)
  791. (if (<> Selection opt_Fonts)        (DestMenu))
  792. (if (bitand Selection opt_Back)         (BackMenu))
  793. (CopyTools)
  794.  
  795. ; Disk 1
  796. (if (bitand Selection opt_Scala)    (InstallScala))
  797. (if (bitand Selection opt_Utils)    (InstallUtils))
  798. (if (bitand Selection opt_ARexx)    (InstallARexx))
  799. (if (bitand Selection opt_Demos)    (InstallScripts))
  800.  
  801. ; Disk 2
  802. (if (bitand Selection opt_EX)        (InstallEX))
  803. (if (bitand Selection opt_Palettes)    (InstallPalettes))
  804. (if (bitand Selection opt_Symbols)    (InstallSymbols))
  805. (if (bitand Selection opt_Fonts)    (InstallFonts))
  806.  
  807. ; Disk 2-6
  808. (if (bitand Selection opt_Back)        (InstallBack))
  809.  
  810. ; Disk 6-9
  811. (if (bitand Selection opt_Demos)    (InstallDemos))
  812.  
  813.  
  814. (DeleteTools)
  815.  
  816. (if (bitand Selection opt_Scala)    (DeleteOldFiles))
  817.  
  818. (exit)
  819. (welcome)
  820.