home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Scala / Scalecho.dms / Scalecho.adf / Install < prev    next >
Encoding:
Text File  |  1993-12-13  |  5.4 KB  |  187 lines

  1. ; $VER: Scala Echo Install Program Version 1.0 (13Dec93)
  2.  
  3. ;----------------------------- Text Strings -------------------------------
  4.  
  5. (set msg_NoSelect    "You did not select anything. Please try again.")
  6. (set msg_NoDrawer    ("You must select a drawer to install %s. Please try again." @app-name))
  7. (set msg_ChooseWhat    ("Please select which parts of %s you would like to install:" @app-name))
  8. (set msg_ChooseDest    "Please select the drawer where Scala Multimedia or InfoChannel is installed.")
  9. (set msg_NoScala    "Scala Multimedia or InfoChannel was not found in this drawer. Please try again. If you have not installed Scala Multimedia or InfoChannel yet, please select \"Abort Install\" and install Scala Multimedia or InfoChannel first.")
  10. (set msg_OldWorkbench    ("You need at least Worbench 2.04 to install %s" @app-name))
  11. (set msg_Installing    "Installing %s...")
  12. (set msg_LANC        "LANC EX")
  13. (set msg_InfraRed    "InfraRed EX")
  14. (set msg_Trainer    "InfraRed Trainer Utility")
  15. (set msg_ClipArt    "Clip Art")
  16. (set msg_Demo        "Demo Script")
  17. (set msg_SelectDrawer    "In which drawer would you like to install the EXes? (Press \"Help\" for more information)\n")
  18. (set msg_DrawerHelp    "If you choose \"Startup\", the EXes will be used the next time you start Scala Multimedia or InfoChannel.  If you choose \"EX\", you will have to move the EXes to the Startup drawer manually to activate them.")
  19. (set msg_StartupDrawer    "Startup drawer  (use EXes immediately)")
  20. (set msg_EXDrawer    "EX drawer (don't use EXes immediately)")
  21. (set msg_MoveLingua    "Replacing path in %s...")
  22.  
  23. ;------------------------------ Constants ---------------------------------
  24.  
  25. (set opt_LANC        %000000001)
  26. (set opt_InfraRed    %000000010)
  27. (set opt_Trainer    %000000100)
  28. (set opt_ClipArt    %000001000)
  29. (set opt_Demo        %000010000)
  30.  
  31.  
  32.  
  33. ;-------------------------- Utility procedures ----------------------------
  34.  
  35. (Procedure CheckConfig
  36.     (set OS_Version (/ (getversion) 65536))
  37.     (if (< OS_Version 37)
  38.     (abort msg_OldWorkbench)
  39.     )
  40. )
  41.  
  42.  
  43.  
  44. ;-------------------------- Menu procedures -------------------------------
  45.  
  46. (Procedure InstallMenu
  47.     (until (<> Selection 0)
  48.         (
  49.         (set Selection
  50.             (askoptions
  51.                 (prompt msg_ChooseWhat)
  52.                 (help @askoptions-help)
  53.                     (choices 
  54.                          msg_LANC
  55.                          msg_InfraRed
  56.                          msg_Trainer
  57.                          msg_ClipArt
  58.                          msg_Demo
  59.                     )
  60.         )
  61.         )
  62.     )
  63.         (if (= Selection 0)    
  64.             (message msg_NoSelect)
  65.         )
  66.     )
  67. )
  68.  
  69.  
  70. (Procedure DestMenu
  71.     (set @dest "")
  72.     (while (or     (= @dest (pathonly @dest))
  73.             (not (exists (tackon @dest "Startup")))
  74.             (not (exists (tackon @dest "EX")))
  75.             (not (exists (tackon @dest "Utilities")))
  76.            )
  77.         (set tmp
  78.             (askdir
  79.                 (prompt msg_ChooseDest)
  80.                 (help @askdir-help)
  81.                 (newpath)
  82.                 (default @default-dest)
  83.         )
  84.         )
  85.         (set @dest tmp)
  86.         (if (= @dest (pathonly @dest))
  87.         (message msg_NoDrawer)
  88.         (if    (or (not (exists (tackon @dest "Startup")))
  89.                 (not (exists (tackon @dest "EX")))
  90.                 (not (exists (tackon @dest "Utilities")))
  91.         )
  92.         (message msg_NoScala)
  93.         )
  94.     )
  95.     )
  96.     (if (or (bitand Selection opt_LANC)
  97.             (bitand Selection opt_InfraRed)
  98.         )
  99.         (set Drawer
  100.             (select
  101.                 (askchoice 
  102.                 (prompt msg_SelectDrawer)
  103.                 (choices msg_StartupDrawer msg_EXDrawer)
  104.                     (help msg_DrawerHelp)
  105.             )
  106.             "Startup"
  107.             "EX"
  108.         )
  109.         )
  110.     )
  111.     (set @default-dest @dest)
  112. )
  113.  
  114.  
  115.  
  116. ;------------------------- Installation procedures ------------------------
  117. (Procedure InstallFiles
  118.     (if (bitand Selection opt_LANC)
  119.         (
  120.         (working (msg_Installing msg_LANC))
  121.         (copyfiles    (source "ScalaEcho:EX/LANC")
  122.                 (dest (tackon @dest drawer))
  123.                 (infos)
  124.         )
  125.     )
  126.     )
  127.     (if (bitand Selection opt_InfraRed)
  128.         (
  129.         (working (msg_Installing msg_InfraRed))
  130.         (copyfiles    (source "ScalaEcho:EX/InfraRed")
  131.                 (dest (tackon @dest drawer))
  132.                 (infos)
  133.         )
  134.     )
  135.     )
  136.     (if (bitand Selection opt_Trainer)
  137.         (
  138.         (working (msg_Installing msg_Trainer))
  139.         (copyfiles    (source "ScalaEcho:Utilities/ScalaEcho")
  140.                 (dest (tackon @dest "Utilities"))
  141.                 (infos)
  142.         )
  143.     )
  144.     )
  145.     (if (or (bitand Selection opt_InfraRed)
  146.             (bitand Selection opt_Trainer)
  147.         )
  148.         (makedir (tackon @dest "Remotes") (infos))
  149.     )
  150.     (if (bitand Selection opt_ClipArt)
  151.         (
  152.         (working (msg_Installing msg_ClipArt))
  153.         (copyfiles    (source "ScalaEcho:Tools/Lha")
  154.                 (dest "RAM:")
  155.         )
  156.         (working (msg_Installing msg_ClipArt))
  157.         (run ("RAM:Lha -N x ScalaEcho:ClipArt.lha \"%s/\"" @dest))
  158.         (delete "RAM:Lha")
  159.         )
  160.     )
  161.     (if (bitand Selection opt_Demo)
  162.         (
  163.         (working (msg_Installing msg_Demo))
  164.         (copyfiles    (source "ScalaEcho:Scripts/ScalaEcho.script")
  165.                 (dest (tackon @dest "Scripts"))
  166.                 (infos)
  167.         )
  168.         (copyfiles    (source "ScalaEcho:Tools/MoveLingua")
  169.                 (dest "RAM:")
  170.         )
  171.         (set ScriptName (tackon @dest "Scripts/ScalaEcho.script"))
  172.         (working (msg_MoveLingua ScriptName))
  173.         (run ("RAM:MoveLingua \"%s\" Work:Scala \"%s\" \"%s\"" ScriptName @dest (tackon @dest "Scripts")))
  174.         (delete "RAM:MoveLingua")
  175.     )
  176.     )
  177. )
  178.  
  179. ;------------------------------- Main program -----------------------------
  180.  
  181. (CheckConfig)
  182. (InstallMenu)
  183. (DestMenu)
  184. (InstallFiles)
  185. (exit)
  186. (welcome)
  187.