home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / FWR3UPD.DMS / in.adf / HDInstall < prev    next >
Encoding:
Text File  |  1994-10-04  |  17.7 KB  |  787 lines

  1. ;;
  2. ;;  $Filename: $
  3. ;;  $Id: HDInstall,v 1.1 1994/10/04 11:17:18 $
  4. ;;  $Date: 1994/10/04 11:17:18 $
  5. ;;  $Revision: 1.1 $
  6. ;;
  7.  
  8. (set is_update 0)
  9. (set @user-level 1)    ; force to use average mode
  10. (complete 0)
  11.  
  12. (set FW_dest
  13.     (askdir
  14.         (prompt "In which disk or drawer should the Final Writer "
  15.                     "drawer be created in?")
  16.         (help "The installation utility will create a drawer named "
  17.             "\"FinalWriter_B\" in this directory.  All \"Final Writer\" "
  18.             "files will be placed inside that directory. \n\n"
  19.             " Tip for advanced users:\n "
  20.             "  \"Final Writer\" may be moved to another directory as long as "
  21.             " the sub-directories:\n"
  22.             "   FWFiles, FWFonts, FWLibs, FWThes, and FWSpell\n"
  23.             " are moved (as subdirectories) to the program's new location")
  24.         (default @default-dest)
  25.     )
  26. )
  27.  
  28. ; Check if this is an update
  29. ; the FWLibs directory is a tell-tale sign
  30. ; that FW is already installed here
  31. (if (exists (tackon FW_dest "FWLibs"))
  32.     (set is_update 1)
  33.     (    (if (exists (tackon FW_dest "FinalWriter_B"))
  34.             (set is_update 1)
  35.             (makedir (tackon FW_dest "FinalWriter_B") (infos))
  36.         )
  37.         (set FW_dest (tackon FW_dest "FinalWriter_B"))
  38.     )
  39. )
  40.  
  41. (set @default-dest FW_dest)
  42. (set disk_space (getdiskspace FW_dest))
  43.  
  44.  
  45. ; If first time install ask user if he wants a complete
  46. ; or a minimal installation. The minimal installation
  47. ; will not install the eps clip art or the extra fonts.
  48. (if (NOT is_update)
  49.     (
  50.         (set install_all
  51.             (askbool
  52.                 (prompt "Do you wish to do a \"Complete\" or \"Minimal\" "
  53.                     "installation of Final Writer? The complete installation "
  54.                     "will require approximately 9.5 megabytes of free disk "
  55.                     "space. The minimal installation will require approximately "
  56.                     "2.5 megabytes of free disk space.")
  57.  
  58.                 (help "Choosing \"Complete\" will install all of the files that "
  59.                     "are included in the Final Writer disk set. This will require "
  60.                     "approximately 9.5 megabytes of free disk space. If \"Minimal\" "
  61.                     "is choosen, then the ARexx Macros, EPS Clip Art, and Extra Fonts "
  62.                     "will not be installed. The minimal installation will require "
  63.                     "approximately 2.5 megabytes of free disk space.")
  64.  
  65.                 (choices "Complete" "Minimal")
  66.  
  67.                 (default 1)
  68.             )
  69.         )
  70.  
  71.         (if install_all
  72.             (set disk_space_needed 9794048)    ; 9.34 Megs
  73.             (set disk_space_needed 2810183)    ; 2.68 Megs
  74.         )
  75.     )
  76. )
  77.  
  78.  
  79. (if (AND (< disk_space disk_space_needed) (NOT is_update))
  80.     (
  81.         (set answer1
  82.             (askbool
  83.                 (prompt "There may not be enough room available on "
  84.                     "this drive to install \"Final Writer\".  Do you "
  85.                     "wish to continue?")
  86.                 (help "Final Writer needs approximately 9.5 megabytes of "
  87.                     "disk space for a complete installation or 2.5 megabytes "
  88.                     "for a minimal installation. If Final Writer is already "
  89.                     "installed on this partition, you may wish to continue. "
  90.                     "Otherwise, press ABORT or NO now and either free some "
  91.                     "space on this partition or select a different partition "
  92.                     "for the installation.")
  93.             )
  94.         )
  95.         (if (NOT answer1)
  96.             (abort "Final Writer installation cancelled. Not enough disk "
  97.                     "space on Volume \""
  98.                     (getdevice @default-dest)
  99.                     "\"."
  100.             )
  101.         )
  102.     )
  103. )
  104.  
  105. ; Allow updating user to select what they want updated
  106. (if is_update
  107.     (set install_options
  108.         (askoptions
  109.             (prompt "What parts would you like to update")
  110.             (help @askoptions-help)
  111.             (choices
  112.                 "Final Writer Program"
  113.                 "ARexx Macros"
  114.                 "System Data Files"
  115.                 "System Libraries"
  116.                 "System Fonts"
  117.                 "Speller & Hyphenation"
  118.                 "Thesaurus"
  119.                 "EPS Clip Art"
  120.                 "Extra Fonts")
  121.             (default 15)        ; default to Program, Macros, Files, Libs
  122.         )
  123.     )
  124.  
  125.     ; First time install
  126.     (if install_all
  127.         (set install_options 511)  ; hex 1FF - all nine options on
  128.         (set install_options 125)    ; hex 07D - Macros, EPS, and Extra fonts off
  129.     )
  130. )
  131.  
  132. ; Copy the extraction utility over and remember where it is
  133. (copyfiles
  134.     (source "Disk 1:lhex")
  135.     (dest FW_dest)
  136. )
  137. (set DeArcher (tackon FW_dest "lhex"))
  138. (set error 0)
  139.  
  140. ; Installing Files on Disk 1?
  141. (if (IN install_options 0 1 2 3)
  142.     (
  143.         ; Get Disk 1
  144.         (askdisk
  145.             (prompt "Please insert the disk labeled \"Disk 1\"" )
  146.             (help    "Disk 1 contains the Final Writer program, macros, libraries, "
  147.                     "and data files that will be installed onto your system." )
  148.             (dest "Disk 1" )
  149.         )
  150.  
  151.         ; Copy the More program to the hard drive
  152.         ; so everyone is guaranteed to have it.
  153.         (if (NOT is_update)
  154.             (copyfiles
  155.                 (source "Disk 1:More")
  156.                 (dest FW_dest)
  157.             )
  158.         )
  159.  
  160.         ; If installing/updating the program
  161.         (if (IN install_options 0)
  162.             (
  163.                 ; Make installer cd into FW_dest when it executes the run statement
  164.                 (set @execute-dir FW_dest)
  165.  
  166.                 ; copy the Final Writer program over if the program
  167.                 ; icon doesn't exists copy it over too.
  168.                 ( if (exists (tackon FW_dest "FinalWriter.info"))
  169.                     ; This DOES NOT copy the icon, in case the user
  170.                     ; has modified the tool-types
  171.                     (
  172.                         (working "Installing Final Writer program from Disk 1.")
  173.                         (set error
  174.                             (run
  175.                                 ("\"%s\" -f x \"Disk 1:FinalWriter.lha\" FinalWriter >NIL:" DeArcher)
  176.                             )
  177.                         )
  178.                     )
  179.                     ; This DOES copy the icon
  180.                     (
  181.                         (working "Installing Final Writer program and icon from Disk 1.")
  182.                         (set error
  183.                             (run
  184.                                 ("\"%s\" -f x \"Disk 1:FinalWriter.lha\" >NIL:" DeArcher)
  185.                             )
  186.                         )
  187.                     )
  188.                 )
  189.             )
  190.         )
  191.  
  192.         (if error
  193.             (abort ("Error installing FinalWriter Program."))
  194.         )
  195.  
  196.         (complete 4)
  197.  
  198.         ; Installing FWMacros
  199.         (if (IN install_options 1)
  200.             (
  201.                 ; If FWMacros doesn't exist, create it.
  202.                 (if (NOT (exists (tackon FW_dest "FWMacros")))
  203.                     (
  204.                     (makedir (tackon FW_dest "FWMacros") (infos))
  205.                     )
  206.                 )
  207.  
  208.                 ; Make installer cd into FWMacros when it executes the run statement
  209.                 (set @execute-dir (tackon FW_dest "FWMacros"))
  210.  
  211.                 ; Extract the macro files
  212.                 (working "Installing ARexx Macros from Disk 1.")
  213.                 (set error
  214.                     (run
  215.                         ("\"%s\" -f x \"Disk 1:FWMacros.lha\" >NIL:" DeArcher)
  216.                     )
  217.                 )
  218.  
  219.                 ; Abort if any errors
  220.                 (if error
  221.                     (abort ("Error installing ARexx Macros."))
  222.                 )
  223.             )
  224.         )
  225.  
  226.         (complete 7)
  227.  
  228.         ; Installing FWFiles
  229.         (if (IN install_options 2)
  230.             (
  231.                 ; If FWFiles doesn't exist, create it.
  232.                 (if (NOT (exists (tackon FW_dest "FWFiles")))
  233.                     (
  234.                     (makedir (tackon FW_dest "FWFiles") (infos))
  235.                     )
  236.                 )
  237.  
  238.                 ; Make installer cd into FWFiles when it executes the run statement
  239.                 (set @execute-dir (tackon FW_dest "FWFiles"))
  240.  
  241.                 ; Extract the files
  242.                 (working "Installing Data Files from Disk 1.")
  243.                 (set error
  244.                     (run
  245.                         ("\"%s\" -f x \"Disk 1:FWFiles.lha\" >NIL:" DeArcher)
  246.                     )
  247.                 )
  248.  
  249.                 ; Abort if any errors
  250.                 (if error
  251.                     (abort ("Error installing Data Files."))
  252.                 )
  253.  
  254.                 ; Previous versions of Final Writer have the hyphenation
  255.                 ; file, xxx.hyp, in FWFiles. With Final Writer Release 3
  256.                 ; the hyphenation file will reside in FWSpell instead.
  257.                 ; So, if we find the hyphenation file in FWFiles, then
  258.                 ; move it to FWSpell.
  259.                 (if (exists (tackon FW_dest "FWFiles/brt.hyp"))
  260.                     (
  261.                         (if (exists (tackon FW_dest "FWSpell"))
  262.                             (
  263.                                 (copyfiles
  264.                                     (source (tackon FW_dest "FWFiles/brt.hyp"))
  265.                                     (dest (tackon FW_dest "FWSpell"))
  266.                                 )
  267.  
  268.                                 (delete (tackon FW_dest "FWFiles/brt.hyp") )
  269.                             )
  270.                         )
  271.                     )
  272.                 )
  273.             )
  274.         )
  275.  
  276.         (complete 11)
  277.  
  278.         ; Installing FWLibs
  279.         (if (IN install_options 3)
  280.             (
  281.                 ; If FWLibs doesn't exist, create it.
  282.                 (if (NOT (exists (tackon FW_dest "FWLibs")))
  283.                     (
  284.                     (makedir (tackon FW_dest "FWLibs"))
  285.                     )
  286.                 )
  287.  
  288.                 ; Make installer cd into FWLibs when it executes the run statement
  289.                 (set @execute-dir (tackon FW_dest "FWLibs"))
  290.  
  291.                 (working "Installing Libraries from Disk 1.")
  292.                 (set error
  293.                     (run
  294.                         ("\"%s\" -f x \"Disk 1:FWLibs.lha\" >NIL:" DeArcher)
  295.                     )
  296.                 )
  297.  
  298.                 ; Abort if any errors
  299.                 (if error
  300.                     (abort ("Error installing Libraries."))
  301.                 )
  302.  
  303.                 (run ("Avail FLUSH"))
  304.             )
  305.         )
  306.     )
  307. )
  308.  
  309. (complete 14)
  310.  
  311. ; Installing System Data Files/Libraries/Fonts
  312. (if (IN install_options 4 5)
  313.     (
  314.         ; Get Disk 2
  315.         (askdisk
  316.             (prompt "Please insert the disk labeled \"Disk 2\"")
  317.             (help    "Disk 2 contains the Final Writer system fonts, speller, and "
  318.                     "hyphenation files that will be installed onto your system." )
  319.             (dest "Disk 2")
  320.         )
  321.  
  322.         ; Installing FWFonts
  323.         (if (IN install_options 4)
  324.             (
  325.                 ; If FWFonts doesn't exist, create it.
  326.                 (if (NOT (exists (tackon FW_dest "FWFonts")))
  327.                     (
  328.                     (makedir (tackon FW_dest "FWFonts") (infos))
  329.                     )
  330.                 )
  331.  
  332.                 ; Make installer cd into FWFonts when it executes the run statement
  333.                 (set @execute-dir (tackon FW_dest "FWFonts"))
  334.  
  335.                 (working "Installing System Fonts from Disk 2.")
  336.                 (set error
  337.                     (run
  338.                         ("\"%s\" -f x \"Disk 2:FWFonts.lha\" >NIL:" DeArcher)
  339.                     )
  340.                 )
  341.  
  342.                 ; Abort if any errors
  343.                 (if error
  344.                     (abort ("Error installing System Fonts."))
  345.                 )
  346.             )
  347.         )
  348.  
  349.         (complete 19)
  350.  
  351.         ; Instaling FWSpell
  352.         (if (IN install_options 5)
  353.             (
  354.                 ; If FWSpell doesn't exist, create it.
  355.                 (if (NOT (exists (tackon FW_dest "FWSpell")))
  356.                     (
  357.                     (makedir (tackon FW_dest "FWSpell"))
  358.                     )
  359.                 )
  360.  
  361.                 ; Preserve the user dictionary as userdict.brt.save
  362.                 (if (exists (tackon FW_dest "FWSpell/userdict.brt"))
  363.                     (
  364.                         (set restore_UD 1)
  365.                         (copyfiles
  366.                             (source (tackon FW_dest "FWSpell/userdict.brt"))
  367.                             (dest (tackon FW_dest "FWSpell"))
  368.                             (newname "userdict.brt.save")
  369.                         )
  370.                     )
  371.                     (set restore_UD 0)
  372.                 )
  373.  
  374.                 ; Make installer cd into FWSpell when it executes the run statement
  375.                 (set @execute-dir (tackon FW_dest "FWSpell"))
  376.  
  377.                 (working "Installing Speller & Hyphenation Files from Disk 2.")
  378.                 (set error
  379.                     (run
  380.                         ("\"%s\" -f x \"Disk 2:FWSpell.lha\" >NIL:" DeArcher)
  381.                     )
  382.                 )
  383.  
  384.                 (if restore_UD
  385.                     (
  386.                         (copyfiles
  387.                             (source (tackon FW_dest "FWSpell/userdict.brt.save"))
  388.                             (dest (tackon FW_dest "FWSpell"))
  389.                             (newname "userdict.brt")
  390.                         )
  391.                         (delete (tackon FW_dest "FWSpell/userdict.brt.save"))
  392.                     )
  393.                 )
  394.  
  395.                 ; Abort if any errors
  396.                 (if error
  397.                     (abort ("Error installing Speller Files."))
  398.                 )
  399.  
  400.                 ; Previous versions of Final Writer have the hyphenation
  401.                 ; file, xxx.hyp, in FWFiles. With Final Writer Release 3
  402.                 ; the hyphenation file will reside in FWSpell instead.
  403.                 ; So, if we find the hyphenation file in FWFiles, then
  404.                 ; move it to FWSpell.
  405.                 (if (exists (tackon FW_dest "FWFiles/brt.hyp"))
  406.                     (
  407.                         (if (exists (tackon FW_dest "FWSpell"))
  408.                             (
  409.                                 (copyfiles
  410.                                     (source (tackon FW_dest "FWFiles/brt.hyp"))
  411.                                     (dest (tackon FW_dest "FWSpell"))
  412.                                 )
  413.  
  414.                                 (delete (tackon FW_dest "FWFiles/brt.hyp") )
  415.                             )
  416.                         )
  417.                     )
  418.                 )
  419.             )
  420.         )
  421.     )
  422. )
  423.  
  424. (complete 29)
  425.  
  426. (if (IN install_options 6 7)
  427.     (
  428.         ; Get Disk 3
  429.         (askdisk
  430.             (prompt "Please insert the disk labeled \"Disk 3\"")
  431.             (help    "Disk 3 contains Final Writer thesaurus files and "
  432.                     "EPS Clip Art that will be installed onto your system.")
  433.             (dest "Disk 3")
  434.         )
  435.  
  436.         ; Instaling FWThes
  437.         (if (IN install_options 6)
  438.             (
  439.                 ; If FWThes doesn't exist, create it.
  440.                 (if (NOT (exists (tackon FW_dest "FWThes")))
  441.                     (
  442.                     (makedir (tackon FW_dest "FWThes"))
  443.                     )
  444.                 )
  445.  
  446.                 ; Make installer cd into FWThes when it executes the run statement
  447.                 (set @execute-dir (tackon FW_dest "FWThes"))
  448.  
  449.                 (working "Installing Thesaurus Files from Disk 3.")
  450.                 (set error
  451.                     (run
  452.                         ("\"%s\" -f x \"Disk 3:FWThes.lha\" >NIL:" DeArcher)
  453.                     )
  454.                 )
  455.  
  456.                 ; Abort if any errors
  457.                 (if error
  458.                     (abort ("Error installing Thesaurus Files."))
  459.                 )
  460.             )
  461.         )
  462.  
  463.         (complete 32)
  464.  
  465.         ; Installing EPS Clip Art <cc> <fed> <maps> <metro1>
  466.         (if (IN install_options 7)
  467.             (
  468.                 ; If FWClipArt doesn't exist, create it.
  469.                 (if (NOT (exists (tackon FW_dest "FWClipArt")))
  470.                     (
  471.                     (makedir (tackon FW_dest "FWClipArt"))
  472.                     )
  473.                 )
  474.  
  475.                 ; Make installer cd into FWClipArt when it executes the run statement
  476.                 (set @execute-dir (tackon FW_dest "FWClipArt"))
  477.  
  478.                 (working "Installing EPS Clip Art from Disk 3.")
  479.  
  480.                 (set error
  481.                     (run
  482.                         ("\"%s\" -f x \"Disk 3:cc.lha\" >NIL:" DeArcher)
  483.                     )
  484.                 )
  485.  
  486.                 ; Abort if any errors
  487.                 (if error
  488.                     (abort ("Error installing EPS Clip Art."))
  489.                 )
  490.  
  491.                 (complete 35)
  492.  
  493.                 (set error
  494.                     (run
  495.                         ("\"%s\" -f x \"Disk 3:fed.lha\" >NIL:" DeArcher)
  496.                     )
  497.                 )
  498.  
  499.                 ; Abort if any errors
  500.                 (if error
  501.                     (abort ("Error installing EPS Clip Art."))
  502.                 )
  503.  
  504.                 (complete 37)
  505.  
  506.                 (set error
  507.                     (run
  508.                         ("\"%s\" -f x \"Disk 3:maps.lha\" >NIL:" DeArcher)
  509.                     )
  510.                 )
  511.  
  512.                 ; Abort if any errors
  513.                 (if error
  514.                     (abort ("Error installing EPS Clip Art."))
  515.                 )
  516.  
  517.                 (complete 40)
  518.  
  519.                 (set error
  520.                     (run
  521.                         ("\"%s\" -f x \"Disk 3:metro1.lha\" >NIL:" DeArcher)
  522.                     )
  523.                 )
  524.  
  525.                 ; Abort if any errors
  526.                 (if error
  527.                     (abort ("Error installing EPS Clip Art."))
  528.                 )
  529.             )
  530.         )
  531.     )
  532. )
  533.  
  534. (complete 43)
  535.  
  536. (if (IN install_options 7)
  537.     (
  538.         ; ----------
  539.         ; Get Disk 4
  540.         ;
  541.         (askdisk
  542.             (prompt "Please insert the disk labeled \"Disk 4\"")
  543.             (help    "Disk 4 contains EPS Clip Art that "
  544.                     "will be installed onto your system.")
  545.             (dest "Disk 4")
  546.         )
  547.  
  548.         ; Installing EPS Clip Art <dms> <totem>
  549.  
  550.         ; If FWClipArt doesn't exist, create it.
  551.         (if (NOT (exists (tackon FW_dest "FWClipArt")))
  552.             (
  553.             (makedir (tackon FW_dest "FWClipArt"))
  554.             )
  555.         )
  556.  
  557.         ; Make installer cd into FWClipArt when it executes the run statement
  558.         (set @execute-dir (tackon FW_dest "FWClipArt"))
  559.  
  560.         (working "Installing EPS Clip Art from Disk 4.")
  561.         (set error
  562.             (run
  563.                 ("\"%s\" -f x \"Disk 4:dms.lha\" >NIL:" DeArcher)
  564.             )
  565.         )
  566.  
  567.         ; Abort if any errors
  568.         (if error
  569.             (abort ("Error installing EPS Clip Art."))
  570.         )
  571.  
  572.         (complete 50)
  573.  
  574.         (set error
  575.             (run
  576.                 ("\"%s\" -f x \"Disk 4:totem.lha\" >NIL:" DeArcher)
  577.             )
  578.         )
  579.  
  580.         ; Abort if any errors
  581.         (if error
  582.             (abort ("Error installing EPS Clip Art."))
  583.         )
  584.     )
  585. )
  586.  
  587. (complete 57)
  588.  
  589. (if (IN install_options 7 8)
  590.     (
  591.         ; ----------
  592.         ; Get Disk 5
  593.         ;
  594.         (askdisk
  595.             (prompt "Please insert the disk labeled \"Disk 5\"")
  596.             (help    "Disk 5 contains EPS clip art and additional decorative "
  597.                     "and serif fonts that will be installed onto your system.")
  598.             (dest "Disk 5")
  599.         )
  600.  
  601.         ; Instaling EPS Clip Art
  602.         (if (IN install_options 7)
  603.             (
  604.                 ; Make installer cd into FWClipArt/Metro when it executes the run statement
  605.                 (set @execute-dir (tackon FW_dest "FWClipArt/Metro"))
  606.  
  607.                 (working "Installing EPS Clip Art from Disk 5.")
  608.                 (set error
  609.                     (run
  610.                         ("\"%s\" -f x \"Disk 5:Metro2.lha\" >NIL:" DeArcher)
  611.                     )
  612.                 )
  613.  
  614.                 ; Abort if any errors
  615.                 (if error
  616.                     (abort ("Error installing Decorative Fonts."))
  617.                 )
  618.             )
  619.         )
  620.  
  621.         (complete 62)
  622.  
  623.         ; Instaling Decorative fonts
  624.         (if (IN install_options 8)
  625.             (
  626.                 ; If FWFonts/SWOLFonts/Deco doesn't exist, create it.
  627.                 (if (NOT (exists (tackon FW_dest "FWFonts/SWOLFonts/Deco")))
  628.                     (
  629.                     (makedir (tackon FW_dest "FWFonts/SWOLFonts/Deco") (infos))
  630.                     )
  631.                 )
  632.  
  633.                 ; Make installer cd into Deco when it executes the run statement
  634.                 (set @execute-dir (tackon FW_dest "FWFonts/SWOLFonts/Deco"))
  635.  
  636.                 (working "Installing Decorative Fonts from Disk 5.")
  637.                 (set error
  638.                     (run
  639.                         ("\"%s\" -f x \"Disk 5:Deco.lha\" >NIL:" DeArcher)
  640.                     )
  641.                 )
  642.  
  643.                 ; Abort if any errors
  644.                 (if error
  645.                     (abort ("Error installing Decorative Fonts."))
  646.                 )
  647.             )
  648.         )
  649.  
  650.         (complete 66)
  651.  
  652.         ; Instaling Serif1 fonts
  653.         (if (IN install_options 8)
  654.             (
  655.                 ; If FWFonts/SWOLFonts/Serif doesn't exist, create it.
  656.                 (if (NOT (exists (tackon FW_dest "FWFonts/SWOLFonts/Serif")))
  657.                     (
  658.                     (makedir (tackon FW_dest "FWFonts/SWOLFonts/Serif") (infos))
  659.                     )
  660.                 )
  661.  
  662.                 ; Make installer cd into Serif when it executes the run statement
  663.                 (set @execute-dir (tackon FW_dest "FWFonts/SWOLFonts/Serif"))
  664.  
  665.                 (working "Installing Serif Fonts from Disk 5.")
  666.                 (set error
  667.                     (run
  668.                         ("\"%s\" -f x \"Disk 5:Serif1.lha\" >NIL:" DeArcher)
  669.                     )
  670.                 )
  671.  
  672.                 ; Abort if any errors
  673.                 (if error
  674.                     (abort ("Error installing Serif1 Fonts."))
  675.                 )
  676.             )
  677.         )
  678.     )
  679. )
  680.  
  681. (complete 71)
  682.  
  683. (if (IN install_options 8)
  684.     (
  685.         ; ----------
  686.         ; Get Disk 6
  687.         ;
  688.         (askdisk
  689.             (prompt "Please insert the disk labeled \"Disk 6\"")
  690.             (help    "Disk 6 contains additional serif fonts "
  691.                     "that will be installed onto your system.")
  692.             (dest "Disk 6")
  693.         )
  694.  
  695.         ; Instaling Serif2 fonts
  696.         (if (IN install_options 8)
  697.             (
  698.                 ; If FWFonts/SWOLFonts/Serif doesn't exist, create it.
  699.                 (if (NOT (exists (tackon FW_dest "FWFonts/SWOLFonts/Serif")))
  700.                     (
  701.                     (makedir (tackon FW_dest "FWFonts/SWOLFonts/Serif") (infos))
  702.                     )
  703.                 )
  704.  
  705.                 ; Make installer cd into Serif when it executes the run statement
  706.                 (set @execute-dir (tackon FW_dest "FWFonts/SWOLFonts/Serif"))
  707.  
  708.                 (working "Installing Serif Fonts from Disk 6.")
  709.                 (set error
  710.                     (run
  711.                         ("\"%s\" -f x \"Disk 6:Serif2.lha\" >NIL:" DeArcher)
  712.                     )
  713.                 )
  714.  
  715.                 ; Abort if any errors
  716.                 (if error
  717.                     (abort ("Error installing Serif2 Fonts."))
  718.                 )
  719.             )
  720.         )
  721.     )
  722. )
  723.  
  724. (complete 86)
  725.  
  726. (if (IN install_options 8)
  727.     (
  728.         ; ----------
  729.         ; Get Disk 7
  730.         ;
  731.         (askdisk
  732.             (prompt "Please insert the disk labeled \"Disk 7\"")
  733.             (help    "Disk 7 contains additional sans serif fonts "
  734.                     "that will be installed onto your system.")
  735.             (dest "Disk 7")
  736.         )
  737.  
  738.         ; Instaling Sans serif fonts
  739.         (if (IN install_options 8)
  740.             (
  741.                 ; If FWFonts/SWOLFonts/Sans doesn't exist, create it.
  742.                 (if (NOT (exists (tackon FW_dest "FWFonts/SWOLFonts/Sans")))
  743.                     (
  744.                     (makedir (tackon FW_dest "FWFonts/SWOLFonts/Sans") (infos))
  745.                     )
  746.                 )
  747.  
  748.                 ; Make installer cd into Sans when it executes the run statement
  749.                 (set @execute-dir (tackon FW_dest "FWFonts/SWOLFonts/Sans"))
  750.  
  751.                 (working "Installing Sans Serif Fonts from Disk 7.")
  752.                 (set error
  753.                     (run
  754.                         ("\"%s\" -f x \"Disk 7:Sans.lha\" >NIL:" DeArcher)
  755.                     )
  756.                 )
  757.  
  758.                 ; Abort if any errors
  759.                 (if error
  760.                     (abort ("Error installing Sans Serif Fonts."))
  761.                 )
  762.             )
  763.         )
  764.     )
  765. )
  766.  
  767. ; If FWDocs doesn't exist, create it.
  768. (if (NOT (exists (tackon FW_dest "FWDocs")))
  769.     (
  770.     (makedir (tackon FW_dest "FWDocs") (infos))
  771.     )
  772. )
  773.  
  774. ; If FWTextClips doesn't exist, create it.
  775. (if (NOT (exists (tackon FW_dest "FWTextClips")))
  776.     (
  777.     (makedir (tackon FW_dest "FWTextClips") (infos))
  778.     )
  779. )
  780.  
  781. (delete DeArcher)
  782.  
  783. (complete 100)
  784.  
  785. (exit)
  786.  
  787.