home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / EDG-WCS1.DMS / in.adf / InstallWCS < prev    next >
Encoding:
Text File  |  1995-05-18  |  15.7 KB  |  670 lines

  1. ; $VER: World Construction Set Install Version 1.1 (10-Feb-95)
  2. ; Script to Install the World Construction Set System Software.
  3. ; By Gary R. Huber.
  4. ; Portions involving installation of MagicUserInterface are by
  5. ; Stefan Stuntz and used by permission.
  6. ; Questar Productions
  7. ;
  8. ;=============================================================================
  9. ;Constants
  10.  
  11.  
  12. ;(set DATA_SIZE   4000000)
  13.  
  14. (set INST_WCS  1)
  15. (set INST_MUI  2)
  16. (set INST_DATA  4)
  17. (set INST_IMAGES  8)
  18.  
  19. ;=============================================================================
  20. ;**** Setup
  21.  
  22.  
  23. (Procedure Config_Options
  24.   (set osversion (/ (getversion) 65536))
  25.   (if (=(database "cpu") "68000")
  26.     ( (SET @InstallOpts %1011101)
  27.       (SET Accelerator 0)
  28.     )
  29.     ( (SET @InstallOpts %1011110)
  30.       (SET Accelerator 1)
  31.     )
  32.   )
  33. )
  34.  
  35.  
  36. (Procedure Get_Selections
  37.   (set Selection
  38.     (askoptions
  39.       (prompt "Please select which parts of the World Construction Set system you would like to install.\n\n"
  40.         "WCS employs MagicUserInterface to create its GUI."
  41.       )
  42.       (help   "     The WCS system software includes:\n\n"
  43.         "World Construction Set\n"
  44.         "  A 3D Geographic Information System.\n"
  45.         "  Requires version 2.04 of the Amiga Operating System\n"
  46.         "      or higher.\n"
  47.         "  The 68030/40 version is optimized for the 68030/40\n"
  48.         "      processors and also requires a 68881/2\n"
  49.         "      coprocessor.\n\n"
  50.         "MagicUserInterface Version 2.3\n"
  51.         "  The Graphical User Interface for WCS and many other\n"
  52.         "      programs. Version 2.3 is supplied. If you do\n"
  53.         "      not have MUI on your system or wish to upgrade\n"
  54.         "      to version 2.3 you should select this option.\n\n"
  55.         "Sample Data\n"
  56.         "  Enough data to get you started.\n"
  57.         "  The sample data will require about 6 megabytes of\n"
  58.         "      disk storage space.\n\n"
  59.         "Sample Images\n"
  60.         "  JPEG format images referred to in the Instant\n"
  61.         "      Gratification chapter of the WCS Operator's\n"
  62.         "      Manual. These are for your enjoyment only.\n"
  63.         "      Installation is optional.\n"  
  64.         "  The sample images will require only about half a\n"
  65.         "      megabyte of storage."
  66.       )
  67.       (choices
  68.         "World Construction Set"
  69.         "MagicUserInterface"
  70.         "Sample Data"
  71.     "Sample Images"
  72.       )
  73.       (default %00001111)
  74.     )
  75.   )
  76.  
  77.   ( while (= Selection 0)
  78.     ((message "You did not select anything, so there is nothing to do.")
  79.      (Get_Selections)
  80.     )
  81.   )
  82. )
  83.  
  84. ;=========================================================================
  85. ;**** Install MUI
  86.  
  87. (Procedure Install_MUI
  88.  
  89. ;***** Old File Deletion
  90.  
  91.   (if (<> (exists "sys:classes/mui") 0)
  92.     (
  93.     (if (askbool (help @askbool-help) (prompt "Some old MUI stuff is in your libs: drawer. Do you want to delete it now?"))
  94.       (
  95.         (if (<> (exists "sys:libs/muimaster.library") 0)
  96.           (
  97.             (delete
  98.                 ("sys:libs/muimaster.library")
  99.                 (prompt "Deleting old muimaster.library...")
  100.                 (help @deletefile-help)
  101.             )
  102.           )
  103.         )
  104.  
  105.         (foreach "sys:Classes/MUI" "#?.mui"
  106.             (delete
  107.                 (tackon "sys:Classes/MUI" @each-name)
  108.                 (help @deletefile-help)
  109.             )
  110.         )
  111.  
  112.         (if (<> (exists "sys:Classes/Images") 0)
  113.           (
  114.             (foreach "sys:Classes/Images" "mui#?.image"
  115.                 (delete
  116.                     (tackon "sys:Classes/Images" @each-name)
  117.                     (help @deletefile-help)
  118.                 )
  119.             )
  120.           )
  121.         )
  122.  
  123.         (delete
  124.             ("sys:Classes/MUI")
  125.             (help @deletefile-help)
  126.         )
  127.       )
  128.     )
  129.     )
  130.     (
  131.     (if (<> (exists "sys:libs/muimaster.library") 0)
  132.       (
  133.         (delete
  134.             ("sys:libs/muimaster.library")
  135.             (prompt "Deleting old muimaster.library...")
  136.             (help @deletefile-help)
  137.         )
  138.       )
  139.     )
  140.     )
  141.   )
  142.  
  143.   (if (<> (exists "sys:prefs/mui") 0)
  144.     (
  145.     (if (askbool (help @askbool-help) (prompt "The old preferences program is obsolete. Do you want to delete it now?"))
  146.       (
  147.         (delete
  148.             ("sys:Prefs/MUI")
  149.             (help @deletefile-help)
  150.         )
  151.         (delete
  152.             ("sys:Prefs/MUI.info")
  153.             (help @deletefile-help)
  154.         )
  155.       )
  156.     )
  157.     )
  158.   )
  159.  
  160.   (if (<> (exists "sys:prefs/MUI-Images") 0)
  161.     (
  162.     (if (askbool (help @askbool-help) (prompt "The images in sys:prefs/MUI-Images have moved. Do you want to delete it now? CAUTION: If you have added some extra images here, be sure to copy them somewhere else before proceeding!"))
  163.       (
  164.         (run "delete sys:Prefs/MUI-images#? all >nil:")
  165.       )
  166.     )
  167.     (if (askbool (help @askbool-help) (prompt "Due to the new directory"
  168.         " structure, your old preferences settings are no longer valid and must be"
  169.         " deleted. This will not affect window positions and application private"
  170.         " settings. Please don't worry, instead take"
  171.         " a look at the prefs program's preset menu when"
  172.         " reconfiguring MUI. Do you want to delete the old settings now?"))
  173.       (
  174.         (run "delete envarc:mui/#?.prefs >nil:")
  175.         (run "delete envarc:mui/MUIPREFS.cfg >nil:")
  176.       )
  177.     )
  178.     )
  179.   )
  180.  
  181. ;***** We won't delete the catalogs since we aren't replacing them
  182.  
  183. ;  (if (<> (exists "sys:locale/catalogs/Deutsch/MUI.catalog" (noreq)) 0)
  184. ;    (
  185. ;    (delete
  186. ;        ("sys:locale/catalogs/Deutsch/MUI.catalog")
  187. ;        (help @deletefile-help)
  188. ;    )
  189. ;    )
  190. ;  )
  191.  
  192.  
  193.  
  194. ;***** Destination Directory Selection & Creation
  195.  
  196.   (if (<> (exists "MUI:" (noreq)) 0)
  197.     (
  198.     (if (<> (exists "MUI:MUI-Install" (noreq)) 0)
  199.       (
  200.         (set muimsg "Please select a place for \"MagicUserInterface\". A drawer called \"MUI\" will be created here. The minimum space required is about 500 kB.")
  201.       )
  202.       (
  203.         (set @default-dest "MUI:/")
  204.         (set muimsg "MUI is already installed on your system. Press \"Proceed\" to update your installation or select a different path for the \"MUI\" drawer.")
  205.       )
  206.     )
  207.     )
  208.     (
  209.     (set muimsg "Please select a place for \"MagicUserInterface\". A drawer called \"MUI\" will be created here. The minimum space required is about 500 kB.")
  210.     )
  211.   )
  212.  
  213.   (set @default-dest (expandpath @default-dest))
  214.  
  215.   (set MUI-dest
  216.     (askdir
  217.         (prompt muimsg)
  218.         (help @askdir-help)
  219.         (default @default-dest)
  220.     )
  221.   )
  222.  
  223.   (set MUI-drawer (tackon MUI-dest "MUI"))
  224.  
  225.   (if (= (exists MUI-drawer) 2)
  226.     (message
  227.     "A MUI drawer does already exist in the selected directory. By selecting \"Proceed\", "
  228.     "you indicate that you want to update the MUI installation with the "
  229.     "included version (v2.3). Several MUI specific files will be overwritten!"
  230.     )
  231.   )
  232.  
  233.   (makeassign "MUI" MUI-dest)
  234.  
  235. ;***** Copy the MUI archive to ram and unarc it to the selected directory
  236.  
  237.   (askdisk
  238.     (dest "WCS1")
  239.     (prompt "Please Insert WCS Disk 1")
  240.     (help @askdisk-help)
  241.   )
  242.   (copyfiles
  243.     (prompt "")
  244.     (help "")
  245.     (source "WCS1:MUI.Lha")
  246.     (dest "RAM:")
  247.   )
  248.   ( (working "Installing MagicUserInterface")
  249.     (run "RAM:lha -E -N e RAM:MUI.Lha MUI:")
  250.   )
  251.   (delete "RAM:MUI.Lha")
  252.  
  253.   (makeassign "MUI" MUI-drawer)
  254.  
  255.   (set MUI_Installed 1)
  256.  
  257. )
  258.  
  259.  
  260. ;=========================================================================
  261. ;**** Create directories, make assignments...
  262.  
  263. (Procedure Make_WCSProgDir
  264.   ( set prog-dest
  265.     (askdir
  266.       (prompt "Please select a directory to install WCS into. Approximately one megabyte of storage space is required.")
  267.       (Help @askdir-help)
  268.       (newpath)
  269.       (default (tackon @default-dest "WCS"))
  270.     )
  271.   )
  272.   ( if (= (exists prog-dest) 0)
  273.     (makedir prog-dest (infos))
  274.   )
  275.   (makeassign "WCSProg" prog-dest)
  276. )
  277.  
  278. (Procedure Make_WCSProjDir
  279.   ( set proj-dest
  280.     (askdir
  281.       (prompt "Please select a directory to install WCS Projects into. Approximately 6 megabytes of storage space is required.")
  282.       (Help @askdir-help)
  283.       (newpath)
  284.       (default (tackon prog-dest "WCSProjects"))
  285.     )
  286.   )
  287.   ( if (= (exists proj-dest) 0)
  288.     (makedir proj-dest (infos))
  289.   )
  290.   (makeassign "WCSProjects" proj-dest)
  291. )
  292.  
  293. (Procedure Make_WCSFrameDir
  294.   ( set frame-dest
  295.     (askdir
  296.       (prompt "Please select a directory for WCS Rendered Image output. Animation frames will also be saved here so leave plenty of room.")
  297.       (Help @askdir-help)
  298.       (newpath)
  299.       (default (tackon prog-dest "WCSFrames"))
  300.     )
  301.   )
  302.   ( if (= (exists frame-dest) 0)
  303.     (makedir frame-dest (infos))
  304.   )
  305.   (makeassign "WCSFrames" frame-dest)
  306. )
  307.  
  308. (Procedure Make_WCSImageDir
  309.   ( set image-dest
  310.     (askdir
  311.       (prompt "Please select directory for WCS Sample Images. A new sub-directory will be created here to hold the images. Approximately 500 kilobytes of storage space are required.")
  312.       (Help @askdir-help)
  313.       (newpath)
  314.       (default image-dest)
  315.     )
  316.   )
  317.   ( if (= (exists image-dest) 0)
  318.     (makedir image-dest (infos))
  319.   )
  320.   (set image-dest (tackon image-dest "InstantGratification"))
  321.   ( if (= (exists image-dest) 0)
  322.     (makedir image-dest (infos))
  323.   )
  324.   (makeassign "WCSImages" image-dest)
  325. )
  326.  
  327. ;=========================================================================
  328. ;**** Install WCS
  329.  
  330. (Procedure Install_WCS
  331.   (if (= Accelerator 1)
  332.     (set WCSVersion
  333.       (askchoice
  334.         (prompt "Please select which version of WCS you wish to Install:")
  335.         (help   "     Two versions of WCS are available:\n\n"
  336.       "68030 No Math\n"
  337.           "  The 68030 No Math version does not require a\n"
  338.       "      math coprocessor but will run appreciably\n"
  339.       "      slower as a result. It is optimized for\n"
  340.       "      use with a 68030 CPU.\n\n"
  341.       "68030/40\n"
  342.           "  The 68030/40 version is optimized for\n"
  343.           "      the 68030/40 processors and also requires\n"
  344.           "      a 68881/2 math coprocessor. If you have\n"
  345.           "      an Amiga 3000 or 4000 use this version."
  346.         )
  347.         (choices
  348.           "68030 No Math Processor"
  349.           "68030/68040 With 68881/68882"
  350.         )
  351.         (default Accelerator)
  352.       )
  353.     )
  354.   )
  355.  
  356.  
  357.   (Make_WCSProgDir)
  358.  
  359.   (if (= WCSVersion 1)
  360.     (
  361.       (copyfiles
  362.         (prompt "")
  363.         (help "")
  364.         (source "WCS1:WCS.lha")
  365.         (dest "RAM:")
  366.       )
  367.  
  368.       ( (working "Installing WCS")
  369.         (delete "WCSProg:WCS")
  370.         (run "RAM:lha -E -N e RAM:WCS.lha WCS.MATH WCSProg:")
  371.  
  372.         (rename "WCSProg:WCS.MATH" "WCSProg:WCS")
  373.       )
  374.       (run ("RAM:lha -E -N e RAM:WCS.lha WCS.info WCSProg:"))
  375.       (run ("RAM:lha -E -N e RAM:WCS.lha WCS.Prefs WCSProg:"))
  376.     )
  377.     (
  378.       (askdisk
  379.         (dest "WCS5")
  380.         (prompt "Please Insert WCS Disk 5")
  381.         (help @askdisk-help)
  382.       )
  383.  
  384.       (copyfiles
  385.         (prompt "")
  386.         (help "")
  387.         (source "WCS5:WCS.lha")
  388.         (dest "RAM:")
  389.       )
  390.  
  391.       ( (working "Installing WCS")
  392.         (delete "WCSProg:WCS")
  393.         (run "RAM:lha -E -N e RAM:WCS.lha WCS.NOMATH WCSProg:")
  394.  
  395.         (rename "WCSProg:WCS.NOMATH" "WCSProg:WCS")
  396.       )
  397.       (run ("RAM:lha -E -N e RAM:WCS.lha WCS.info WCSProg:"))
  398.       (run ("RAM:lha -E -N e RAM:WCS.lha WCS.Prefs WCSProg:"))
  399.  
  400.       (askdisk
  401.         (dest "WCS1")
  402.         (prompt "Please Insert WCS Disk 1")
  403.         (help @askdisk-help)
  404.       )
  405.     )
  406.   )
  407.  
  408.   (run ("copy WCS1:ReadMe WCSProg:"))
  409.  
  410.  
  411.   (Make_WCSFrameDir)
  412.   (set WCS_Installed 1)
  413.  
  414. )
  415.  
  416. ;=========================================================================
  417. ;**** Install Data
  418.  
  419. (Procedure Install_Data
  420.   (Make_WCSProjDir)
  421.  
  422.   (Copy_Data)
  423.   (set Data_Installed 1)
  424. )
  425.  
  426.  
  427. (Procedure Copy_Data
  428.  
  429.   (askdisk
  430.     (dest "WCS1")
  431.     (prompt "Please Insert WCS Disk 1")
  432.     (help @askdisk-help)
  433.   )
  434.   (copyfiles
  435.     (prompt "")
  436.     (help "")
  437.     (source "WCS1:Data.Lha")
  438.     (dest "RAM:")
  439.   )
  440.   ( (working "Installing Data")
  441.     (run "RAM:lha -E -N e RAM:Data.Lha WCSProjects:")
  442.   )
  443.   (delete "RAM:Data.Lha")
  444.   (copyfiles
  445.     (prompt "")
  446.     (help "")
  447.     (source "WCS1:DEMData.Lha")
  448.     (dest "RAM:")
  449.   )
  450.   ( (working "Installing Data")
  451.     (run "RAM:lha -E -N e RAM:DEMData.Lha WCSProjects:")
  452.   )
  453.   (delete "RAM:DEMData.Lha")
  454.  
  455.   (askdisk
  456.     (dest "WCS2")
  457.     (prompt "Please Insert WCS Disk 2")
  458.     (help @askdisk-help)
  459.   )
  460.   (copyfiles
  461.     (prompt "")
  462.     (help "")
  463.     (source "WCS2:Data.Lha")
  464.     (dest "RAM:")
  465.   )
  466.   ( (working "Installing Data")
  467.     (run "RAM:lha -E -N e RAM:Data.Lha WCSProjects:")
  468.   )
  469.   (delete "RAM:Data.Lha")
  470.  
  471.   (askdisk
  472.     (dest "WCS3")
  473.     (prompt "Please Insert WCS Disk 3")
  474.     (help @askdisk-help)
  475.   )
  476.   (copyfiles
  477.     (prompt "")
  478.     (help "")
  479.     (source "WCS3:Data.Lha")
  480.     (dest "RAM:")
  481.   )
  482.   ( (working "Installing Data")
  483.     (run "RAM:lha -E -N e RAM:Data.Lha WCSProjects:")
  484.   )
  485.   (delete "RAM:Data.Lha")
  486.  
  487.   (askdisk
  488.     (dest "WCS4")
  489.     (prompt "Please Insert WCS Disk 4")
  490.     (help @askdisk-help)
  491.   )
  492.   (copyfiles
  493.     (prompt "")
  494.     (help "")
  495.     (source "WCS4:Data.Lha")
  496.     (dest "RAM:")
  497.   )
  498.   ( (working "Installing Data")
  499.     (run "RAM:lha -E -N e RAM:Data.Lha WCSProjects:")
  500.   )
  501.   (delete "RAM:Data.Lha")
  502. )
  503.  
  504. ;==========================================================================
  505. ;**** Install Images
  506.  
  507. (Procedure Install_Images
  508.  
  509.   (if (<> (exists "WCSFrames:" (noreq)) 0)
  510.     ((set image-dest ("WCSFrames:"))
  511.     )
  512.   )
  513.  
  514.   (Make_WCSImageDir) 
  515.  
  516.   (Copy_Images)
  517.   (set Images_Installed 1)
  518. )
  519.  
  520.  
  521. (Procedure Copy_Images
  522.   (askdisk
  523.     (dest "WCS5")
  524.     (prompt "Please Insert WCS Disk 5")
  525.     (help @askdisk-help)
  526.   )
  527.   (copyfiles
  528.     (prompt "")
  529.     (help "")
  530.     (source "WCS5:InstantGratification")
  531.     (pattern "#?")
  532.     (dest image-dest)
  533.   )
  534. )
  535.  
  536. ;===========================================================================
  537. ;**** Modify Startup Sequence
  538.  
  539. (Procedure Modify_StartUp
  540.   (set NeedMod 0)
  541.   (set ProjAssign ("Assign WCSProjects: %s\n" proj-dest))
  542.   (set FramesAssign ("Assign WCSFrames: %s\n" frame-dest))
  543.   (set NeedMod 1)
  544.  
  545.   (if (= NeedMod 1)
  546.     (startup "WCS"
  547.       (prompt
  548.         "Some instructions need to be added to the \"S:user-startup\" file "
  549.         "so that your system will be properly configured to use " 
  550.         "the World Construction Set."
  551.       )
  552.       (help "Do this or WCS won't be able to find its data!!")
  553.  
  554.       (if (= WCS_Installed 1)
  555.         (command
  556.           FramesAssign
  557.         )
  558.       )
  559.       (if (= Data_Installed 1)
  560.         (command
  561.           ProjAssign
  562.         )
  563.       )
  564.     )
  565.   )
  566. )
  567.  
  568. ;=========================================================================
  569. ;**** MUI Startup Modifications
  570.  
  571. (Procedure Modify_MUIStartup
  572.   (set MUIPath   ("Assign MUI: %s\n" MUI-drawer))
  573.   (set LIBSPath  ("Assign add LIBS: MUI:Libs"))
  574.  
  575.   (startup "MUI"
  576.     (prompt "Some required MUI commands must be added to your \"S:user-startup\" file.")
  577.     (help @startup-help)
  578.     (command
  579.       MUIPath
  580.     )
  581.     (command
  582.       LIBSPath
  583.     )
  584.   )
  585. )
  586.  
  587. ;=========================================================================
  588. ;**** Show ReadMe file
  589.  
  590. (Procedure Read_Me
  591.   (set ReadIt
  592.     (askbool
  593.       (prompt "Do you wish to read the 'ReadMe' file which\n"
  594.         "contains last minute notes and updates since\n"
  595.         "the last printing of the manual?\n"
  596.       )
  597.       (help "You'll never know if you don't look.")
  598.       (default 1)
  599.     )
  600.   )
  601.  
  602.   (if (= ReadIt 1)
  603.     (if (<> (exists "WCSProg:ReadMe" (noreq)) 0)
  604.       (if (<> (exists "SYS:c/More" (noreq)) 0)
  605.         ( (run ("run SYS:c/More WCSProg:ReadMe"))
  606.         )
  607.         (
  608.           (askdisk
  609.             (dest "WCS1")
  610.             (prompt "Please Insert WCS Disk 1")
  611.             (help @askdisk-help)
  612.           )
  613.           (run ("run WCS1:c/More WCSProg:ReadMe"))
  614.         )
  615.       )
  616.       (
  617.         (askdisk
  618.           (dest "WCS1")
  619.           (prompt "Please Insert WCS Disk 1")
  620.           (help @askdisk-help)
  621.         )
  622.         (run ("run WCS1:c/More WCS1:ReadMe"))
  623.       )
  624.     )
  625.   )
  626. )
  627.  
  628. ;=============================================================================
  629. ;**** Take it away, Johnny...
  630.  
  631. (set WCS_Installed 0)
  632. (set MUI_Installed 0)
  633. (set Data_Installed 0)
  634. (set Images_Installed 0)
  635. (Config_Options)
  636. (Get_Selections)
  637.  
  638. (askdisk
  639.   (dest "WCS1")
  640.   (prompt "Please Insert WCS Disk 1")
  641.         (help @askdisk-help)
  642. )
  643.  
  644. (copyfiles
  645.   (prompt "")
  646.   (help "")
  647.   (source "WCS1:c/Lha")
  648.   (dest "RAM:")
  649. )
  650.  
  651. (set prog-dest ("SYS:WCS"))
  652. (set proj-dest ("SYS:WCSProjects"))
  653. (set frame-dest ("SYS:WCSFrames"))
  654. (set image-dest ("SYS:WCSFrames"))
  655. (set MUI-dest ("SYS:MUI"))
  656.  
  657. (if (BITAND Selection INST_WCS) (Install_WCS))
  658. (if (BITAND Selection INST_MUI) (Install_MUI))
  659. (if (BITAND Selection INST_DATA) (Install_Data))
  660. (if (BITAND Selection INST_IMAGES) (Install_Images))
  661.  
  662. (delete "RAM:Lha" "RAM:WCS.lha")
  663. (if (BITAND Selection INST_WCS) (Modify_Startup))
  664. (if (= MUI_Installed 1) (Modify_MUIStartup))
  665. (Read_Me)
  666.  
  667. (set @default-dest prog-dest)
  668.  
  669. (exit)
  670.