home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / FINALWRITERUPDATE2,1.DMS / in.adf / HDInstall < prev    next >
Encoding:
Text File  |  1994-01-31  |  17.3 KB  |  760 lines

  1. ;;
  2. ;;  $Filename: $
  3. ;;  $Id: HDInstall,v 1.1 1994/01/31 14:59:31 Exp $
  4. ;;  $Date: 1994/01/31 14:59:31 $
  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 welcher Disk/Schublade soll Final Writer erstellt werden?")
  15.         (help "Das Installationsprogramm erstellt die Schublade "
  16.             "\"FinalWriter_D\" in diesem Verzeichnis. Alle Dateien von "
  17.             "\"Final Writer\" werden in dieses Verzeichnis gestellt. \n\n"
  18.             "Tip für erfahrene Benutzer:\n"
  19.             "\"Final Writer\" kann auch in ein anderes Verzeichnis "
  20.             "verschoben werden, wenn die Unterverzeichnisse:\n"
  21.             "FWFiles, FWFonts, FWLibs, FWThes und FWSpell\n"
  22.             "ebenfalls an die neue Position des Programms verschoben "
  23.             "werden.")
  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_D"))
  34.             (set is_update 1)
  35.             (makedir (tackon FW_dest "FinalWriter_D") (infos))
  36.         )
  37.         (set FW_dest (tackon FW_dest "FinalWriter_D"))
  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 "Wünschen Sie eine \"Vollständige\" oder "
  53.                     "\"minimale\"  Installation von Final Writer? Die "
  54.                     "vollständige Installation erfordert ca. 9,5 MByte "
  55.                     "freien Speicherplatz auf der Disk, die Minimal- "
  56.                     "Installation ca. 2,5 MByte.")
  57.  
  58.                 (help "Bei Auswahl von \"Vollständig\" werden alle "
  59.                         "Dateien des Diskettensatzes von Final Writer "
  60.                         "installiert. Dafür sind ca. 9,5 MByte freier "
  61.                         "Speicherplatz auf der Disk erforderlich. Bei "
  62.                         "Auswahl von \"Minimal\" werden die ARexx-"
  63.                         "Makros, EPS Clip Art und zusätzliche Schriftarten "
  64.                         "nicht installiert. Die Minimalinstallation erfordert "
  65.                         "ca. 2,5 MByte freien Speicherplatz auf der Disk.")
  66.  
  67.                 (choices "Vollständig" "Minimal")
  68.  
  69.                 (default 1)
  70.             )
  71.         )
  72.  
  73.         (if install_all
  74.             (set disk_space_needed 9794048)    ; 9.34 Megs
  75.             (set disk_space_needed 2810183)    ; 2.68 Megs
  76.         )
  77.     )
  78. )
  79.  
  80.  
  81. (if (AND (< disk_space disk_space_needed) (NOT is_update))
  82.     (
  83.         (set answer1
  84.             (askbool
  85.                 (prompt "Auf dem Laufwerk ist möglicherweise nicht "
  86.                     "genügend Platz für die Installation von "
  87.                     "\"Final Writer\".  Dennoch fortsetzen?")
  88.                 (help "Final Writer benötigt für die vollständige "
  89.                     "Installation ca. 9,5 MByte freien Speicherplatz auf "
  90.                     "der Disk, für die Minimalinstallation ca. 2,5 "
  91.                     "MByte. Wenn Final Writer auf dieser Partition "
  92.                     "bereits installiert ist, können Sie die Installation "
  93.                     "fortsetzen. Andernfalls drücken Sie ABBRUCH "
  94.                     "oder NEIN und schaffen danach entweder Platz "
  95.                     "auf dieser Partition oder wählen eine andere "
  96.                     "Partition für die Installation aus.")
  97.             )
  98.         )
  99.         (if (NOT answer1)
  100.             (abort "Installation von Final Writer abgebrochen. Zu wenig "
  101.                 "Speicherplatz auf dem Datenträger \""
  102.                     (getdevice @default-dest)
  103.                     "\"."
  104.             )
  105.         )
  106.     )
  107. )
  108.  
  109. ; Allow updating user to select what they want updated
  110. (if is_update
  111.     (set install_options
  112.         (askoptions
  113.             (prompt "Welche Komponenten sollen aktualisiert werden?")
  114.             (help @askoptions-help)
  115.             (choices
  116.                 "Final Writer - Programm"
  117.                 "ARexx-Makros"
  118.                 "Systemdatendateien"
  119.                 "Systembibliotheken"
  120.                 "Systemschriftarten"
  121.                 "Rechtschreibprüfung & Silbentrennung"
  122.                 "Thesaurus"
  123.                 "EPS Clip Art"
  124.                 "Zusätzliche Schriftarten")
  125.             (default 13)
  126.         )
  127.     )
  128.     
  129.     ; First time install
  130.     (if install_all
  131.         (set install_options 511)  ; hex 1FF - all nine options on
  132.         (set install_options 125)    ; hex 07D - Macros, EPS, and Extra fonts off
  133.     )
  134. )
  135.  
  136. ; Copy the extraction utility over and remember where it is
  137. (copyfiles
  138.     (source "Disk 1:lhex")
  139.     (dest FW_dest)
  140. )
  141. (set DeArcher (tackon FW_dest "lhex"))
  142. (set error 0)
  143.  
  144. ; Installing Files on Disk 1?
  145. (if (IN install_options 0 1 2 3)
  146.     (
  147.         ; Get Disk 1
  148.         (askdisk
  149.             (prompt "Bitte \"Diskette 1\" einlegen." )
  150.             (help    "Diskette 1 enthält das Programm Final Writer, Makros, "
  151.                      "Bibliotheken und die auf dem System zu installierenden "
  152.                     "Datendateien.")
  153.             (dest "Disk 1" )
  154.         )
  155.  
  156.         ; Copy the More program to the hard drive
  157.         ; so everyone is guaranteed to have it.
  158.         (if (NOT is_update)
  159.             (copyfiles
  160.                 (source "Disk 1:More")
  161.                 (dest FW_dest)
  162.             )
  163.         )
  164.  
  165.         ; If installing/updating the program
  166.         (if (IN install_options 0)
  167.             (
  168.                 ; Make installer cd into FW_dest when it executes the run statement
  169.                 (set @execute-dir FW_dest)
  170.  
  171.                 ; copy the Final Writer program over if the program
  172.                 ; icon doesn't exists copy it over too.
  173.                 ( if (exists (tackon FW_dest "FinalWriter.info"))
  174.                     ; This DOES NOT copy the icon, in case the user
  175.                     ; has modified the tool-types
  176.                     (
  177.                         (working "Programm Final Writer wird von "
  178.                                     "Diskette 1 installiert.")
  179.                         (set error
  180.                             (run
  181.                                 ("\"%s\" -f x \"Disk 1:FinalWriter.lha\" FinalWriter >NIL:" DeArcher)
  182.                             )
  183.                         )
  184.                     )
  185.                     ; This DOES copy the icon
  186.                     (
  187.                         (working "Programm und Piktogramm Final "
  188.                                     "Writer werden von Diskette 1 installiert." )
  189.                         (set error
  190.                             (run
  191.                                 ("\"%s\" -f x \"Disk 1:FinalWriter.lha\" >NIL:" DeArcher)
  192.                             )
  193.                         )
  194.                     )
  195.                 )
  196.             )
  197.         )
  198.  
  199.         (if error
  200.             (abort ("Fehler bei Installation des Programms FinalWriter."))
  201.         )
  202.  
  203.         (complete 4)
  204.  
  205.         ; Installing FWMacros
  206.         (if (IN install_options 1)
  207.             (
  208.                 ; If FWMacros doesn't exist, create it.
  209.                 (if (NOT (exists (tackon FW_dest "FWMacros")))
  210.                     (
  211.                     (makedir (tackon FW_dest "FWMacros") (infos))
  212.                     )
  213.                 )
  214.  
  215.                 ; Make installer cd into FWMacros when it executes the run statement
  216.                 (set @execute-dir (tackon FW_dest "FWMacros"))
  217.  
  218.                 ; Extract the macro files
  219.                 (working "ARexx-Makros werden von Diskette 1 installiert.")
  220.                 (set error
  221.                     (run
  222.                         ("\"%s\" -f x \"Disk 1:FWMacros.lha\" >NIL:" DeArcher)
  223.                     )
  224.                 )
  225.  
  226.                 ; Abort if any errors
  227.                 (if error
  228.                     (abort ("Fehler bei Installation der ARexx-Makros."))
  229.                 )
  230.             )
  231.         )
  232.  
  233.         (complete 7)
  234.  
  235.         ; Installing FWFiles
  236.         (if (IN install_options 2)
  237.             (
  238.                 ; If FWFiles doesn't exist, create it.
  239.                 (if (NOT (exists (tackon FW_dest "FWFiles")))
  240.                     (
  241.                     (makedir (tackon FW_dest "FWFiles") (infos))
  242.                     )
  243.                 )
  244.  
  245.                 ; Make installer cd into FWFiles when it executes the run statement
  246.                 (set @execute-dir (tackon FW_dest "FWFiles"))
  247.  
  248.                 ; Extract the files
  249.                 (working "Datendateien werden von Diskette 1 installiert.")
  250.                 (set error
  251.                     (run
  252.                         ("\"%s\" -f x \"Disk 1:FWFiles.lha\" >NIL:" DeArcher)
  253.                     )
  254.                 )
  255.  
  256.                 ; Abort if any errors
  257.                 (if error
  258.                     (abort ("Fehler bei Installation der Datendateien."))
  259.                 )
  260.             )
  261.         )
  262.  
  263.         (complete 11)
  264.  
  265.         ; Installing FWLibs
  266.         (if (IN install_options 3)
  267.             (
  268.                 ; If FWLibs doesn't exist, create it.
  269.                 (if (NOT (exists (tackon FW_dest "FWLibs")))
  270.                     (
  271.                     (makedir (tackon FW_dest "FWLibs"))
  272.                     )
  273.                 )
  274.  
  275.                 ; Make installer cd into FWLibs when it executes the run statement
  276.                 (set @execute-dir (tackon FW_dest "FWLibs"))
  277.  
  278.                 (working "Bibliotheken werden von Diskette 1 installiert.")
  279.                 (set error
  280.                     (run
  281.                         ("\"%s\" -f x \"Disk 1:FWLibs.lha\" >NIL:" DeArcher)
  282.                     )
  283.                 )
  284.  
  285.                 ; Abort if any errors
  286.                 (if error
  287.                     (abort ("Fehler bei Installation der Bibliotheken."))
  288.                 )
  289.  
  290.                 (run ("Avail FLUSH"))
  291.             )
  292.         )
  293.     )
  294. )
  295.  
  296. (complete 14)
  297.  
  298. ; Installing System Data Files/Libraries/Fonts
  299. (if (IN install_options 4 5)
  300.     (
  301.         ; Get Disk 2
  302.         (askdisk
  303.             (prompt "Bitte \"Diskette 2\" einlegen.")
  304.             (help    "Diskette 2 enthält die auf dem System zu installierenden "
  305.                     "Systemschriftarten sowie die Dateien für Rechtschreibprüfung und "
  306.                       "Silbentrennung von Final Writer." )
  307.             (dest "Disk 2")
  308.         )
  309.  
  310.         ; Installing FWFonts
  311.         (if (IN install_options 4)
  312.             (
  313.                 ; If FWFonts doesn't exist, create it.
  314.                 (if (NOT (exists (tackon FW_dest "FWFonts")))
  315.                     (
  316.                     (makedir (tackon FW_dest "FWFonts") (infos))
  317.                     )
  318.                 )
  319.  
  320.                 ; Make installer cd into FWFonts when it executes the run statement
  321.                 (set @execute-dir (tackon FW_dest "FWFonts"))
  322.  
  323.                 (working "Systemschriftarten werden von Diskette 2 installiert.")
  324.                 (set error
  325.                     (run
  326.                         ("\"%s\" -f x \"Disk 2:FWFonts.lha\" >NIL:" DeArcher)
  327.                     )
  328.                 )
  329.  
  330.                 ; Abort if any errors
  331.                 (if error
  332.                     (abort ("Fehler bei Installation der Systemschriftarten."))
  333.                 )
  334.             )
  335.         )
  336.  
  337.         (complete 19)
  338.  
  339.         ; Instaling FWSpell
  340.         (if (IN install_options 5)
  341.             (
  342.                 ; If FWSpell doesn't exist, create it.
  343.                 (if (NOT (exists (tackon FW_dest "FWSpell")))
  344.                     (
  345.                     (makedir (tackon FW_dest "FWSpell"))
  346.                     )
  347.                 )
  348.  
  349.                 ; Preserve the user dictionary as userdict.grm.save
  350.                 (if (exists (tackon FW_dest "FWSpell/userdict.grm"))
  351.                     (
  352.                         (set restore_UD 1)
  353.                         (copyfiles
  354.                             (source (tackon FW_dest "FWSpell/userdict.grm"))
  355.                             (dest (tackon FW_dest "FWSpell"))
  356.                             (newname "userdict.grm.save")
  357.                         )
  358.                     )
  359.                     (set restore_UD 0)
  360.                 )
  361.  
  362.                 ; Make installer cd into FWSpell when it executes the run statement
  363.                 (set @execute-dir (tackon FW_dest "FWSpell"))
  364.  
  365.                 (working "Dateien für Rechtschreibprüfung & Silbentrennung werden "
  366.                             "von Diskette 2 installiert.")
  367.                 (set error
  368.                     (run
  369.                         ("\"%s\" -f x \"Disk 2:FWSpell.lha\" >NIL:" DeArcher)
  370.                     )
  371.                 )
  372.  
  373.                 (if restore_UD
  374.                     (
  375.                         (copyfiles
  376.                             (source (tackon FW_dest "FWSpell/userdict.grm.save"))
  377.                             (dest (tackon FW_dest "FWSpell"))
  378.                             (newname "userdict.grm")
  379.                         )
  380.                         (delete (tackon FW_dest "FWSpell/userdict.grm.save"))
  381.                     )
  382.                 )
  383.  
  384.                 ; Abort if any errors
  385.                 (if error
  386.                     (abort ("Fehler bei Installation der Dateien für die "
  387.                         "Rechtschreibprüfung."))
  388.                 )
  389.             )
  390.         )
  391.     )
  392. )
  393.  
  394. (complete 29)
  395.  
  396. (if (IN install_options 6 7)
  397.     (
  398.         ; Get Disk 3
  399.         (askdisk
  400.             (prompt "Bitte \"Diskette 3\" einlegen.")
  401.             (help    "Diskette 3 enthält die auf dem System zu installierenden "
  402.                     "Thesaurusdateien von Final Writer und die EPS Clip Art.")
  403.             (dest "Disk 3")
  404.         )
  405.  
  406.         ; Instaling FWThes
  407.         (if (IN install_options 6)
  408.             (
  409.                 ; If FWThes doesn't exist, create it.
  410.                 (if (NOT (exists (tackon FW_dest "FWThes")))
  411.                     (
  412.                     (makedir (tackon FW_dest "FWThes"))
  413.                     )
  414.                 )
  415.  
  416.                 ; Make installer cd into FWThes when it executes the run statement
  417.                 (set @execute-dir (tackon FW_dest "FWThes"))
  418.  
  419.                 (working "Thesaurusdateien werden von Diskette 3 installiert.")
  420.                 (set error
  421.                     (run
  422.                         ("\"%s\" -f x \"Disk 3:FWThes.lha\" >NIL:" DeArcher)
  423.                     )
  424.                 )
  425.  
  426.                 ; Abort if any errors
  427.                 (if error
  428.                     (abort ("Fehler bei Installation der Thesaurusdateien."))
  429.                 )
  430.             )
  431.         )
  432.  
  433.         (complete 32)
  434.  
  435.         ; Installing EPS Clip Art <cc> <fed> <maps> <metro1>
  436.         (if (IN install_options 7)
  437.             (
  438.                 ; If FWClipArt doesn't exist, create it.
  439.                 (if (NOT (exists (tackon FW_dest "FWClipArt")))
  440.                     (
  441.                     (makedir (tackon FW_dest "FWClipArt"))
  442.                     )
  443.                 )
  444.  
  445.                 ; Make installer cd into FWClipArt when it executes the run statement
  446.                 (set @execute-dir (tackon FW_dest "FWClipArt"))
  447.  
  448.                 (working "EPS Clip Art wird von Diskette 3 installiert.")
  449.  
  450.                 (set error
  451.                     (run
  452.                         ("\"%s\" -f x \"Disk 3:cc.lha\" >NIL:" DeArcher)
  453.                     )
  454.                 )
  455.  
  456.                 ; Abort if any errors
  457.                 (if error
  458.                     (abort ("Fehler bei Installation der EPS Clip Art."))
  459.                 )
  460.  
  461.                 (complete 35)
  462.  
  463.                 (set error
  464.                     (run
  465.                         ("\"%s\" -f x \"Disk 3:fed.lha\" >NIL:" DeArcher)
  466.                     )
  467.                 )
  468.  
  469.                 ; Abort if any errors
  470.                 (if error
  471.                     (abort ("Fehler bei Installation der EPS Clip Art."))
  472.                 )
  473.  
  474.                 (complete 37)
  475.  
  476.                 (set error
  477.                     (run
  478.                         ("\"%s\" -f x \"Disk 3:maps.lha\" >NIL:" DeArcher)
  479.                     )
  480.                 )
  481.  
  482.                 ; Abort if any errors
  483.                 (if error
  484.                     (abort ("Fehler bei Installation der EPS Clip Art."))
  485.                 )
  486.  
  487.                 (complete 40)
  488.  
  489.                 (set error
  490.                     (run
  491.                         ("\"%s\" -f x \"Disk 3:metro1.lha\" >NIL:" DeArcher)
  492.                     )
  493.                 )
  494.  
  495.                 ; Abort if any errors
  496.                 (if error
  497.                     (abort ("Fehler bei Installation der EPS Clip Art."))
  498.                 )
  499.             )
  500.         )
  501.     )
  502. )
  503.  
  504. (complete 43)
  505.  
  506. (if (IN install_options 7)
  507.     (
  508.         ; ----------
  509.         ; Get Disk 4
  510.         ;
  511.         (askdisk
  512.             (prompt "Bitte \"Diskette 4\" einlegen.")
  513.             (help    "Diskette 4 enthält die auf dem System zu installierende EPS Clip Art.")
  514.             (dest "Disk 4")
  515.         )
  516.  
  517.         ; Installing EPS Clip Art <dms> <totem>
  518.  
  519.         ; If FWClipArt doesn't exist, create it.
  520.         (if (NOT (exists (tackon FW_dest "FWClipArt")))
  521.             (
  522.             (makedir (tackon FW_dest "FWClipArt"))
  523.             )
  524.         )
  525.  
  526.         ; Make installer cd into FWClipArt when it executes the run statement
  527.         (set @execute-dir (tackon FW_dest "FWClipArt"))
  528.  
  529.         (working "EPS Clip Art wird von Diskette 4 installiert.")
  530.         (set error
  531.             (run
  532.                 ("\"%s\" -f x \"Disk 4:dms.lha\" >NIL:" DeArcher)
  533.             )
  534.         )
  535.  
  536.         ; Abort if any errors
  537.         (if error
  538.             (abort ("Fehler bei Installation der EPS Clip Art."))
  539.         )
  540.  
  541.         (complete 50)
  542.  
  543.         (set error
  544.             (run
  545.                 ("\"%s\" -f x \"Disk 4:totem.lha\" >NIL:" DeArcher)
  546.             )
  547.         )
  548.  
  549.         ; Abort if any errors
  550.         (if error
  551.             (abort ("Fehler bei Installation der EPS Clip Art."))
  552.         )
  553.     )
  554. )
  555.  
  556. (complete 57)
  557.  
  558. (if (IN install_options 7 8)
  559.     (
  560.         ; ----------
  561.         ; Get Disk 5
  562.         ;
  563.         (askdisk
  564.             (prompt "Bitte \"Diskette 5\" einlegen.")
  565.             (help    "Diskette 5 enthält die auf dem System zu installierende EPS Clip Art "
  566.                      "sowie zusätzliche dekorative und Serif-Schriftarten.")
  567.             (dest "Disk 5")
  568.         )
  569.  
  570.         ; Instaling EPS Clip Art
  571.         (if (IN install_options 7)
  572.             (
  573.                 ; Make installer cd into FWClipArt/Metro when it executes the run statement
  574.                 (set @execute-dir (tackon FW_dest "FWClipArt/Metro"))
  575.  
  576.                 (working "EPS Clip Art wird von Diskette 5 installiert.")
  577.                 (set error
  578.                     (run
  579.                         ("\"%s\" -f x \"Disk 5:Metro2.lha\" >NIL:" DeArcher)
  580.                     )
  581.                 )
  582.  
  583.                 ; Abort if any errors
  584.                 (if error
  585.                     (abort ("Fehler bei Installation der Dekorativen "
  586.                             "Schriftarten."))
  587.                 )
  588.             )
  589.         )
  590.  
  591.         (complete 62)
  592.  
  593.         ; Instaling Decorative fonts
  594.         (if (IN install_options 8)
  595.             (
  596.                 ; If FWFonts/SWOLFonts/Deco doesn't exist, create it.
  597.                 (if (NOT (exists (tackon FW_dest "FWFonts/SWOLFonts/Deco")))
  598.                     (
  599.                     (makedir (tackon FW_dest "FWFonts/SWOLFonts/Deco") (infos))
  600.                     )
  601.                 )
  602.  
  603.                 ; Make installer cd into Deco when it executes the run statement
  604.                 (set @execute-dir (tackon FW_dest "FWFonts/SWOLFonts/Deco"))
  605.  
  606.                 (working "Dekorative Schriftarten werden von Diskette 5 installiert.")
  607.                 (set error
  608.                     (run
  609.                         ("\"%s\" -f x \"Disk 5:Deco.lha\" >NIL:" DeArcher)
  610.                     )
  611.                 )
  612.  
  613.                 ; Abort if any errors
  614.                 (if error
  615.                     (abort ("Fehler bei Installation der Dekorativen "
  616.                              "Schriftarten."))
  617.                 )
  618.             )
  619.         )
  620.  
  621.         (complete 66)
  622.  
  623.         ; Instaling Serif1 fonts
  624.         (if (IN install_options 8)
  625.             (
  626.                 ; If FWFonts/SWOLFonts/Serif doesn't exist, create it.
  627.                 (if (NOT (exists (tackon FW_dest "FWFonts/SWOLFonts/Serif")))
  628.                     (
  629.                     (makedir (tackon FW_dest "FWFonts/SWOLFonts/Serif") (infos))
  630.                     )
  631.                 )
  632.  
  633.                 ; Make installer cd into Serif when it executes the run statement
  634.                 (set @execute-dir (tackon FW_dest "FWFonts/SWOLFonts/Serif"))
  635.  
  636.                 (working "Serif-Schriftarten werden von Diskette 5 installiert.")
  637.                 (set error
  638.                     (run
  639.                         ("\"%s\" -f x \"Disk 5:Serif1.lha\" >NIL:" DeArcher)
  640.                     )
  641.                 )
  642.  
  643.                 ; Abort if any errors
  644.                 (if error
  645.                     (abort ("Fehler bei Installation der Serif1-Schriftarten."))
  646.                 )
  647.             )
  648.         )
  649.     )
  650. )
  651.  
  652. (complete 71)
  653.  
  654. (if (IN install_options 8)
  655.     (
  656.         ; ----------
  657.         ; Get Disk 6
  658.         ;
  659.         (askdisk
  660.             (prompt "Bitte \"Diskette 6\" einlegen.")
  661.             (help    "Diskette 6 enthält auf dem System zu installierende, zusätzliche "
  662.                     "Serif-Schriftarten.")
  663.             (dest "Disk 6")
  664.         )
  665.  
  666.         ; Instaling Serif2 fonts
  667.         (if (IN install_options 8)
  668.             (
  669.                 ; If FWFonts/SWOLFonts/Serif doesn't exist, create it.
  670.                 (if (NOT (exists (tackon FW_dest "FWFonts/SWOLFonts/Serif")))
  671.                     (
  672.                     (makedir (tackon FW_dest "FWFonts/SWOLFonts/Serif") (infos))
  673.                     )
  674.                 )
  675.  
  676.                 ; Make installer cd into Serif when it executes the run statement
  677.                 (set @execute-dir (tackon FW_dest "FWFonts/SWOLFonts/Serif"))
  678.  
  679.                 (working "Serif-Schriftarten werden von Diskette 6 installiert.")
  680.                 (set error
  681.                     (run
  682.                         ("\"%s\" -f x \"Disk 6:Serif2.lha\" >NIL:" DeArcher)
  683.                     )
  684.                 )
  685.  
  686.                 ; Abort if any errors
  687.                 (if error
  688.                     (abort ("Fehler bei Installation der Serif2-Schriftarten."))
  689.                 )
  690.             )
  691.         )
  692.     )
  693. )
  694.  
  695. (complete 86)
  696.  
  697. (if (IN install_options 8)
  698.     (
  699.         ; ----------
  700.         ; Get Disk 7
  701.         ;
  702.         (askdisk
  703.             (prompt "Bitte \"Diskette 7\" einlegen.")
  704.             (help    "Diskette 7 enthält auf dem System zu installierende, zusätzliche "
  705.                     "serifenlose Schriftarten.")
  706.             (dest "Disk 7")
  707.         )
  708.  
  709.         ; Instaling Sans serif fonts
  710.         (if (IN install_options 8)
  711.             (
  712.                 ; If FWFonts/SWOLFonts/Sans doesn't exist, create it.
  713.                 (if (NOT (exists (tackon FW_dest "FWFonts/SWOLFonts/Sans")))
  714.                     (
  715.                     (makedir (tackon FW_dest "FWFonts/SWOLFonts/Sans") (infos))
  716.                     )
  717.                 )
  718.  
  719.                 ; Make installer cd into Sans when it executes the run statement
  720.                 (set @execute-dir (tackon FW_dest "FWFonts/SWOLFonts/Sans"))
  721.  
  722.                 (working "Serifenlose Schriftarten werden von Diskette 7 installiert.")
  723.                 (set error
  724.                     (run
  725.                         ("\"%s\" -f x \"Disk 7:Sans.lha\" >NIL:" DeArcher)
  726.                     )
  727.                 )
  728.  
  729.                 ; Abort if any errors
  730.                 (if error
  731.                     (abort ("Fehler bei Installation der Serifenlosen "
  732.                              "Schriftarten."))
  733.                 )
  734.             )
  735.         )
  736.     )
  737. )
  738.  
  739. ; If FWDocs doesn't exist, create it.
  740. (if (NOT (exists (tackon FW_dest "FWDocs")))
  741.     (
  742.     (makedir (tackon FW_dest "FWDocs") (infos))
  743.     )
  744. )
  745.  
  746. ; If FWTextClips doesn't exist, create it.
  747. (if (NOT (exists (tackon FW_dest "FWTextClips")))
  748.     (
  749.     (makedir (tackon FW_dest "FWTextClips") (infos))
  750.     )
  751. )
  752.  
  753. (delete DeArcher)
  754.  
  755. (complete 100)
  756.  
  757. (exit)
  758.  
  759.  
  760.