home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Scala / hf-ic271.dms / in.adf / Install < prev    next >
Encoding:
Text File  |  1994-11-24  |  21.2 KB  |  847 lines

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