home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-10 | 95.2 KB | 3,557 lines |
- ; $VER: Digita Wordworth v3 r1 2/2/94
- ; Copyright (C) Digita International
-
- (complete 0)
- ; F1 - Disk, Module and String names
- ; F2 - Procedure Definitions
- ; F3 - Floppy Installation
- ; F4 - Used as Temporary
- ; F5 - Used as Temporary
-
- ; ### VARIABLES
- ;** The amount of space needed on the hard disk to install
- (set EssentialHDSpace 2)
- (set PartialHDSpace 2.5)
- (set PartialHDLibsSpace 52000)
- (set FullHDSpace 3.5)
- (set FullHDLibsSpace 140000)
- (set MaxCustomHDSpace FullHDSpace)
- (set SystemFontSpace 30000)
- (set Language "English") ; variable for catalog language
-
- ;** Bitset defaults for full install
- (set AllCustomModules 255)
- (set AllFontSupport 7)
- (set AllGfxFilters 127)
- (set AllTxtFilters 63)
- (set AllExtras 7)
-
- ;** Bitset default for the Custom Options
- (set CustomModulesDefault 9)
- (set CustomTxtFiltersDefault 1)
- (set CustomGfxFiltersDefault 0)
- (set FontsSupportDefault 1)
- (set ExtrasDefault AllExtras)
-
- ;** Minimum amount of Ram required in MB
- (set MinimumMem "1.5")
- ;** Various
- (set FloppyFinished 0)
-
-
- ; ### INSTALL DISK NAMES
- (set NumberInstallDisks 4)
- (set #Install1Disk "Ww3Install-1")
- (set #Install2Disk "Ww3Install-2")
- (set #Install3Disk "Ww3Install-3")
- (set #Install4Disk "Ww3Install-4")
-
-
- ; ### MODULES AND FILE SIZES
- (set NumCustomOptions 8)
- (set NumCustomModules 4) ; No of modules that can be chosen directly
- (set #CustomOptionsChoice1 "Drawing Tools module")
- (set #CustomOptionsChoice2 "TextEffects module")
- (set #CustomOptionsChoice3 "Table module")
- (set #CustomOptionsChoice4 "Picture module")
- (set #CustomOptionsChoice5 "Extra Font Support")
- (set #CustomOptionsChoice6 "Extra Graphic File Support")
- (set #CustomOptionsChoice7 "Extra Text File Support")
- (set #CustomOptionsChoice8 "Extras (Tutorials, Templates, Clipart)")
-
- (set NumFontOptions 3)
- (set #CustomFontChoice1 "Intellifont (Agfa) Font Support")
- (set #CustomFontChoice2 "PostScript Font Support")
- (set #CustomFontChoice3 "TrueType Font Support")
-
- (set NumGfxOptions 7)
- (set #CustomGfxChoice1 "PC TIF Bitmap")
- (set #CustomGfxChoice2 "PC PCX Bitmap")
- (set #CustomGfxChoice3 "PC GIF Bitmap")
- (set #CustomGfxChoice4 "PC IMG Bitmap")
- (set #CustomGfxChoice5 "Windows BMP Bitmap")
- (set #CustomGfxChoice6 "Windows CGM Vector")
- (set #CustomGfxChoice7 "GEM Vector")
-
- (set NumTxtOptions 6)
- (set #CustomTxtChoice1 "ASCII")
- (set #CustomTxtChoice2 "Rich Text Format (RTF)")
- (set #CustomTxtChoice3 "WordPerfect for DOS")
- (set #CustomTxtChoice4 "Word for DOS")
- (set #CustomTxtChoice5 "Wordstar")
- (set #CustomTxtChoice6 "Microsoft Works")
-
- (set NumExtrasOptions 3)
- (set #CustomExtrasChoice1 "Tutorial Documents")
- (set #CustomExtrasChoice2 "Templates")
- (set #CustomExtrasChoice3 "Wordworth Clipart")
-
- ;** Archive Names and size of files on DISK 1
- (set #WordworthSourceName
- (cat #Install1Disk ":Archive/Wordworth.lzh")) (set WordworthSize "30762")
- (set #WwProgSourceName
- (cat #Install1Disk ":Archive/WwProg.lzh")) (set WwProgSize "657560")
-
- (set #BootDiskFiles
- (cat #Install3Disk ":Archive/Boot"))
- (set #SystemFontsSourceName
- (cat #Install2Disk ":Archive/Fonts.lzh")) (set SystemFontsSize "32000")
- (set #AmigaGuideSourceName
- (cat #Install3Disk ":Archive/AmigaGuide.lzh")) (set AmigaGuideSize "64000")
- (set #ASLSourceName
- (cat #Install3Disk ":Archive/asl.lzh")) (set ASLSize "40720")
- (set #WwHelpEnvSourceName
- (cat #Install3Disk ":Archive/WwHelpEnv.lzh")) (set WwHelpEnvSize "300")
-
- ;** Archive Names and size of files on DISK 2
- (set #CatalogsSourceName
- (cat #Install2Disk ":Archive/Catalogs.lzh")) (set CatalogsSize "11090")
- (set #WwFilesSourceName
- (cat #Install2Disk ":Archive/WwFiles.lzh")) (set WwFilesSize "444155")
- (set #WwHelpSourceName
- (cat #Install2Disk ":Archive/WwHelp.lzh")) (set WwHelpSize "99710")
-
- ;** Module Archive names and size of files
- (set #ModuleOption1SourceName
- (cat #Install2Disk ":Archive/Draw.lzh")) (set ModuleOption1Size "24152")
- (set #ModuleOption2SourceName
- (cat #Install2Disk ":Archive/TextFX.lzh")) (set ModuleOption2Size "24800")
- (set #ModuleOption3SourceName
- (cat #Install2Disk ":Archive/Table.lzh")) (set ModuleOption3Size "58000")
- (set #ModuleOption4SourceName
- (cat #Install2Disk ":Archive/Picture.lzh")) (set ModuleOption4Size "13100")
-
- (set #IntelliSourceName
- (cat #Install3Disk ":Archive/Intelli.lzh")) (set IntelliSize "336000")
- (set #TrueTypeSourceName
- (cat #Install3Disk ":Archive/TrueType.lzh")) (set TrueTypeSize "60000")
- (set #PostScriptSourceName
- (cat #Install3Disk ":Archive/PostScript.lzh")) (set PostScriptSize "60000")
- (set #WwToolsSourceName
- (cat #Install3Disk ":Archive/WwTools.lzh")) (set WwToolsSize "70000")
- (set #UFSTSourceName
- (cat #Install2Disk ":Archive/UFST.lzh")) (set UFSTSize "7400")
- (set #AllFontsSourceName
- (cat #Install2Disk ":Archive/AllFontTypes.lzh")) (set AllFontsSize "138000")
- (set #FontType1SourceName
- (cat #Install2Disk ":Archive/IFOnly.lzh")) (set FontType1Size "54000")
- (set #FontType2SourceName
- (cat #Install2Disk ":Archive/PSOnly.lzh")) (set FontType2Size "70000")
- (set #FontType3SourceName
- (cat #Install2Disk ":Archive/TTOnly.lzh")) (set FontType3Size "67000")
-
- (set #FiltersSourceName
- (cat #Install2Disk ":Archive/Filters.lzh")) (set FiltersSize "28000")
-
- (set #GfxFilter1SourceName
- (cat #Install2Disk ":Archive/TIF.lzh")) (set GfxFilter1Size "20128")
- (set #GfxFilter2SourceName
- (cat #Install2Disk ":Archive/PCX.lzh")) (set GfxFilter2Size "5004")
- (set #GfxFilter3SourceName
- (cat #Install2Disk ":Archive/GIF.lzh")) (set GfxFilter3Size "10172")
- (set #GfxFilter4SourceName
- (cat #Install2Disk ":Archive/IMG.lzh")) (set GfxFilter4Size "4952")
- (set #GfxFilter5SourceName
- (cat #Install2Disk ":Archive/BMP.lzh")) (set GfxFilter5Size "6372")
- (set #GfxFilter6SourceName
- (cat #Install2Disk ":Archive/CGM.lzh")) (set GfxFilter6Size "16000")
- (set #GfxFilter7SourceName
- (cat #Install2Disk ":Archive/GEM.lzh")) (set GfxFilter7Size "3200")
-
- (set #TxtFilter1SourceName
- (cat #Install2Disk ":Archive/ASCII.lzh")) (set TxtFilter1Size "5240")
- (set #TxtFilter2SourceName
- (cat #Install2Disk ":Archive/RTF.lzh")) (set TxtFilter2Size "13548")
- (set #TxtFilter3SourceName
- (cat #Install2Disk ":Archive/Perfect.lzh"))(set TxtFilter3Size "9912")
- (set #TxtFilter4SourceName
- (cat #Install2Disk ":Archive/WordDos.lzh")) (set TxtFilter4Size "12300")
- (set #TxtFilter5SourceName
- (cat #Install2Disk ":Archive/Wordstar.lzh")) (set TxtFilter5Size "6412")
- (set #TxtFilter6SourceName
- (cat #Install2Disk ":Archive/Works.lzh")) (set TxtFilter6Size "10000")
-
- (set #CustomExtras1SourceName
- (cat #Install2Disk ":Archive/Tutorials.lzh")) (set CustomExtras1Size "40000")
- (set #CustomExtras2SourceName
- (cat #Install2Disk ":Archive/Templates.lzh")) (set CustomExtras2Size "20000")
- (set #CustomExtras3SourceName
- (cat #Install2Disk ":Archive/Clipart.lzh")) (set CustomExtras3Size "60000")
-
- ;** Archive Names and size of files on DISK 3
- (set #DictionarySourceName
- (cat #Install3Disk ":Archive/Dictionary.lzh")) (set DictionarySize "412000")
- (set #ThesaurusSourceName
- (cat #Install4Disk ":Archive/Thesaurus.lzh")) (set ThesaurusSize "540000")
-
-
- ;** Archive names
- (set #WordworthName "Wordworth.lzh")
- (set #WwProgName "WwProg.lzh")
- (set #WwFilesName "WwFiles.lzh")
- (set #AmigaGuideName "amigaguide.lzh")
- (set #SystemFontsName "Fonts.lzh")
- (set #ASLName "asl.lzh")
- (set #WwHelpEnvName "WwHelpEnv.lzh")
- (set #CatalogsName "Catalogs.lzh")
- (set #WwHelpName "WwHelp.lzh")
-
- (set #ModuleOption1Name "Draw.lzh")
- (set #ModuleOption2Name "TextFX.lzh")
- (set #ModuleOption3Name "Table.lzh")
- (set #ModuleOption4Name "Picture.lzh")
-
- (set #Module1Name "Drawing Tools") ;These are the filenames of the expanded modules
- (set #Module2Name "TextEffects")
- (set #Module3Name "Table")
- (set #Module4Name "Picture")
-
- (set #IntelliName "Intelli.lzh")
- (set #TrueTypeName "TrueType.lzh")
- (set #PostScriptName "PostScript.lzh")
- (set #WwToolsName "WwTools.lzh")
- (set #UFSTName "UFST.lzh")
- (set #AllFontsName "AllFontTypes.lzh")
- (set #FontType1Name "IFOnly.lzh")
- (set #FontType2Name "PSOnly.lzh")
- (set #FontType3Name "TTOnly.lzh")
-
- (set #IFlibraryName "DigitaIntellifont.library")
- (set #TTlibraryName "DigitaTrueType.library")
- (set #PSlibraryName "DigitaPostScript.library")
-
- (set #FiltersName "Filters.lzh")
- (set #FiltersFileName "wwfilter.library")
-
- (set #GfxFilter1Name "TIF.lzh")
- (set #GfxFilter2Name "PCX.lzh")
- (set #GfxFilter3Name "GIF.lzh")
- (set #GfxFilter4Name "IMG.lzh")
- (set #GfxFilter5Name "BMP.lzh")
- (set #GfxFilter6Name "CGM.lzh")
- (set #GfxFilter7Name "GEM.lzh")
-
- (set #GfxFilter1FileName "TIF.filter")
- (set #GfxFilter2FileName "PCX.filter")
- (set #GfxFilter3FileName "GIF.filter")
- (set #GfxFilter4FileName "IMG.filter")
- (set #GfxFilter5FileName "BMP.filter")
- (set #GfxFilter6FileName "CGM.filter")
- (set #GfxFilter7FileName "GEM.filter")
-
- (set #TxtFilter1Name "ASCII.lzh")
- (set #TxtFilter2Name "RTF.lzh")
- (set #TxtFilter3Name "Perfect.lzh")
- (set #TxtFilter4Name "WordDos.lzh")
- (set #TxtFilter5Name "Wordstar.lzh")
- (set #TxtFilter6Name "Works.lzh")
-
- (set #TxtFilter1FileName "ASCII.filter")
- (set #TxtFilter2FileName "RTF.filter")
- (set #TxtFilter3FileName "WordPerfect.filter")
- (set #TxtFilter4FileName "msword.filter")
- (set #TxtFilter5FileName "Wordstar.filter")
- (set #TxtFilter6FileName "Works.filter")
-
- (set #CustomExtras1Name "Tutorials.lzh")
- (set #CustomExtras2Name "Templates.lzh")
- (set #CustomExtras3Name "Clipart.lzh")
-
- (set #Extras1TestName "Worlds")
- (set #Extras2TestName "Facsimile 1")
- (set #Extras3TestName "Earth.iff")
-
- (set #DictionaryName "Dictionary.lzh")
- (set #ThesaurusName "Thesaurus.lzh")
-
-
- ;** Disk Names
- (set #RamTempFile "RAM:WwTemp")
- (set #LibsDefault "Libs")
- (set #SystemFontsDest "Fonts")
- (set #Parallel "Parallel")
- (set NumNewWwDisks 7)
- (set #NewWwDiskName "Wordworth3")
- (set #NewWwSysDiskName "Ww3System")
- (set #NewWwFilesDiskName "Ww3Files")
- (set #NewWwOutlinesDiskName "Ww3Outlines")
- (set #NewWwDictDiskName "Ww3Dict")
- (set #NewWwThesDiskName "Ww3Thes")
- (set #NewWwDocsDiskName "Documents")
- (set #Workbench2.0Disk "Workbench2.0")
- (set #Workbench2.1Disk "Workbench2.1")
-
- ;** HD Drawer Names
- (set #DrawerName "Wordworth3")
- (set #ModulesName "Modules")
- (set #ModDisName "Storage")
- (set #WwCatalogsName "Catalogs")
- (set #WwFilesDrawerName "WwFiles")
- (set #WwFiltersName "Filters")
- (set #WwPictureFiltersName "Pictures")
- (set #WwTextFiltersName "Text")
- (set #WwFontsName "WwFonts")
- (set #WwAgfaName "Intellifont")
- (set #WwPSName "PostScript")
- (set #WwTTName "TrueType")
- (set #WwUFSTName "UFST")
- (set #WwPrtFontsName "WwPrinterFonts")
- (set #WwHDHelpName "Help")
- (set #DocsName "Documents")
- (set #TemplatesName "Templates")
- (set #ClipartName "Clipart")
- (set #SpellName "Spell")
- (set #WwToolsDrawerName "WwTools")
-
-
- ;** Custom Install Strings
- (set #CustomOptionsPrompt "Custom Configuration")
-
- (set #CustomOptionsHelp
- (cat "\nWordworth allows you to only install the modules you wish to use"
- ".\nSelect the checkbox next to the module name if you wish to"
- " install it.\nSelecting any of the extras checkboxs will bring "
- "up further selection screens after clicking the Proceed button.\n"
- "If a checkbox is already selected that option is either already installed or "
- "selected to be installed. If it is already installed, unselecting it "
- "will not delete it."
- ))
-
- (set #FloppyDiskChangeMsg
- (cat "\nThis installer will now create your Wordworth3 disks.\n\n"
- "To keep disk changes to a minimum we suggest you place the newly created disks "
- "(for example the 'Wordworth3' disk) into your internal disk drive when prompted, "
- "and place the installer disks (for example the 'Ww3Install-1' disk) into your "
- "external disk drive when prompted."
- ))
-
- (set #CustomFontHelp
- (cat "\nWordworth allows you to choose which types of fonts you wish "
- "it to support.\nChoose '" #CustomFontChoice1 "' if you want to use "
- "Compugraphic fonts, '" #CustomFontChoice2 "' if you want to use PostScript fonts, '"
- #CustomFontChoice3 "' if you want to use TrueType fonts.\n"
- "If a checkbox is already selected that option is either already installed or "
- "selected to be installed. If it is already installed, unselecting it "
- "will not delete it."
- ))
-
- (set #CustomFontSupportPrompt
- (cat "Please choose the additional Font Support you wish to install?"
- ))
-
- (set #CustomGfxPrompt
- (cat "Please choose the Graphic filters you wish to install?"
- ))
-
- (set #CustomTxtPrompt
- (cat "Please choose the Text filters you wish to install?"
- ))
-
- (set #CustomFiltersHelp
- (cat "\nWordworth uses Filters to enable you to import and export"
- " various file and picture formats.\n"
- "Choose which filters you wish to install from the above list"
- " by selecting the checkbox next to the Filter name\n"
- "If a checkbox is already selected that option is either already installed or "
- "selected to be installed. If it is already installed, unselecting it "
- "will not delete it."
- ))
-
- (set #CustomExtrasPrompt
- (cat "Please choose the Wordworth Extras that you wish to install?"
- ))
- (set #CustomExtrasHelp
- (cat "\nChoose whether or not you wish to install Wordworths templates,"
- " example clip art and tutorial documents by selecting the checkbox"
- " next to the name.\n"
- "If a checkbox is already selected that option is either already installed or "
- "selected to be installed. If it is already installed, unselecting it "
- "will not delete it."
- ))
-
-
-
- ; ### STRING DEFINITIONS
- ;** Various Strings
- (set #ProgName
- (cat "Wordworth 3"
- ))
-
- (set #Welcome-Pirate
- (cat "\n\nWelcome to the " #ProgName " installer.\n\n"
- "Copyright (C) 1994 Digita International.\n\n\n\n"
- "Wordworth 3 was written by Ian Potts and\nJ.Blake, "
- "A.Cunningham-Smith, S.Minifie, D.Petitt, "
- "A.Stephenson, T.Titchmarsh, P.Wadsworth, K.Wilson."
- ))
-
- (set #Welcome-Pirate-Printer
- (cat "\n\nWelcome to the Add New Printer install utility.\n\n"
- "Copyright (C) 1994 Digita International.\n\n\n\n"
- ))
-
- (set #Welcome-Help
- (cat "\nIf you have any problems with installing, please use the "
- "\"Help\" buttons on the installer and read the appropriate sections "
- "of the manual.\nIf your problems persist, you can get Technical "
- "Support as explained in your 'Wordworth Instruction Book'."
- ))
-
- (set #BadKick
- (cat #ProgName " requires Workbench 2.04 or above to work correctly."
- ))
-
- (set #BadASL
- (cat #ProgName " requires version 38 of the ASL.Library or above to work correctly."
- ))
-
- (set #TTBadCPU
- (cat "\nUnfortunately TrueType font support is not available on Amigas with 68000 "
- "processors, for example an A500, A500+ or A600.\n\n"
- "Please click 'Proceed' to choose again or 'Abort' to exit the installer"
- ))
-
- (set #NoMem
- (cat #ProgName " requires at least " MinimumMem "MB of free memory to work correctly."
- ))
-
- (set #ReBoot
- (cat "After this installation has finished please reset your computer "
- "before running Wordworth 3."
- ))
-
- (set #FloppyWorkingMsg
- (cat "\n\n\nPlease wait...\n\n" #ProgName " is being installed to your floppy disks."
- ))
-
- (set #HardDiskWorkingMsg
- (cat "\n\n\nPlease wait...\n\n" #ProgName " is being installed to your hard disk."
- ))
-
- (set #FormatWorkingMsg
- (cat "Please Wait... Formatting a disk."
- ))
-
- (set #FloppyFinishedMsg
- (cat "\nAfter clicking the 'Proceed' button, place the \"" #NewWwDiskName
- "\" disk in the internal disk drive and reset your Amiga."
- ))
-
- (set #CheckStartup
- (cat "\n\n\nPlease wait...\n\nThe installer is just checking your system."
- ))
-
- (set #DearchivingMsg
- (cat "\n\n\nPlease wait..."
- ))
-
- (set #WBVersionMsg
- (cat "\n\n\nWhat version of Workbench do you have ?"
- ))
-
- (set #WBVersionChoice1
- (cat "Workbench 2.04"
- ))
-
- (set #WBVersionChoice2
- (cat "Workbench 2.1 or above"
- ))
-
- (set #WBVersionHelp
- (cat "\nThis installer needs to know what version of Workbench you have "
- "so that it can install the Speech utility.\n"
- "If you have an Amiga A600 you most probebly have WorkBench 2.04, "
- "in which case click the '" #WBVersionChoice1 "' button. "
- "If you have Workbench 2.1 then click the '" #WBVersionChoice2 "' button.\n"
- "The Speech utility wiil only be installed if you have Workbench 2.04"
- ))
-
-
- ;** Disk Messages
- (set #FloppyBackupsMsg
- (cat "\nIMPORTANT\n\nDo not use your original disks "
- "for this installation and write-protect your disks "
- "before proceeding.\n\n"
- "This installer will create seven disks for use with Wordworth3"
- ))
-
- (set #BlankDiskWarning
- (cat "\nPlease insert a 'blank' disk in the internal\n"
- "disk drive and click \"Proceed\" when ready."
- "\n\nWARNING: This procedure will destroy all information "
- "that may already be on the disk."
- ))
-
- (set #FloppyWarningHelp
- (cat "\nThis procedure uses the 'format' command to "
- "wipe and prepare the disk in the internal disk drive "
- "for use with Wordworth."
- "\n\nWrite-protect your master disks before making "
- "backup copies and place the masters in a safe place."
- "\n\nYou should also write-protect your backup disks "
- "before clicking the \"Proceed\" button."
- ))
-
- (set #NotBlankMsg1
- (cat "\nYou have the \""
- ))
-
- (set #NotBlankMsg2
- (cat "\" disk in your internal disk drive.\n\nPlease "
- "replace this disk with a blank one, before "
- "clicking the \"Proceed\" button."
- ))
-
- (set #FormatError
- (cat "\nAn error occured when trying to format this disk.\n\n"
- "Please ensure that the disk is in the disk drive "
- "before you click the \"Proceed\" button or "
- "put another disk in the drive and try again."
- ))
-
- (set #FormatErrorHelp
- (cat "\nAn error has occured during the formatting of "
- "your disk. This could be for many reasons, but more "
- "commonly, either the disk was corrupt or the drive was "
- "faulty.\nPlease try a different disk, check the drive "
- "and then if the problem persists, contact the Technical "
- "Support Department. Information on how to get Support is "
- "explained in the manual."
- ))
-
- (set #FormatCompleteMsg1
- (cat " created.\n\nPlease take out the disk "
- "in the internal disk drive and label it \""
- ))
-
- (set #FormatCompleteMsg2
- (cat "\", then click the \"Proceed\""
- " button."
- ))
-
- (set #FormatCompleteMsgLast
- (cat "\". Click the \"Proceed\" button to continue."
- ))
-
- (set #InsertDiskMsg
- (cat "\nPlease insert the disk labelled\n\n"
- ))
-
- ;** Install Stuff
- (set #DestChoicePrompt
- (cat "\n\n\nWhere would you like to install " #ProgName "?"
- ))
-
- (set #DestChoicePrinterPrompt
- (cat "\n\n\nWhere have you to installed " #ProgName "?"
- ))
-
- (set #FloppyChoiceMsg
- (cat "On floppy disks"
- ))
-
- (set #HardDiskChoiceMsg
- (cat "On a hard disk"
- ))
-
- (set #DestChoiceHelp
- (cat "\nSelect the radio button \"On a hard disk\" to "
- "install " #ProgName " onto your hard disk.\n\n"
- "Select the radio button \"On floppy disks\" to "
- "install " #ProgName " onto a set of backup disks.\n\n\n"
- ))
-
- (set #DestChoicePrinterHelp
- (cat "\nSelect the radio button \"On a hard disk\" if "
- "you installed " #ProgName " onto your hard disk.\n\n"
- "Select the radio button \"On floppy disks\" if you "
- "installed " #ProgName " onto a set of backup disks.\n\n\n"
- ))
-
- (set #InstallChoicePrompt
- (cat "\n\nWhat type of installation do you wish to have ?"
- ))
-
- (set #PartialChoice
- (cat "Partial (approx. " PartialHDSpace "MB disk space needed)"
- ))
-
- (set #FullChoice
- (cat "Full (approx. " FullHDSpace "MB disk space needed)"
- ))
-
- (set #CustomChoice
- (cat "Custom (maximum " MaxCustomHDSpace "MB disk space needed)"
- ))
-
- (set #InstallTypeHelp
- (cat "\nSelect the radio button which best suits your installation needs:"
- "\n1. Partial Installation - Will install a minimum set of modules "
- "ideal for the novice.\nHard disk space needed: approx. " PartialHDSpace "MB.\n"
- "\n2. Full Installation - Will install all modules and files for the "
- "expert user.\nHard disk space needed: approx. " FullHDSpace "MB.\n"
- "\n3. Custom Installation - Will allow the user to choose which "
- "modules to install.\nHard disk "
- "space needed: maximum " MaxCustomHDSpace "MB."
- ))
-
-
- ;** No disk space strings
- (set #ChooseAgainDestFull "Choose a new destination")
- (set #ChooseAgainOptFull "Choose a new set of options")
-
- (set #ChooseAgainPrompt1
- (cat "\nThere is not enough disk space in \""
- ))
-
- (set #ChooseAgainPrompt2
- (cat "\" to install your chosen options (they require "
- ))
-
- (set #ChooseAgainPrompt3
- (cat " bytes of free space and you only have\n"
- ))
-
- (set #ChooseAgainPrompt3b
- (cat " bytes left).\n"
- ))
-
- (set #ChooseAgainPrompt4
- (cat "\nDo you wish to \""
- #ChooseAgainDestFull "\" or \"" #ChooseAgainOptFull "\""
- ))
-
- (set #ChooseAgainDest "New Destination")
- (set #ChooseAgainOpt "New Options")
-
- (set #ChooseAgainHelp
- (cat "\nUnfortunately there is not enough room on your hard disk "
- "to install the options you have chosen.\nYou will therefore "
- "have to choose a different set of options by clicking the \""
- #ChooseAgainOpt "\" button, or a new destination by clicking the \""
- #ChooseAgainDest "\" button.\n\nIf you cannot find enough room on "
- "any hard disk partition, click the \"Abort Install\" button and "
- "delete some files on your hard disk before re-running this installer."
- ))
-
- (set #ChooseAgainAddHelp
- (cat "\nChoose \"Proceed\" to select your options again or"
- " choose \"Abort Install\" to exit and make space available on your Hard Disk."
- ))
-
-
- ;** Other strings
- (set #BadBoot
- (cat "You must turn on your machine with the \"" #Install1Disk
- "\" disk in the internal drive before installing or running "
- #ProgName "."
- ))
-
- (set #Wwdiskhelp
- (cat "\nIf you know that the correct disk is in the drive, but you "
- "still cannot proceed, then the name of the disk is incorrect.\n"
- "The name of this disk should be \""#NewWwDiskName "\" with no "
- "blank spaces before, after or within the name.\n\n"
- "To rename the disk correctly, select the disk icon (the graphic "
- "that appears on the Workbench screen when the disk is inserted), choose "
- "the Rename command from the Workbench Icons menu, delete the contents "
- "of the text gadget and type \"" #NewWwDiskName "\"."
- )
- )
-
- (set #diskhelp
- (cat "\nIf you know that the correct disk is in the drive, but you still cannot proceed, "
- "then the name of the disk is incorrect.\n"
- "Ensure that the disk name is not preceded by 'copy_of_', or blank spaces before or after the disk name.\n\n\n" @askdisk-help
- )
- )
-
- (set #HardDiskDestChoiceMsg
- (cat "Where do you want to install the\n" #ProgName " program?"
- ))
-
- (set #InstallASLChoice1 "Yes - Replace it")
- (set #InstallASLChoice2 "No")
-
- (set #OldASLLibraryMsg
- (cat "You have an old version of the ASL.library. "
- "Wordworth 3 requires you have at least version 38 of this "
- "library. Do you want to replace your ASL.library with version 38 ?"
- ))
-
- (set #OldASLLibraryHelp
- (cat "Wordworth 3 will not work properly unless you have at least version 38 "
- "of the ASL.library (Workbench 2.1 or above).\n\n"
- "Choose \"" #InstallASLChoice1 "\" to replace your version with version 38 "
- "and then install Wordworth 3.\nChoose \"" #InstallASLChoice2 "\" to not install "
- "version 38 and to quit this installation utility."
- ))
-
- (set #HDLibsDestChoiceMsg1
- (cat "Where do you want to install the Libraries ?"
- ))
-
- (set #HDLibsDestChoiceMsg2
- (cat "Where have you installed the Digita Libraries ?"
- ))
-
- (set #HardDiskDestChoiceHelp
- (cat "Select the drawer where you want to install " #ProgName
- ", then click Proceed (a new drawer titled \"" #DrawerName
- "\" will be created and will contain the " #ProgName " program.)"
- ))
-
- (set #HDLibsDestChoiceHelp
- (cat "Select the drawer where you want to install "
- "the Digita font libraries"
- ", then click Proceed (the default is 'Libs:').\n"
- " If the destination is not 'Sys:Libs' then the chosen "
- "destination must be added to the 'Libs:' path."
- ))
-
- (set #HardDiskDestChoiceConfirmMsg1
- (cat "\nAre you sure you want to install " #ProgName " in the "
- "destination:\n\n\""
- ))
-
- (set #HardDiskDestChoiceConfirmMsg2
- (cat "\"\n\n\n\n(A new drawer titled \"" #DrawerName "\" will be "
- "created and this will contain the " #ProgName " program.)"
- ))
-
- (set #HardDiskDestChoiceConfirmHelp
- (cat "Click YES to keep the destination drawer.\n\nClick NO "
- "if you want to change the destination drawer."
- ))
-
- (set #DrawerExistsMsg
- (cat "\nA drawer titled \"" #DrawerName "\" already exists in "
- "the destination you have chosen.\n\nDo you wish to replace it "
- "or choose a new destination?"
- ))
-
- (set #CustomDrawerExistsMsg
- (cat "\nA drawer titled \"" #DrawerName "\" already exists in "
- "the destination you have chosen.\n\nDo you wish to replace it "
- "or add new modules to existing Wordworth3 ?"
- ))
-
- (set #DrawerExistsChoice1 "Replace it")
- (set #DrawerExistsChoice2 "Choose new destination")
-
- (set #CustomDrawerExistsChoice1 "Replace it")
- (set #CustomDrawerExistsChoice2 "Add new modules")
-
- (set #DrawerExistsHelp
- (cat "\nYou have chosen a destination drawer which already has \""
- #DrawerName "\" installed there.\n\nClick \""
- #DrawerExistsChoice1 "\" to replace the contents with this new version "
- "of " #ProgName ".\nClick \"" #DrawerExistsChoice2 "\" to choose a "
- "new destination drawer."
- ))
-
- (set #CustomDrawerExistsHelp
- (cat "\nYou have chosen a destination drawer which already has \""
- #DrawerName "\" installed there.\n\nClick \""
- #CustomDrawerExistsChoice1 "\" to replace the contents with this new version "
- "of " #ProgName ".\nClick \"" #CustomDrawerExistsChoice2 "\" to install "
- "additional modules to the existing version."
- ))
-
- (set #NoDiskSpaceMsg1
- (cat "\nThere is insufficient available space on your hard disk to install "
- #ProgName ". You will need a minimum of "
- ))
-
- (set #NoDiskSpaceMsg2
- (cat "MB of free disk space.\n\nEither click \"Abort Install\" to exit this "
- "installation and delete some files from your hard disk, or click \"Proceed\" and try a "
- "different partition."
- ))
-
- (set #NoLibSpaceMsg1
- (cat "\nThere is insufficient available space in your chosen destination to install the "
- #ProgName " libraries. You will need a minimum of "
- ))
-
- (set #NoLibSpaceMsg2
- (cat "K of free disk space.\n\nEither click \"Abort Install\" to exit this "
- "installation and delete some files from your hard disk, or try a "
- "different partition."
- ))
-
- (set #LibAbortMsg
- (cat "There is insufficient space in your System partition on your hard disk to install the "
- #ProgName " libraries. Please make space free by deleting some files and try to "
- "install again or contact Digita technical support."
- ))
-
- (set #AskEnvArc
- (cat "\nIn which disk or drawer should the environment settings "
- "(ENVARC:) be saved?"
- ))
-
- (set #AskEnvArcHelp
- (cat "\nThis section lets you choose in which drawer, or on which disk, "
- #ProgName " places its enviroment settings.\n\nThese should normally go "
- "in the \"ENVARC:\" directory of your system disk or partition.\n\n"
- @askdir-help
- ))
-
- (set #AskEnvArcStartup
- (cat "\nYour system startup sequence did not contain an assign for "
- "ENVARC:. Do you wish to add this assign to \"S:User-Startup\"?"
- ))
-
- (set #AskEnvArcStartupHelp
- (cat "\nSelect YES to add assign to the user-startup file\n\n" @startup-help
- ))
-
- (set #AskEnvStartup
- (cat "\nYour system startup sequence did not contain an assign for "
- "ENV:. Do you wish to add this assign to \"S:User-Startup\"?"
- ))
-
- (set #AskEnvStartupHelp
- (cat "\nSelect YES to add assign to the user-startup file\n\n" @startup-help
- ))
-
- ; ### PROCEDURE DEFINITIONS
-
- ;** Set up Destinations
- (Procedure SetUpDestinationsHD
- (
- (set #InsideHDDest (tackon #DestDrawer #DrawerName))
- (set #HDModulesDest (tackon #InsideHDDest #ModulesName))
- (set #HDModDisDest (tackon #HDModulesDest #ModDisName))
- (set #HDCatalogsLangDest (tackon #InsideHDDest #WwCatalogsName))
- (set #HDCatalogsDest (tackon #HDCatalogsLangDest Language))
- (set #HDWwFilesDest (tackon #InsideHDDest #WwFilesDrawerName))
- (set #HDWwFiltersDest (tackon #InsideHDDest #WwFiltersName))
- (set #HDWwPictureFiltersDest (tackon #HDWwFiltersDest #WwPictureFiltersName))
- (set #HDWwTextFiltersDest (tackon #HDWwFiltersDest #WwTextFiltersName))
- (set #HDWwFontsDest (tackon #InsideHDDest #WwFontsName))
- (set #HDWwAgfaDest (tackon #HDWwFontsDest #WwAgfaName))
- (set #HDWwPSDest (tackon #HDWwFontsDest #WwPSName))
- (set #HDWwTTDest (tackon #HDWwFontsDest #WwTTName))
- (set #HDWwUFSTDest (tackon #HDWwFontsDest #WwUFSTName))
- ; (set #HDWwPrtFontsDest (tackon #HDWwFontsDest #WwPrtFontsName))
- (set #HDWwHelpDest (tackon #InsideHDDest #WwHDHelpName))
- (set #HDDocsDest (tackon #InsideHDDest #DocsName))
- (set #HDTemplatesDest (tackon #HDDocsDest #TemplatesName))
- (set #HDClipartDest (tackon #InsideHDDest #ClipartName))
- (set #HDDictDest (tackon #InsideHDDest #SpellName))
- (set #HDThesDest (tackon #InsideHDDest #SpellName))
- (set #HDWwToolsDest (tackon #InsideHDDest #WwToolsDrawerName))
- )
- )
-
-
- ;** define all hard disk destinations
- (Procedure SetHardDiskDestinations
- (
- (set #ModulesDest #HDModulesDest)
- (set #ModDisDest #HDModDisDest)
- (set #CatalogsLangDest #HDCatalogsLangDest)
- (set #CatalogsDest #HDCatalogsDest)
- (set #WwFilesDest #HDWwFilesDest)
- (set #WwFiltersDest #HDWwFiltersDest)
- (set #WwPictureFiltersDest #HDWwPictureFiltersDest)
- (set #WwTextFiltersDest #HDWwTextFiltersDest)
- (set #WwFontsDest #HDWwFontsDest)
- (set #WwAgfaDest #HDWwAgfaDest)
- (set #WwPSDest #HDWwPSDest)
- (set #WwTTDest #HDWwTTDest)
- (set #WwUFSTDest #HDWwUFSTDest)
- (set #WwPrtFontsDest #HDWwPrtFontsDest)
- (set #WwHelpDest #HDWwHelpDest)
- (set #DocsDest #HDDocsDest)
- (set #TemplatesDest #HDTemplatesDest)
- (set #ClipartDest #HDClipartDest)
- (set #DictDest #HDDictDest)
- (set #ThesDest #HDThesDest)
- (set #WwToolsDest #HDWwToolsDest)
- )
- )
-
- ;** define all floppy disk destinations
- (Procedure SetFloppyDiskDestinations
- (
- (set #ModulesDest (cat #NewWwDiskName ":" #ModulesName))
- (set #ModDisDest (cat #NewWwDiskName ":" #ModulesName "/" #ModDisName))
- (set #CatalogsLangDest (cat #NewWwDiskName ":" #WwCatalogsName))
- (set #CatalogsDest (cat #NewWwDiskName ":" #WwCatalogsName "/" Language))
- (set #LibsDest (cat #NewWwDiskName ":" #LibsDefault))
- (set #SysFontsDest (cat #NewWwDiskName ":" #SystemFontsDest))
- (set #WwFilesDest (cat #NewWwFilesDiskName ":" #WwFilesDrawerName))
- (set #WwFiltersDest (cat #NewWwDictDiskName ":" #WwFiltersName))
- (set #WwPictureFiltersDest (cat #NewWwDictDiskName ":" #WwFiltersName "/" #WwPictureFiltersName))
- (set #WwTextFiltersDest (cat #NewWwDictDiskName ":" #WwFiltersName "/" #WwTextFiltersName))
- (set #WwFontsDest (cat #NewWwOutlinesDiskName ":" #WwFontsName))
- (set #WwFontsDestOutlines (cat #NewWwOutlinesDiskName ":" #WwFontsName))
- (set #WwAgfaDest (cat #NewWwOutlinesDiskName ":" #WwFontsName "/" #WwAgfaName))
- (set #WwPSDest (cat #NewWwOutlinesDiskName ":" #WwFontsName "/" #WwPSName))
- (set #WwTTDest (cat #NewWwOutlinesDiskName ":" #WwFontsName "/" #WwTTName))
- (set #WwUFSTDest (cat #NewWwOutlinesDiskName ":" #WwFontsName "/" #WwUFSTName))
- (set #WwHelpDest (cat #NewWwDictDiskname ":" #WwHDHelpName))
- (set #DocsDest (cat #NewWwDocsDiskName ":" #DocsName))
- (set #TemplatesDest (cat #NewWwDocsDiskName ":" #TemplatesName))
- (set #ClipartDest (cat #NewWwDocsDiskName ":" #ClipartName))
- (set #DictDest (cat #NewWwDictDiskname ":" #SpellName))
- (set #ThesDest (cat #NewWwThesDiskname ":" #SpellName))
- (set #WwToolsDest (cat #NewWwOutlinesDiskName ":" #WwToolsDrawerName))
- )
- )
-
-
- ;** Procedure to decompress file set in 'UnpackFile' to 'UnpackDest'
- (procedure UnpackFiles
- (
- (working "Unarchiving " UnpackFile " to " UnpackDest "\n\nPlease wait...")
- (set ExpandName UnpackFile)
- (set RunLZ
- (cat "WwTemp:LZ e \"" ExpandName "\" \"" UnpackDest "\"")
- )
- (run RunLZ)
- )
- )
-
- ;** Procedure to Check if Wordworth3 Exists already in destination
- ;** Replace or choose again if so
- (procedure CheckExistsAlready
- (
- (if (exists (tackon #DestDrawer #DrawerName)) ; if there is already a drawer named Wordworth3
- (
- (set ChooseAgainAnswer
- (askbool
- (prompt #DrawerExistsMsg)
- (choices #DrawerExistsChoice1 #DrawerExistsChoice2)
- (help #DrawerExistsHelp)
- (default 1)
- )
- )
- (if (= ChooseAgainAnswer 0)
- (
- (set WwNotExists 0)
- )
- (;else
- (DeleteOldWordworth3)
- (set WwNotExists 1)
- )
- )
- )
- (;else
- (set WwNotExists 1)
- )
- );endif
- )
- )
-
- ;** Procedure to choose the hard disk destination
- (procedure FindHDDest
- (
- (set WwNotExists 0)
- (while (= WwNotExists 0)
- (
- (ChooseHDDest)
- (while (< (getdiskspace #DestDrawer) HDSpaceNeededBytes)
- (
- (if (< (getdiskspace #DestDrawer) HDSpaceNeededBytes)
- (
- (if (= @user-level 0)
- (
- (user 2)
- (set #UserNovice 1)
- )
- )
- (message #NoDiskSpaceMsg1 (/ (/ HDSpaceNeededBytes 1024) 1024) #NoDiskSpaceMsg2)
- (ChooseHDDest)
- )
- )
- )
- ) ;end while
- (CheckExistsAlready)
- )
- );end while
- (if (= #UserNovice 1)
- (user 0)
- )
- )
- )
-
- (procedure ChooseHDDest
- (
- ;** Find default drawer
- (set #DefaultDest (getassign "Work" "d"))
- (if (= #DefaultDest "")
- (
- (set #DefaultDest (getassign "HD3" "d"))
- (if (= #DefaultDest "")
- (
- (set #DefaultDest (getassign "HD2" "d"))
- (if (= #DefaultDest "")
- (
- (set #DefaultDest (getassign "HD1" "d"))
- (if (= #DefaultDest "")
- (
- (set #DefaultDest (getassign "DH1" "d"))
- (if (= #DefaultDest "")
- (
- (set #DefaultDest (getassign "HD0" "d"))
- (if (= #DefaultDest "")
- (
- (set #DefaultDest "DH0:")
- (if (= #UserNovice 1)
- (user 2)
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- ;** Ask for destination
- (set #DestDrawer
- (askdir
- (prompt #HardDiskDestChoiceMsg)
- (help #HardDiskDestChoiceHelp)
- (default #DefaultDest)
- )
- )
- )
- )
-
-
- ;** Create all Ww drawers in #DestDrawer and set paths to them
- (procedure CreateDrawers
- (
- (set #InsideHDDest (tackon #DestDrawer #DrawerName))
- ;** Make the Wordworth drawer
- (makedir #InsideHDDest (infos))
-
- ;** Make the Modules drawer
- (set #HDModulesDest (tackon #InsideHDDest #ModulesName))
- (makedir #HDModulesDest (infos))
- ;** Make the Modules Disabled drawer
- (set #HDModDisDest (tackon #HDModulesDest #ModDisName))
- (makedir #HDModDisDest (infos))
-
- ;** Make the Catalogs drawer
- (set #HDCatalogsLangDest (tackon #InsideHDDest #WwCatalogsName))
- (makedir #HDCatalogsLangDest)
- ;** Make the language drawer
- (set #HDCatalogsDest (tackon #HDCatalogsLangDest Language))
- (makedir #HDCatalogsDest)
-
- ;** Make the WwFiles drawer
- (set #HDWwFilesDest (tackon #InsideHDDest #WwFilesDrawerName))
- (makedir #HDWwFilesDest)
-
- ;** Make the Filters drawer
- (set #HDWwFiltersDest (tackon #InsideHDDest #WwFiltersName))
- (makedir #HDWwFiltersDest (infos))
- ;** Make Picture Filters drawer
- (set #HDWwPictureFiltersDest (tackon #HDWwFiltersDest #WwPictureFiltersName))
- (makedir #HDWwPictureFiltersDest (infos))
- ;** Make Text Filters drawer
- (set #HDWwTextFiltersDest (tackon #HDWwFiltersDest #WwTextFiltersName))
- (makedir #HDWwTextFiltersDest (infos))
-
- ;** Make the WwFonts drawer
- (set #HDWwFontsDest (tackon #InsideHDDest #WwFontsName))
- (makedir #HDWwFontsDest (infos))
- ;** Make the Agfa drawer
- (set #HDWwAgfaDest (tackon #HDWwFontsDest #WwAgfaName))
- (makedir #HDWwAgfaDest (infos))
- ;** Make the PS drawer
- (set #HDWwPSDest (tackon #HDWwFontsDest #WwPSName))
- (makedir #HDWwPSDest (infos))
- ;** Make the TrueType drawer
- (set #HDWwTTDest (tackon #HDWwFontsDest #WwTTName))
- (makedir #HDWwTTDest (infos))
- ;** Make the UFST drawer
- (set #HDWwUFSTDest (tackon #HDWwFontsDest #WwUFSTName))
- (makedir #HDWwUFSTDest)
- ;** Make the Printer Fonts drawer
- ; (set #HDWwPrtFontsDest (tackon #HDWwFontsDest #WwPrtFontsName))
- ; (makedir #HDWwPrtFontsDest)
-
- ;** Make the WwHelp drawer
- (set #HDWwHelpDest (tackon #InsideHDDest #WwHDHelpName))
- (makedir #HDWwHelpDest)
-
- ;** Make the Docs drawer
- (set #HDDocsDest (tackon #InsideHDDest #DocsName))
- (makedir #HDDocsDest (infos))
- ;** Make the Templates drawer
- (set #HDTemplatesDest (tackon #HDDocsDest #TemplatesName))
- (makedir #HDTemplatesDest (infos))
-
- ;** Make the Clipart drawer
- (set #HDClipartDest (tackon #InsideHDDest #ClipartName))
- (makedir #HDClipartDest (infos))
-
- ;** Make the Spell drawer
- (set #HDDictDest (tackon #InsideHDDest #SpellName))
- (makedir #HDDictDest)
- (set #HDThesDest #HDDictDest)
-
- ;** Make the WwTools drawer
- (set #HDWwToolsDest (tackon #InsideHDDest #WwToolsDrawerName))
- (makedir #HDWwToolsDest (infos))
-
- (complete 10)
- )
- )
-
- ;** Procedure to dearchive Basic Prog files (like WwFiles & program)
- (procedure DearchiveProgFiles
- (
- (working #DearchivingMsg)
-
- (set #FileSourceName #WordworthSourceName)
- (set #FileSourceDisk #Install1Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #InsideHDDest "/"))
- (UnpackFiles)
-
- (set #FileSourceName #WwprogSourceName)
- (set #FileSourceDisk #Install1Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #InsideHDDest "/"))
- (UnpackFiles)
-
- (set #FileSourceName #CatalogsSourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #CatalogsDest "/"))
- (UnpackFiles)
-
- (set #FileSourceName #WwHelpSourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwHelpDest "/"))
- (UnpackFiles)
-
- (set #FileSourceName #WwFilesSourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwFilesDest "/"))
- (UnpackFiles)
-
- (if (OR (> ChosenTxtFilters 0) (> ChosenGfxFilters 0)); if any filters to be installed..
- (
- (DearchiveFilterLibrary)
- )
- )
- (Complete 20)
- )
- )
-
- ;** Dearchive Filter library
- (procedure DearchiveFilterLibrary
- (
- (set #FileSourceName #FiltersSourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnPackFile #FileSourceName)
- (set UnPackDest (cat #WwFilesDest "/"))
- (UnpackFiles)
- )
- )
-
- ;** Procedure to dearchive Custom modules to hard disk
- (procedure DearchiveCustomModulesHD
- (
- (CreateDrawers)
- (SetHardDiskDestinations)
- (set #HDLibsDestChoiceMsg #HDLibsDestChoiceMsg1)
- (CheckLibsDest)
- (DearchiveProgFiles)
- (DearchiveModules)
- (complete 40)
- (DearchiveScreenFonts)
- (DearchiveGFXFilters)
- (complete 50)
- (DearchiveTextFilters)
- (complete 55)
- (DearchiveExtras)
- (complete 60)
- (DearchiveFontSupport)
- (DearchiveAmigaGuide)
- (complete 70)
- (DearchiveSpell)
- (DearchiveThes)
- (complete 80)
- )
- )
-
- ;** This procedure no longer copies the file to Ram: but it does ask for the
- ;** appropiate disk and then de-archives directly from the source.
- ;** (Procedure to copy a file '#FileSourceName' from '#FileSourceDisk to ram) - no more
- (procedure GetDisk
- (
- (askdisk
- (prompt #InsertDiskMsg #FileSourceDisk)
- (help #diskhelp)
- (dest #FileSourceDisk)
- )
- )
- )
-
- ;** Procedure to de-archive screen fonts, amigaguide library and HelpEnv
- (procedure DearchiveScreenFonts
- (
- (set #FileSourceDisk #Install2Disk)
- (set #FileSourceName #SystemFontsSourceName)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #SystemFontsDest ":"))
- (UnpackFiles)
- )
- )
-
-
- ;** Procedure to de-archive screen fonts, amigaguide library and HelpEnv
- (procedure DearchiveAmigaGuide
- (
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
-
- (if (NOT (exists (tackon #LibsDest #AmigaGuideName)))
- (
- (set #FileSourceName #AmigaGuideSourceName)
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #LibsDest "/"))
- (UnpackFiles)
- )
- )
- (set UnpackFile #WwHelpEnvName)
- (set UnpackDest "ENVARC:")
- (UnpackFiles)
- (set UnpackDest "ENV:")
- (UnpackFiles)
- )
- )
-
-
- ;** Procedure to de-archive and install Modules
- (procedure DearchiveModules
- (
- (working "Dearchiving and Installing Modules")
- (set n 0)
- (set #FileSourceDisk #Install2Disk)
- (while (< n NumCustomModules) ;number of options
- (
- (if (> (IN ChosenOptions n) 0)
- (
- (set #FileSourceName
- (select n
- #ModuleOption1SourceName
- #ModuleOption2SourceName
- #ModuleOption3SourceName
- #ModuleOption4SourceName
- )
- )
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #ModulesDest "/") )
- (UnpackFiles)
- )
- (;else
- (set #FileSourceName
- (select n
- #ModuleOption1SourceName
- #ModuleOption2SourceName
- #ModuleOption3SourceName
- #ModuleOption4SourceName
- )
- )
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #ModDisDest "/") )
- (UnpackFiles)
- )
- )
- (set n (+ n 1))
- )
- ) ;end while
- )
- )
-
- ;** get lib destination
- (procedure GetLibDest
- (
- (if (= @user-level 2)
- (
- ;** Ask for destination
- (set #LibsDest
- (askdir
- (prompt #HDLibsDestChoiceMsg)
- (help #HDLibsDestChoiceHelp)
- (default LibsPath)
- )
- )
- )
- (
- (set #LibsDest LibsPath)
- )
- ) ;end if
- )
- )
-
- ;** Procedure to check Libs destination
- (procedure CheckLibsDest
- (
- (set LibsPath (expandpath (cat #LibsDefault ":")))
- (GetLibDest)
- (set SystemSpace (+ TotalFontLibsSpace SystemFontSpace))
- (while (< (getdiskspace #LibsDest) SystemSpace)
- (
- (if (= @user-level 2)
- (
- (if (< (getdiskspace #LibsDest) SystemSpace)
- (
- (message #NoLibSpaceMsg1 (/ SystemSpace 1024) #NoLibSpaceMsg2)
- (GetLibDest)
- )
- )
- )
- (
- (abort #LibAbortMsg)
- )
- ); endif
- )
- ) ;end while
- )
- )
-
-
- ;** Procedure to de-archive and install Font Support
- (procedure DearchiveFontSupport
- (
- (working "Dearchiving and Installing Font Support\n\n")
- (set n 0)
- (set #FileSourceDisk #Install2Disk)
-
- (set #FileSourceName #UFSTSourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwUFSTDest "/"))
- (UnpackFiles)
-
- (if (= ChosenFontSupport 1)
- (
- (set #FileSourceName #FontType1SourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #LibsDest "/") )
- (UnpackFiles)
-
- (set #FileSourceName #IntelliSourceName)
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwAgfaDest "/"))
- (UnpackFiles)
- )
- (
- (if (= ChosenFontSupport 2)
- (
- (set #FileSourceName #FontType2SourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #LibsDest "/") )
- (UnpackFiles)
-
- (set #FileSourceName #PostScriptSourceName)
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwPSDest "/"))
- (UnpackFiles)
- )
- (
- (if (= ChosenFontSupport 4)
- (
- (set #FileSourceName #FontType3SourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #LibsDest "/") )
- (UnpackFiles)
-
- (set #FileSourceName #TrueTypeSourceName)
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwTTDest "/"))
- (UnpackFiles)
- )
- (
- (if (> ChosenFontSupport 0)
- (
- (set #FileSourceName #AllFontsSourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #LibsDest "/") )
- (UnpackFiles)
-
- (set #FileSourceName #IntelliSourceName)
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwAgfaDest "/"))
- (UnpackFiles)
-
- )
- ); endif AllFonts
- )
- ); endif TT
- )
- ); endif PS
- )
- ); endif AF
- (set #FileSourceName #WwToolsSourceName)
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwToolsDest "/"))
- (UnpackFiles)
- )
- )
-
- ;** Procedure to de-archive and install Text Filters
- (procedure DearchiveTextFilters
- (
- (working "Dearchiving and Installing Text Filters")
- (set n 0)
- (set #FileSourceDisk #Install2Disk)
- (while (< n NumTxtOptions) ;number of options
- (
- (if (> (IN ChosenTxtFilters n) 0)
- (
- (set #FileSourceName
- (select n
- #TxtFilter1SourceName
- #TxtFilter2SourceName
- #TxtFilter3SourceName
- #TxtFilter4SourceName
- #TxtFilter5SourceName
- #TxtFilter6SourceName
- )
- )
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwTextFiltersDest "/") )
- (UnpackFiles)
- )
- )
- (set n (+ n 1))
- )
- ) ;end while
- )
- )
-
- ;** Procedure to de-archive and install GFX Filters
- (procedure DearchiveGFXFilters
- (
- (working "Dearchiving and Installing GFX Filters")
- (set n 0)
- (set #FileSourceDisk #Install2Disk)
- (while (< n NumGfxOptions) ;number of options
- (
- (if (> (IN ChosenGfxFilters n) 0)
- (
- (set #FileSourceName
- (select n
- #GfxFilter1SourceName
- #GfxFilter2SourceName
- #GfxFilter3SourceName
- #GfxFilter4SourceName
- #GfxFilter5SourceName
- #GfxFilter6SourceName
- #GfxFilter7SourceName
- )
- )
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwPictureFiltersDest "/") )
- (UnpackFiles)
- )
- )
- (set n (+ n 1))
- )
- ) ;end while
- )
- )
-
- ;** Procedure to de-archive and install Extras
- (procedure DearchiveExtras
- (
- (working #DearchivingMsg)
- (if (> (IN ChosenExtras 0) 0); if CustomExtraChoice1 selected
- (
- (set #FileSourceName #CustomExtras1SourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #DocsDest "/" ))
- (UnpackFiles)
- )
- )
- (if (> (IN ChosenExtras 1) 0); if CustomExtraChoice2 selected
- (
- (set #FileSourceName #CustomExtras2SourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #TemplatesDest "/" ))
- (UnpackFiles)
- )
- )
- (if (> (IN ChosenExtras 2) 0); if CustomExtraChoice3 selected
- (
- (set #FileSourceName #CustomExtras3SourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #ClipartDest "/" ))
- (UnpackFiles)
- )
- )
- )
- )
-
- ;** Install Spell files
- (procedure DearchiveSpell
- (
- (working "Installing Spell Checker")
- ;Install Dictionary
- (set #FileSourceName #DictionarySourceName)
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #DictDest "/" ))
- (UnpackFiles)
- )
- )
-
- ;** Install Thes files
- (procedure DearchiveThes
- (
- (working "Installing Thesaurus")
- ;Install Thesaurus
- (set #FileSourceName #ThesaurusSourceName)
- (set #FileSourceDisk #Install4Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #ThesDest "/" ))
- (UnpackFiles)
- )
- )
-
- ;** Install minimum configuration to hard disk
- (procedure InstallMinModulesHD
- (
- (working "Installing Minimum Configuration")
- (set ChosenOptions CustomModulesDefault)
- (set ChosenFontSupport FontsSupportDefault)
- (set ChosenTxtFilters CustomTxtFiltersDefault)
- (set ChosenGfxFilters CustomGfxFiltersDefault)
- (set ChosenExtras ExtrasDefault)
- (DearchiveCustomModulesHD)
- )
- )
-
-
- ;** Install all modules to hard disk
- (procedure InstallOtherModulesHD
- (
- (working "Installing All Modules")
- (set ChosenOptions AllCustomModules)
- (set ChosenFontSupport AllFontSupport)
- (set ChosenTxtFilters AllTxtFilters)
- (set ChosenGfxFilters AllGfxFilters)
- (set ChosenExtras AllExtras)
- (DearchiveCustomModulesHD)
- )
- )
-
- ;** Find size of Chosen Modules
- (procedure FindModulesSize
- (
- (set n 0)
- (while (< n NumCustomModules) ;number of modules
- (
- (set FindFileSize 0)
- (if (> (IN OptionsSelected n) 0)
- (set FindFileSize
- (select n
- ModuleOption1Size ;size of option 1
- ModuleOption2Size ;size of option 2
- ModuleOption3Size ;size of option 3
- ModuleOption4Size ;size of option 4
- )
- )
- )
- (set n (+ n 1))
- (set TotalSpace (+ TotalSpace FindFileSize))
- )
- ) ;end while
- )
- )
-
- ;** Let user choose the Modules to install
- (procedure ChooseModules
- (
- (set ChosenOptions
- (askoptions
- (prompt #CustomOptionsPrompt)
- (choices #CustomOptionsChoice1 #CustomOptionsChoice2 #CustomOptionsChoice3
- #CustomOptionsChoice4 #CustomOptionsChoice5 #CustomOptionsChoice6
- #CustomOptionsChoice7 #CustomOptionsChoice8)
- (help #CustomOptionsHelp)
- (default ChosenOptions)
- )
- )
- )
- )
-
- ;** Find the file sizes of selected Fonts
- (procedure FindFontsSize
- (
- (set FindFileSize 0)
- (set TotalFontLibSpace 0)
- (set n 0)
- (while (< n NumFontOptions) ;number of options
- (
- (set FindLibSize 0)
- (if (> (IN FontSupportSelected n) 0)
- (set FindLibSize
- (select n
- FontType1Size ;size of option 1
- FontType2Size ;size of option 2
- FontType3Size ;size of option 3
- )
- )
- )
- (set n (+ n 1))
- (set TotalFontLibSpace (+ TotalFontLibSpace FindLibSize))
- )
- ) ;end while
- (if (> TotalFontLibSpace 80000)
- ( ; if more than 1 font type supported
- (set TotalFontLibSpace 140000) ; then large Font library installed.
- )
- )
- )
- )
-
- ;** Let user choose the Font Support to install
- (procedure ChooseFonts
- (
- (set FontChoiceOk 0)
- (while (= FontChoiceOk 0)
- (
- (set ChosenFontSupport
- (askoptions
- (prompt #CustomFontSupportPrompt)
- (choices #CustomFontChoice1 #CustomFontChoice2 #CustomFontChoice3)
- (help #CustomFontHelp)
- (default ChosenFontSupport)
- )
- )
- (if (> (IN ChosenFontSupport 2) 0)
- (
- (if (= TrueTypeOK 1)
- (
- (set FontChoiceOK 1)
- )
- (
- (message #TTBadCpu)
- )
- )
- )
- (
- (set FontChoiceOK 1)
- )
- ); end if
- )
- ); end while
- )
- )
-
-
- ;** Find the file sizes of selected files
- (procedure FindGfxFiltersSize
- (
- (set FindFileSize 0)
- (set n 0)
- (while (< n NumGfxOptions) ;number of options
- (
- (set FindFileSize 0)
- (if (> (IN GfxFiltersSelected n) 0)
- (set FindFileSize
- (select n
- GfxFilter1Size ;size of option 1
- GfxFilter2Size ;size of option 2
- GfxFilter3Size ;size of option 3
- GfxFilter4Size ;size of option 4
- GfxFilter5Size ;size of option 5
- GfxFilter6Size ;size of option 6
- GfxFilter7Size ;size of option 7
- )
- )
- )
- (set n (+ n 1))
- (set TotalSpace (+ TotalSpace FindFileSize))
- (set FiltersSpaceFlag 1)
- )
- ) ;end while
- )
- )
-
-
-
- ;** Let user choose the Graphic filters to install
- (procedure ChooseGfxFilters
- (
- (set ChosenGfxFilters
- (askoptions
- (prompt #CustomGfxPrompt)
- (choices #CustomGfxChoice1 #CustomGfxChoice2 #CustomGfxChoice3
- #CustomGfxChoice4 #CustomGfxChoice5 #CustomGfxChoice6
- #CustomGfxChoice7)
- (help #CustomFiltersHelp)
- (default ChosenGfxFilters)
- )
- )
- )
- )
-
-
- ;** Find the file sizes of selected files
- (procedure FindTxtFiltersSize
- (
- (set FindFileSize 0)
- (set n 0)
- (while (< n NumTxtOptions) ;number of options
- (
- (set FindFileSize 0)
- (if (> (IN TxtFiltersSelected n) 0)
- (set FindFileSize
- (select n
- TxtFilter1Size ;size of option 1
- TxtFilter2Size ;size of option 2
- TxtFilter3Size ;size of option 3
- TxtFilter4Size ;size of option 4
- TxtFilter5Size ;size of option 5
- TxtFilter6Size ;size of option 6
- )
- )
- )
- (set n (+ n 1))
- (set TotalSpace (+ TotalSpace FindFileSize))
- (set FiltersSpaceFlag 1)
- )
- ) ;end while
- )
- )
-
- ;** Let user choose the Text filters to install
- (procedure ChooseTxtFilters
- (
- (set ChosenTxtFilters
- (askoptions
- (prompt #CustomTxtPrompt)
- (choices #CustomTxtChoice1 #CustomTxtChoice2 #CustomTxtChoice3
- #CustomTxtChoice4 #CustomTxtChoice5 #CustomTxtChoice6)
- (help #CustomFiltersHelp)
- (default ChosenTxtFilters)
- )
- )
- )
- )
-
-
- ;** Find the file sizes of selected files
- (procedure FindExtrasSize
- (
- (set FindFileSize 0)
- (set n 0)
- (while (< n NumExtrasOptions) ;number of options
- (
- (set FindFileSize 0)
- (if (> (IN ExtrasSelected n) 0)
- (set FindFileSize
- (select n
- CustomExtras1Size ;size of option 1
- CustomExtras2Size ;size of option 2
- CustomExtras3Size ;size of option 3
- )
- )
- )
- (set n (+ n 1))
- (set TotalSpace (+ TotalSpace FindFileSize))
- )
- ) ;end while
- )
- )
-
- ;** Let user choose the Extras to install
- (procedure ChooseExtras
- (
- (set ChosenExtras
- (askoptions
- (prompt #CustomExtrasPrompt)
- (choices #CustomExtrasChoice1 #CustomExtrasChoice2 #CustomExtrasChoice3)
- (help #CustomExtrasHelp)
- (default ChosenExtras)
- )
- )
- )
- )
-
-
- ;** Choose custom options to install
- (procedure ChooseCustomOptions
- (
- (set ChosenOptions CustomModulesDefault)
- (set ChosenFontSupport FontsSupportDefault)
- (set ChosenTxtFilters CustomTxtFiltersDefault)
- (set ChosenGfxFilters CustomGfxFiltersDefault)
- (set ChosenExtras ExtrasDefault)
- (set TotalSpace 0)
- (set FiltersSpaceFlag 0)
-
- (ChooseModules)
- (set OptionsSelected ChosenOptions)
- (FindModulesSize)
- (if (IN ChosenOptions 4)
- (
- (ChooseFonts)
- (set FontSupportSelected ChosenFontSupport)
- (FindFontsSize)
- )
- )
- (if (IN ChosenOptions 5)
- (
- (ChooseGfxFilters)
- (set GfxFiltersSelected ChosenGfxFilters)
- (FindGfxFiltersSize)
- )
- )
- (if (IN ChosenOptions 6)
- (
- (ChooseTxtFilters)
- (set TxtFiltersSelected ChosenTxtFilters)
- (FindTxtFiltersSize)
- )
- )
- (if (IN ChosenOptions 7)
- (
- (ChooseExtras)
- (set ExtrasSelected ChosenExtras)
- (FindExtrasSize)
- )
- )
- (if (= FiltersSpaceFlag 1)
- (
- (set TotalSpace (+ TotalSpace FiltersSize))
- )
- )
- (set HDSpaceNeededBytes (+ (* (* EssentialHDSpace 1024) 1024) TotalSpace))
- (set SysSpaceNeededBytes TotalFontLibSpace)
- )
- )
-
- ;** Install custom configuration
- (procedure InstallCustom
- (
- (set #Addingmodules 0)
- (ChooseHDDest) ;choose the destination drawer
- (if (exists (tackon #DestDrawer #DrawerName)) ; if there is already a drawer named Wordworth3
- (
- (set ChooseAgainAnswer
- (askbool
- (prompt #CustomDrawerExistsMsg)
- (choices #CustomDrawerExistsChoice1 #CustomDrawerExistsChoice2)
- (help #CustomDrawerExistsHelp)
- (default 1)
- )
- )
- (if (= ChooseAgainAnswer 0)
- (
- (set #Addingmodules 1)
- (AddNewModules)
- )
- (;else
- (DeleteOldWordworth3)
- (InstallCustomNew)
- )
- ) ;end if
- )
- (
- (InstallCustomNew)
- )
- ) ;end if
- )
- )
-
- ;** routine to delete existing wordworth3 if required
- (procedure DeleteOldWordworth3
- (
- (working "Removing old Wordworth3 - Please Wait..." )
- (set ChosenDrawer (tackon #DestDrawer #DrawerName))
- (set DeleteDrawer (cat "Ram:delete " ChosenDrawer " all force"))
- (Run DeleteDrawer)
- )
- )
-
- ;** Find new options to install
- (procedure FindNewOptions
- (
- (set OptionsSelected 0)
- (ChooseModules)
- (set n 0)
- (while (< n NumCustomModules) ;number of Custom modules that can be selected
- (
- (if (AND (> (IN ChosenOptions n) 0)
- (NOT (> (IN PresentModules n) 0)) )
- (
- (set OptionsValue
- (select n
- "1" ;set bit value
- "2"
- "4"
- "8"
- )
- )
- (set OptionsSelected (+ OptionsSelected OptionsValue))
- )
- )
- (set n (+ n 1))
- )
- ) ;end while
- (FindModulesSize)
- (set TempOptions ChosenOptions)
- (set ChosenOptions OptionsSelected)
- ;** set the chosenoptions flag if the user selected to add extra filters etc.
- (if (> (IN TempOptions 4) 0) ; extra font support
- (set ChosenOptions (+ ChosenOptions 16))
- )
- (if (> (IN TempOptions 5) 0) ; extra text filters
- (set ChosenOptions (+ ChosenOptions 32))
- )
- (if (> (IN TempOptions 6) 0) ; extra graphics filters
- (set ChosenOptions (+ ChosenOptions 64))
- )
- (if (> (IN TempOptions 7) 0) ; extras
- (set ChosenOptions (+ ChosenOptions 128))
- )
- )
- )
-
- ;** Find New Font support to install
- (procedure FindNewFontSupport
- (
- (set FontsSelected 0)
- (if (IN (+ ChosenOptions PresentModules) 4)
- (
- (set ChosenFontSupport PresentFontSupport)
- (ChooseFonts)
- (set n 0)
- (while (< n NumFontOptions) ;number of Fonts options
- (
- (if (AND (> (IN ChosenFontSupport n) 0)
- (NOT (> (IN PresentFontSupport n) 0)) )
- (
- (set FontsValue
- (select n
- "1" ;set bit value
- "2"
- "4"
- )
- )
- (set FontsSelected (+ FontsSelected FontsValue))
- )
- )
- (set n (+ n 1))
- )
- ) ;end while
- (FindFontsSize)
- (set ChosenFontSupport (+ FontsSelected PresentFontSupport))
- )
- )
- )
- )
-
- ;** Find new graphics filters to install
- (procedure FindNewGfxFilters
- (
- (set GfxFiltersSelected 0)
- (if (IN (+ ChosenOptions PresentModules) 5)
- (
- (set ChosenGfxFilters PresentGfxFilters)
- (ChooseGfxFilters)
- (set n 0)
- (while (< n NumGfxOptions)
- (
- (if (AND (> (IN ChosenGfxFilters n) 0)
- (NOT (> (IN PresentGfxFilters n) 0)) )
- (
- (set GfxFiltersValue
- (select n
- "1" ;set bit value
- "2"
- "4"
- "8"
- "16"
- "32"
- "64"
- )
- )
- (set GfxFiltersSelected (+ GfxFiltersSelected GfxFiltersValue))
- )
- )
- (set n (+ n 1))
- )
- ) ;end while
- (FindGfxFiltersSize)
- (set ChosenGfxFilters GfxFiltersSelected)
- )
- )
- )
- )
-
- ;** Find new text filters to install
- (procedure FindNewTextFilters
- (
- (set TxtFiltersSelected 0)
- (if (IN (+ ChosenOptions PresentModules) 6)
- (
- (set ChosenTxtFilters PresentTxtFilters)
- (ChooseTxtFilters)
-
- (set n 0)
- (while (< n NumTxtOptions)
- (
- (if (AND (> (IN ChosenTxtFilters n) 0)
- (NOT (> (IN PresentTxtFilters n) 0)) )
- (
- (set TxtFiltersValue
- (select n
- "1" ;set bit value
- "2"
- "4"
- "8"
- "16"
- "32"
- )
- )
- (set TxtFiltersSelected (+ TxtFiltersSelected TxtFiltersValue))
- )
- )
- (set n (+ n 1))
- )
- ) ;end while
- (FindTxtFiltersSize)
- (set ChosenTxtFilters TxtFiltersSelected)
- )
- )
- )
- )
-
- ;** Find New extras to install
- (procedure FindNewExtras
- (
- (set ExtrasSelected 0)
- (if (IN (+ ChosenOptions PresentModules) 7)
- (
- (set ChosenExtras PresentExtras)
- (ChooseExtras)
-
- (set n 0)
- (while (< n NumExtrasOptions) ;number of Extras options
- (
- (if (AND (> (IN ChosenExtras n) 0)
- (NOT (> (IN PresentExtras n) 0)) )
- (
- (set ExtrasValue
- (select n
- "1" ;set bit value
- "2"
- "4"
- )
- )
- (set ExtrasSelected (+ ExtrasSelected ExtrasValue))
- )
- )
- (set n (+ n 1))
- )
- ) ;end while
- (FindExtrasSize)
- (set ChosenExtras ExtrasSelected)
- )
- )
- )
- )
-
-
- ;** Routine to install new modules to hard disk
- (procedure AddNewModules
- (
- (SetUpDestinationsHD)
- (SetHardDiskDestinations)
- (set NotEnoughDiskSpace 1)
-
- (while (= NotEnoughDiskSpace 1)
- (
- (set TotalSpace 0)
- (set PresentModules 0)
- (set PresentFontSupport 0)
- (set PresentGfxFilters 0)
- (set PresentTxtFilters 0)
- (set PresentExtras 0)
- (set FiltersSpaceFlag 0)
-
- (GetModulesAlreadyInstalled)
- (GetFontSupportAlreadyInstalled)
- (GetGfxFiltersAlreadyInstalled)
- (GetTxtFiltersAlreadyInstalled)
- (GetExtrasAlreadyInstalled)
-
- (set ChosenOptions PresentModules)
- (if (> PresentFontSupport 0)
- (
- (set ChosenOptions (+ ChosenOptions 16))
- )
- )
- (if (> PresentGfxFilters 0)
- (
- (set ChosenOptions (+ ChosenOptions 32))
- )
- )
- (if (> PresentTxtFilters 0)
- (
- (set ChosenOptions (+ ChosenOptions 64))
- )
- )
- (if (> PresentExtras 0)
- (
- (set ChosenOptions (+ ChosenOptions 128))
- )
- )
- (FindNewOptions)
- (FindNewFontSupport)
- (FindNewGfxFilters)
- (FindNewTextFilters)
- (FindNewExtras)
- (if (= FiltersSpaceFlag 1)
- (
- (set TotalSpace (+ TotalSpace FiltersSize))
- )
- )
- ;** Find space on chosen drive
- (set HDDestSpace (getdiskspace #DestDrawer))
- ;** While not enough disk space
- (if (< HDDestSpace TotalSpace)
- (;** If not enough disk space
- (message #ChooseAgainPrompt1 #DestDrawer
- #ChooseAgainPrompt2 TotalSpace
- #ChooseAgainPrompt3 HDDestSpace
- #ChooseAgainPrompt3b
- #ChooseAgainAddHelp)
- )
- (;** else install new modules
- (if (OR (> ChosenTxtFilters 0) (> ChosenGfxFilters 0)); if any filters to be installed..
- (
- (if (NOT (exists (tackon #WwFilesDest #FiltersFileName)))
- (
- (DearchiveFilterLibrary)
- )
- );endif
- )
- )
- (DearchiveModules)
- (DearchiveGfxFilters)
- (DearchiveTextFilters)
- (DearchiveExtras)
- (set NotEnoughDiskSpace 0)
- )
- ) ;end if
- (set #HDLibsDestChoiceMsg #HDLibsDestChoiceMsg1)
- (CheckLibsDest)
- (DearchiveFontSupport)
- )
- ); end while
- )
- )
-
- ;** Routine to check what Extras Installed
- (procedure GetExtrasAlreadyInstalled
- (
- (if (exists (tackon #DocsDest #Extras1TestName))
- (
- (set PresentExtras (+ PresentExtras 1))
- )
- )
- (if (exists (tackon #TemplatesDest #Extras2TestName))
- (
- (set PresentExtras (+ PresentExtras 2))
- )
- )
- (if (exists (tackon #ClipartDest #Extras3TestName))
- (
- (set PresentExtras (+ PresentExtras 4))
- )
- )
- )
- )
-
- ;** routine to check what fonts already installed
- (procedure GetFontSupportAlreadyInstalled
- (
- (set #HDLibsDestChoiceMsg #HDLibsDestChoiceMsg2)
- (CheckLibsDest)
- (if (exists (tackon #LibsDest #IFlibraryName))
- (
- (set PresentFontSupport (+ PresentFontSupport 1))
- )
- )
- (if (exists (tackon #LibsDest #PSlibraryName))
- (
- (set PresentFontSupport (+ PresentFontSupport 2))
- )
- )
- (if (exists (tackon #LibsDest #TTlibraryName))
- (
- (set PresentFontSupport (+ PresentFontSupport 4))
- )
- )
- )
- )
-
-
- ;** Routine to check what modules are already installed
- (procedure GetModulesAlreadyInstalled
- (
- (set n 0)
- (while (< n NumCustomModules) ;number of modules
- (
- (set ModuleTempName
- (select n
- #Module1Name
- #Module2Name
- #Module3Name
- #Module4Name
- )
- )
- (if (exists (tackon #ModulesDest ModuleTempName))
- (
- (set ModuleValue
- (select n
- "1" ;set bit value
- "2"
- "4"
- "8"
- )
- )
- (set PresentModules (+ PresentModules ModuleValue))
- )
- )
- (set n (+ n 1))
- )
- ) ;end while
- )
- )
-
- ;** Routine to check what Graphics Filters are already installed
- (procedure GetGfxFiltersAlreadyInstalled
- (
- (set n 0)
- (while (< n NumGfxOptions) ;number of GfxOptions
- (
- (set GfxFilterTempName
- (select n
- #GfxFilter1FileName
- #GfxFilter2FileName
- #GfxFilter3FileName
- #GfxFilter4FileName
- #GfxFilter5FileName
- #GfxFilter6FileName
- #GfxFilter7FileName
- )
- )
- (if (exists (tackon #WwPictureFiltersDest GfxFilterTempName))
- (
- (set GfxFilterValue
- (select n
- "1" ;set bit value
- "2"
- "4"
- "8"
- "16"
- "32"
- "64"
- )
- )
- (set PresentGfxFilters (+ PresentGfxFilters GfxFilterValue))
- )
- )
- (set n (+ n 1))
- )
- ) ;end while
- )
- )
-
- ;** Routine to check what Text Filters are already installed
- (procedure GetTxtFiltersAlreadyInstalled
- (
- (set n 0)
- (while (< n NumTxtOptions) ;number of TxtOptions
- (
- (set TxtFilterTempName
- (select n
- #TxtFilter1FileName
- #TxtFilter2FileName
- #TxtFilter3FileName
- #TxtFilter4FileName
- #TxtFilter5FileName
- #TxtFilter6FileName
- )
- )
- (if (exists (tackon #WwTextFiltersDest TxtFilterTempName))
- (
- (set TxtFilterValue
- (select n
- "1" ;set bit value
- "2"
- "4"
- "8"
- "16"
- "32"
- )
- )
- (set PresentTxtFilters (+ PresentTxtFilters TxtFilterValue))
- )
- )
- (set n (+ n 1))
- )
- ) ;end while
- )
- )
-
-
-
- ;** Install custom configuration for the first time
- (procedure InstallCustomNew
- (
- (ChooseCustomOptions)
- ;** Find space on chosen drive
- (set HDDestSpace (getdiskspace #DestDrawer))
- ;** While not enough disk space
- (while (< HDDestSpace HDSpaceNeededBytes)
- (
- (set HDDestSpace (getdiskspace #DestDrawer))
- (set ChooseAgainAnswer
- (askbool
- (prompt #ChooseAgainPrompt1 #DestDrawer
- #ChooseAgainPrompt2 HDSpaceNeededBytes
- #ChooseAgainPrompt3 HDDestSpace
- #ChooseAgainPrompt3b
- #ChooseAgainPrompt4)
- (choices #ChooseAgainDest #ChooseAgainOpt)
- (default 1)
- (help #ChooseAgainHelp)
- )
- )
- (if (= ChooseAgainAnswer 1)
- ( ;** Choose New Destination
- (ChooseHDDest)
- (set HDDestSpace (getdiskspace #DestDrawer))
- )
- ( ;** else Options again
- (ChooseCustomOptions)
- )
- )
- )
- ) ;end while
- (DearchiveCustomModulesHD)
- )
- )
-
- (procedure CheckDisks
- (
- ;** Check to make sure that none of the Wordworth disks
- ;** are in the internal drive before creating blank ones.
- (set NumberDisks (+ NumberInstallDisks NumNewWwDisks))
- (set DiskBlank 1)
- (set n 0)
- (until (OR (= n NumberDisks) (= DiskBlank 0))
- (
- (set #CheckDiskName
- (select n
- #Install1Disk
- #Install2Disk
- #Install3Disk
- #Install4Disk
- #NewWwDiskName
- #NewWwSysDiskName
- #NewWwFilesDisk
- #NewWwOutlinesDiskName
- #NewWwDictDiskName
- #NewWwThesDiskName
- #NewWwDocsDiskName
- )
- )
- (if (= (getassign "df0" "d") (cat #CheckDiskName ":"))
- ( ;disk is blank
- (set DiskBlank 0)
- )
- )
- (set n (+ n 1))
- )
- )
- )
- )
-
-
- ;** Format and name the disk given in #FormatDiskName
- (procedure FormatDisk
- (
- (working #FormatWorkingMsg)
- ;*** USE 2.0 FORMAT COMMAND ***
- (set NoError
- (run ("WwTemp:Format drive=df0: name=%s FFS NOICONS" #FormatDiskName))
- )
- (if (= NoError 0)
- (
- (if (= #FormatDiskName #NewWwDiskName)
- (run "WwTemp:Install2.1 df0:")
- )
- )
- ); endif
- )
- )
-
- ;** routine to check disk in drive ok and format it if so
- (procedure makedisk
- (
- (set NoError 1)
-
- (while (= NoError 1)
- (
- ;** Make sure that the install disks are not in the drive
- (run "WwTemp:Wait 6") ;Wait a bit for disk access to stop
- (CheckDisks)
- (if (= DiskBlank 0)
- (
- (message #NotBlankMsg1 #CheckDiskName #NotBlankMsg2)
- )
- (
- ;** Else for each disk in turn, Format it
- (set #FormatDiskName
- (select x
- #NewWwDiskName
- #NewWwSysDiskName
- #NewWwFilesDiskName
- #NewWwOutlinesDiskName
- #NewWwDictDiskName
- #NewWwThesDiskName
- #NewWwDocsDiskName
- )
- )
- (set NoError 1)
- (FormatDisk)
- (if (= NoError 0)
- (
- (set x (+ x 1))
- )
- (
- (message #FormatError (help #FormatErrorHelp))
- )
- );endif
- )
- );endif
- )
- );endwhile
- (working #FloppyWorkingMsg)
- )
- )
-
- ;** routine to make disk 1 (Wordworth3)
- (procedure CreateDisk1
- (
- (working "Creating Disk 'Wordworth3'")
- (message #FloppyDiskChangeMsg)
- (set #FileSourceDisk #NewWwDiskName)
- (GetDisk)
- (makedir #CatalogsLangDest)
- (makedir #CatalogsDest)
- (makedir #LibsDest)
- (makedir #ModulesDest (infos))
- (makedir #ModDisDest (infos))
- (makedir (cat #NewWwDiskName ":Devs"))
- (makedir (cat #NewWwDiskName ":Prefs"))
- (makedir (cat #NewWwDiskName ":Prefs/Env-Archive"))
- (makedir (cat #NewWwDiskName ":Prefs/Env-Archive/sys"))
- (makedir (cat #NewWwDiskName ":s"))
-
- ;** use install disk 1
- (set #FileSourceName #WordworthSourceName)
- (set #FileSourceDisk #Install1Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #NewWwDiskName ":"))
- (UnpackFiles)
-
- ;temp fix
- (copyfiles
- (source (cat #Install1Disk ":Devs"))
- (dest (cat #NewWwDiskName ":Devs"))
- (pattern "system-configuration")
- (nogauge)
- )
-
- (copyfiles
- (source (cat #Install1Disk ":prefs/env-archive/sys"))
- (dest (cat #NewWwDiskName ":prefs/env-archive/sys"))
- (all)
- (nogauge)
- )
-
- (copyfiles
- (source (cat #Install1Disk ":s"))
- (dest (cat #NewWwDiskName ":s"))
- (pattern "startup-sequence")
- (nogauge)
- )
-
- ;** use install disk 2
- (set #FileSourceDisk #Install2Disk)
- (set #FileSourceName #SystemFontsSourceName)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #SysFontsDest "/"))
- (UnpackFiles)
- (set #FileSourceName #CatalogsSourceName)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #CatalogsDest "/"))
- (UnpackFiles)
- (DearchiveModules)
- (if (= ChosenFontSupport 1)
- (
- (set #FileSourceName #FontType1SourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #LibsDest "/") )
- (UnpackFiles)
- )
- (
- (if (= ChosenFontSupport 2)
- (
- (set #FileSourceName #FontType2SourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #LibsDest "/") )
- (UnpackFiles)
- )
- (
- (if (= ChosenFontSupport 4)
- (
- (set #FileSourceName #FontType3SourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #LibsDest "/") )
- (UnpackFiles)
- )
- (
- (if (> ChosenFontSupport 0)
- (
- (set #FileSourceName #AllFontsSourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #LibsDest "/") )
- (UnpackFiles)
-
- )
- ); endif AllFonts
- )
- ); endif TT
- )
- ); endif PS
- )
- ); endif AF
-
- ;** use install disk 3
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
-
- ; (foreach #BootDiskFiles "#?.lzh" ; for each archived boot file
- ; (
- ; (if (<> @each-name "s.lzh")
- ; (
- ; (set UnpackFile (cat #BootDiskFiles "/" @each-name))
- ; (set UnpackDest (cat #NewWwDiskName ":"))
- ; (UnpackFiles)
- ; )
- ; )
- ; )
- ; );end foreach
-
- ; ** temporary fix
- (set UnpackFile (cat #BootDiskFiles "/s.lhz"))
- (set UnpackDest (cat #NewWwDiskName ":"))
- (UnpackFiles)
- (set UnpackFile (cat #BootDiskFiles "/c.lzh"))
- (set UnpackDest (cat #NewWwDiskName ":"))
- (UnpackFiles)
- (set UnpackFile (cat #BootDiskFiles "/libs.lzh"))
- (set UnpackDest (cat #NewWwDiskName ":"))
- (UnpackFiles)
- (set UnpackFile (cat #BootDiskFiles "/devs.lzh"))
- (set UnpackDest (cat #NewWwDiskName ":"))
- (UnpackFiles)
- (set UnpackFile (cat #BootDiskFiles "/system.lzh"))
- (set UnpackDest (cat #NewWwDiskName ":"))
- (UnpackFiles)
- (set UnpackFile (cat #BootDiskFiles "/l.lzh"))
- (set UnpackDest (cat #NewWwDiskName ":"))
- (UnpackFiles)
-
- (set #FileSourceName #ASLSourceName)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #LibsDest "/"))
- (UnpackFiles)
- (set #FileSourceName #AmigaGuideSourceName)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #LibsDest "/"))
- (UnpackFiles)
- (tooltype
- (dest "Wordworth3:Wordworth")
- (settooltype "DOCS" #DocsDest)
- )
- ; (tooltype
- ; (dest "Wordworth3:Wordworth")
- ; (settooltype "CLIPART" #ClipartDest)
- ; )
- (tooltype
- (dest "Wordworth3:Wordworth")
- (settooltype "DEVICE" #Parallel)
- )
- (tooltype
- (dest "Wordworth3:Wordworth")
- (settooltype "FILTERS" #WwFiltersDest)
- )
- (tooltype
- (dest "Wordworth3:Wordworth")
- (settooltype "MODULES" #ModulesDest)
- )
- (tooltype
- (dest "Wordworth3:Wordworth")
- (settooltype "HELP" #WwHelpDest)
- )
- (tooltype
- (dest "Wordworth3:Wordworth")
- (settooltype "CATALOGS" #CatalogsLangDest)
- )
- (tooltype
- (dest "Wordworth3:Wordworth")
- (settooltype "WWFILES" #WwFilesDest)
- )
-
- ;** Check env for Wordworth/wwfonts, creating it if it does not exist
- (if (NOT (exists "Wordworth3:prefs/env-archive/Wordworth"))
- (makedir "Wordworth3:prefs/env-archive/Wordworth" (safe))
- )
- ;setup Wordworth path
- ( ;create 'wwfonts' variable with #WwFontsDest in it
- (textfile
- (dest "Wordworth3:prefs/env-archive/Wordworth/WwFonts")
- (append #WwFontsDest)
- (safe)
- )
- )
- ;do the same for env:
- (if (NOT (exists "ENV:Wordworth"))
- (makedir "ENV:Wordworth" (safe))
- )
- ( ;create 'WwFonts' variable with #WwFontsDest in it
- (textfile
- (dest "ENV:Wordworth/WwFonts")
- (append #WwFontsDest)
- (safe)
- )
- )
- ; copy speech files from workbench disks if wb 2.04 gfx = 37 and floppy
- (set GraphicsVersion (/ (getversion ("graphics.library")) 65536))
- (if (< GraphicsVersion 37)
- (
- (set ChooseWBVersionAnswer
- (askbool
- (prompt #WBVersionMsg)
- (choices #WBVersionChoice1 #WBVersionChoice2)
- (help #WBVersionHelp)
- (default 1)
- )
- )
- (if (= ChooseWBVersionAnswer 1)
- (
- ;copy wb2.0 speech stuff
- (set #WorkbenchDisk #Workbench2.0Disk)
- (set #FileSourceDisk #WorkbenchDisk)
- (GetDisk)
- (copyfiles
- (source (cat #FileSourceDisk ":libs"))
- (dest (cat #NewWwDiskName ":libs"))
- (pattern "translator.library")
- (nogauge)
- )
- (copyfiles
- (source (cat #FileSourceDisk ":Devs"))
- (dest (cat #NewWwDiskName ":Devs"))
- (pattern "narrator.device")
- (nogauge)
- )
- )
- )
- )
- );end if
- )
- )
-
-
- ;** routine to make disk 2 (Ww3System)
- (procedure CreateDisk2
- (
- (working "Creating Disk 'Ww3System'")
- (set #FileSourceDisk #NewWwSysDiskName)
- (GetDisk)
-
- ;** get and use install disk 1
- (set #FileSourceName #WwProgSourceName)
- (set #FileSourceDisk #Install1Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #NewWWSysDiskName ":"))
- (UnpackFiles)
- )
- )
-
- ;** routine to make disk 3 (Ww3Files)
- (procedure CreateDisk3
- (
- (working "Creating Disk 'Ww3Files'")
- (set #FileSourceDisk #NewWwFilesDiskName)
- (GetDisk)
- (makedir #WwFilesDest)
-
- ;** get and use install disk 2
- (set #FileSourceName #WwFilesSourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwFilesDest "/"))
- (UnpackFiles)
-
- (if (OR (> ChosenTxtFilters 0) (> ChosenGfxFilters 0)); if any filters to be installed..
- (
- (DearchiveFilterLibrary)
- )
- )
- )
- )
-
- ;** routine to make disk 4 (Ww3Outlines)
- (procedure CreateDisk4
- (
- (working "Creating Disk 'Ww3Outlines'")
- (set #FileSourceDisk #NewWwOutlinesDiskName)
- (GetDisk)
- (set #Fontpath 0)
- (makedir #WwFontsDestOutlines (infos))
- (makedir #WwFontsDest)
- (makedir #WwAgfaDest (infos))
- (makedir #WwPSDest (infos))
- (makedir #WwTTDest (infos))
- (makedir #WwToolsDest (infos))
- (set #FileSourceName #UFSTSourceName)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwUFSTDest "/"))
- (UnpackFiles)
-
- ;** get and use install disk 3
- (set #FileSourceName #WwToolsSourceName)
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwToolsDest "/"))
- (UnpackFiles)
-
- (if (= ChosenFontSupport 1)
- (
- (set #FileSourceName #IntelliSourceName)
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwAgfaDest "/"))
- (UnpackFiles)
- (set #Fontpath "Ww3Outlines:WwFonts/Intellifont")
- )
- (
- (if (= ChosenFontSupport 2)
- (
- (set #FileSourceName #PostScriptSourceName)
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwPSDest "/"))
- (UnpackFiles)
- (set #Fontpath "Ww3Outlines:WwFonts/PostScript")
- )
- (
- (if (= ChosenFontSupport 4)
- (
- (set #FileSourceName #TrueTypeSourceName)
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwTTDest "/"))
- (UnpackFiles)
- (set #Fontpath "Ww3Outlines:WwFonts/TrueType")
- )
- (
- (if (> ChosenFontSupport 0)
- (
- (set #FileSourceName #IntelliSourceName)
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwAgfaDest "/"))
- (UnpackFiles)
- (set #Fontpath "Ww3Outlines:WwFonts/Intellifont")
- )
- ); endif AllFonts
- )
- ); endif TT
- )
- ); endif PS
- )
- ); endif AF
- (tooltype
- (dest "Ww3Outlines:Wwtools/InstallOutlines")
- (settooltype "FONTPATH" #Fontpath)
- )
- )
- )
-
- ;** routine to make disk 4 (Ww3Dict)
- (procedure CreateDisk5
- (
- (working "Creating Disk 'Ww3Dict'")
- (set #FileSourceDisk #NewWwDictDiskName)
- (GetDisk)
- (makedir #DictDest (infos))
- (makedir #WwFiltersDest (infos))
- (makedir #WwTextFiltersDest (infos))
- (makedir #WwPictureFiltersDest (infos))
- (makedir #WwHelpDest)
-
- (set #FileSourceName #WwHelpSourceName)
- (set #FileSourceDisk #Install2Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #WwHelpDest "/"))
- (UnpackFiles)
-
- (DearchiveGfxFilters)
- (DearchiveTextFilters)
-
- (DearchiveSpell)
- )
- )
-
- ;** routine to make disk 6 (Ww3Thes)
- (procedure CreateDisk6
- (
- (working "Creating Disk 'Ww3Thes'")
- (set #FileSourceDisk #NewWwThesDiskName)
- (GetDisk)
- (makedir #ThesDest (infos))
-
- (DearchiveThes)
- )
- )
-
- ;** routine to make disk 7 (Ww3Docs)
- (procedure CreateDisk7
- (
- (working "Creating Disk 'Ww3Docs'")
- (set #FileSourceDisk #NewWwDocsDiskName)
- (GetDisk)
- (makedir #DocsDest (infos))
- (makedir #ClipartDest (infos))
- (makedir #TemplatesDest (infos))
-
- (DearchiveExtras)
- )
- )
-
-
- ;** Check that ASL library is at least version 2.1 (if not replace)
- (procedure CheckASL
- (
- (set InstalledASL 0)
- (set ASLVersion (/ (getversion (cat "Libs:" "ASL.library")) 65536))
- (if (< ASLVersion 38)
- (
- (if (= @user-level 2)
- (
- (set InstallASLLibrary
- (askbool
- (prompt #OldASLLibraryMsg)
- (choices #InstallASLChoice1 #InstallASLChoice2)
- (help #OldASLLibraryHelp)
- (default 1)
- )
- )
- (if (= InstallASLLibrary 1)
- (
- (InstallASL)
- (set ASLOK 1)
- )
- (
- (set ASLOK 0)
- )
- ) ;end if
- )
- (
- (InstallASL)
- (set ASLOK 1)
- )
- ) ;end if
- )
- (; else
- (set ASLOK 1)
- )
- ) ;endif
- )
- )
-
- ;** Procedure to install the asl library
- (procedure InstallASL
- (
- (set #FileSourceName #ASLSourceName)
- (set #FileSourceDisk #Install3Disk)
- (GetDisk)
- (set UnpackFile #FileSourceName)
- (set UnpackDest (cat #LibsDefault ":"))
- (delete (tackon UnpackDest "asl.library"))
- (UnpackFiles)
- (set InstalledASL 1)
- )
- )
-
- ;## Routine to install printer and fonts
- (procedure AddNewPrinter
- (
- ; Get Users Printer Choice
-
- (askdisk
- (prompt #InsertDiskMsg #Install4Disk)
- (help #diskhelp)
- (dest #Install4Disk)
- )
-
- ;** Delete all in #RamTempFile except LZ
- (makeassign "WwTemp" (safe))
- (set Cleanup
- (cat "RAM:delete " #RamTempFile "/~(LZ)"))
- (run Cleanup (safe))
-
- (set ChosenDriver "Generic")
- (set #DriverSource (cat #Install4Disk ":Drivers"))
- (set #FontSource (cat #Install4Disk ":PrinterFonts"))
-
- (if (= FloppyInstall 1)
- (
- ;** FloppyDiskDriverDest
- (set #DriverDest "Wordworth3:Devs/Printers")
- )
- (
- ;** HardDiskDriverDest
- (set #DriverDest "DEVS:Printers")
- )
- )
-
- (makedir "RAM:WwFonts")
-
- (working "Installing Printer - Please wait...")
- (set SelectPrt
- (cat "Ram:select Ram:WwPrinterList")
- )
- (run SelectPrt (safe))
-
- (if (= @pretend 1)
- (
- (Run "setenv wwDriver Generic.lzh" (safe))
- (Run "setenv wwTop 0" (safe))
- (Run "setenv wwBottom 0" (safe))
- (Run "setenv wwLeft 0" (safe))
- (Run "setenv wwRight 0" (safe))
- )
- )
-
- (set ChosenDriver (getenv "wwDriver"))
- (set TopBord (getenv "wwTop"))
- (set BotBord (getenv "wwBottom"))
- (set LeftBord (getenv "wwLeft"))
- (set RightBord (getenv "wwRight"))
-
- (complete 85)
- (askdisk
- (prompt #InsertDiskMsg #Install4Disk)
- (help #diskhelp)
- (dest #Install4Disk)
- )
-
- (working "Installing Printer - Please wait...")
-
- (copyfiles
- (source #DriverSource)
- (dest #RamTempFile)
- (pattern ChosenDriver)
- (nogauge)
- )
-
- (working "Unarchiving files - Please wait...")
- (if (exists "RAM:Script")
- (
- (execute "RAM:Script")
-
- ; Now copy fonts in Ram:WwFonts to the printer fonts dest drawer
- (foreach "RAM:WwFonts" "#?.lzh"
- (
- (if (= FloppyInstall 1)
- (
- ;** FloppyDiskPrinterFontsDest
- (set #FontsDest "Wordworth3:Fonts/")
- )
- (
- ;** HardDiskPrinterFontsDest
- (set #FontsDest "FONTS:") ;PS screen fonts, so copy to sys:
- )
- )
- (set RunLZ
- (cat #RamTempFile "/LZ e \"" (tackon "RAM:WwFonts" @each-name) "\" \"" #FontsDest "\"")
- )
- (run RunLZ)
- )
- )
- (delete "RAM:Script")
- )
- )
-
- ;Now decompress Driver 'ChosenDriver' to destination '#RamTempFile'
- (working "Unarchiving files - Please wait...")
- (set ExpandName (tackon #RamTempFile ChosenDriver))
- (set RunLZ
- (cat #RamTempFile "/LZ e \"" ExpandName "\" \"" #RamTempFile "/\"")
- )
- (run RunLZ)
- (delete ExpandName)
- (delete (tackon #RamTempFile "LZ"))
- (run "RAM:List " #RamTempFile " LFORMAT %s >ENV:wwDriver")
-
- (if (= @pretend 1)
- (
- (Run "setenv wwDriver Generic.lzh" (safe))
- )
- )
-
- (set Driver (getenv "wwDriver"))
- (set DriverLen (strlen Driver))
- (set DriverLen (- DriverLen 1))
-
- (set ChosenDriver
- (substr Driver 0 DriverLen)
- )
- (delete "RAM:List")
- (copyfiles
- (source #RamTempFile)
- (dest #DriverDest)
- (pattern ChosenDriver)
- (optional "force")
- )
- )
- )
-
-
-
- ; ### INITIAL CHECKS
- ;** Check OS version
- (if (< (/ (getversion) 65536) 37)
- (abort #BadKick)
- )
-
- (set AvailMem (database "total-mem"))
- (set MemNeeded (* (* MinimumMem 1024) 1024))
- (if (< AvailMem MemNeeded)
- (abort #NoMem)
- )
-
- (set CpuType (database "cpu"))
- (set TrueTypeOK 0)
- (if (= CpuType "68000")
- (set TrueTypeOK 0)
- (set TrueTypeOK 1)
- )
-
- (welcome)
-
- (set #InstallationType (getenv "Wordworth/install"))
- (if (= #InstallationType "Printer")
- (
- (message #Welcome-Pirate-Printer)
- )
- (
- (message #Welcome-Pirate)
- )
- )
-
- (working #CheckStartup)
-
- ;** Create temp file in ram: for files
- (if (not (exists #RamTempFile))
- (
- (makedir #RamTempFile (safe))
- )
- )
- (makeassign "WwTemp" #RamTempFile (safe))
-
- ;** Make sure there is an Env-Archive directory and logical assign
- (if (= (getassign "ENVARC" "a") "")
- (
- (set envdisk "SYS:Env-Archive")
- (if (NOT (exists envdisk))
- (
- (set envdisk "SYS:Prefs/Env-Archive")
- (if (NOT (exists envdisk))
- (
- (makedir envdisk)
- (if (> @user-level 1)
- (
- (set envdisk
- (askdir
- (prompt #AskEnvArc)
- (help #AskEnvArcHelp)
- (default envdisk)
- )
- )
- )
- )
- )
- )
- )
- )
-
- ;** Create ENVARC assign in user-startup
- (startup "Env-Archive"
- (prompt #AskEnvArcStartup)
- (help #AskStartupArcHelp )
- (command ("Assign >NIL: ENVARC: %s" envdisk))
- )
- (makeassign "ENVARC" envdisk (safe))
- )
- )
-
- ;** Make sure there is an ENV directory and logical assign
- (if (= (getassign "ENV" "a") "")
- (
- (set envdisk "RAM:ENV")
- (if (NOT (exists envdisk))
- (makedir envdisk)
- )
-
- ;** Create ENV: assign in user-startup
- (startup "Ram:ENV"
- (prompt #AskEnvStartup)
- (help #AskEnvStartupHelp )
- (command ("Assign >NIL: ENV: %s\n" envdisk) "c:Copy >NIL: ENVARC: ENV: ALL NOREQ")
- )
- (makeassign "ENV" envdisk (safe))
- )
- )
-
- ;** Copy util files to WwTemp:
- (askdisk
- (prompt #InsertDiskMsg #Install1Disk)
- (help #diskhelp)
- (dest #Install1Disk)
- )
-
- (copyfiles
- (source (cat #Install1Disk ":Utils"))
- (dest "WwTemp:")
- (all)
- (nogauge)
- (optional "nofail")
- )
-
- (set CopyDeleteToRam (cat #Install1Disk ":c/copy " #Install1Disk ":c/delete ram:"))
- (run CopyDeleteToRam)
-
- (set CopyListToRam (cat #Install1Disk ":c/copy " #Install1Disk ":c/list ram:"))
- (run CopyListToRam)
-
- (set CopyWriteprefsToRam (cat #Install1Disk ":c/copy " #Install1Disk ":c/writeprefs ram:"))
- (run CopyWriteprefsToRam)
-
- (set CopySelectToRam (cat #Install1Disk ":c/copy " #Install1Disk ":c/select ram:"))
- (run CopySelectToRam)
-
- (set CopyPrinterListToRam (cat #Install1Disk ":c/copy " #Install1Disk ":WwPrinterList ram:"))
- (run CopyPrinterListToRam)
-
- (if (= #InstallationType "Printer")
- (
- (if
- (askchoice
- (prompt #DestChoicePrinterPrompt)
- (choices #HardDiskChoiceMsg
- #FloppyChoiceMsg
- )
- (help #DestChoicePrinterHelp)
- (default 0)
- )
- (set FloppyInstall 1)
- (set FloppyInstall 0)
- )
- (AddNewPrinter)
- )
- (
- ; ### START OF MAIN INSTALLATION
- ;** set novice user to expert briefly
- (set #UserNovice 0)
- (if (= @user-level 0)
- (
- (user 2)
- (set #UserNovice 1)
- )
- )
-
- (if
- (askchoice
- (prompt #DestChoicePrompt)
- (choices #HardDiskChoiceMsg
- #FloppyChoiceMsg
- )
- (help #DestChoiceHelp)
- (default 0)
- )
-
- ; ### INSTALL ON FLOPPIES
- (
- (set FloppyInstall 1)
- ;** set novice user back to novice
- (if (= #UserNovice 1)
- (user 0)
- )
- (working #FloppyDiskWorkingMsg)
- (set InstallType
- (askchoice
- (prompt #InstallChoicePrompt)
- (choices #PartialChoice #FullChoice #CustomChoice)
- (help #InstallTypeHelp)
- (default 0)
- )
- )
-
- (if (= InstallType 0)
- (
- ;** Partial
- (SetFloppyDiskDestinations)
- (set ChosenOptions CustomModulesDefault)
- (set ChosenFontSupport FontsSupportDefault)
- (set ChosenTxtFilters CustomTxtFiltersDefault)
- (set ChosenGfxFilters CustomGfxFiltersDefault)
- (set ChosenExtras ExtrasDefault)
- )
- (if (= InstallType 1)
- (
- ;** Full
- (SetFloppyDiskDestinations)
- (set ChosenOptions AllCustomModules)
- (set ChosenFontSupport AllFontSupport)
- (set ChosenTxtFilters AllTxtFilters)
- (set ChosenGfxFilters AllGfxFilters)
- (set ChosenExtras AllExtras)
- )
- (
- ;** Custom
- (SetFloppyDiskDestinations)
- (ChooseCustomOptions)
- )
- )
- )
-
- (if (= @user-level 0)
- (
- (user 2)
- (set #UserNovice 1)
- )
- )
- (message (cat #FloppyBackupsMsg)
- (help #FloppyWarningHelp)
- )
- (set x 0)
- (message #BlankDiskWarning)
- (makedisk)
- (CreateDisk1)
- (message (cat #FormatDiskName #FormatCompleteMsg1 #FormatDiskName #FormatCompleteMsg2))
- (complete 20)
-
- (message #BlankDiskWarning)
- (makedisk)
- (CreateDisk2)
- (message (cat #FormatDiskName #FormatCompleteMsg1 #FormatDiskName #FormatCompleteMsg2))
- (complete 30)
-
- (message #BlankDiskWarning)
- (makedisk)
- (CreateDisk3)
- (message (cat #FormatDiskName #FormatCompleteMsg1 #FormatDiskName #FormatCompleteMsg2))
- (complete 40)
-
- (message #BlankDiskWarning)
- (makedisk)
- (CreateDisk4)
- (message (cat #FormatDiskName #FormatCompleteMsg1 #FormatDiskName #FormatCompleteMsg2))
- (complete 50)
-
- (message #BlankDiskWarning)
- (makedisk)
- (CreateDisk5)
- (message (cat #FormatDiskName #FormatCompleteMsg1 #FormatDiskName #FormatCompleteMsg2))
- (complete 60)
-
- (message #BlankDiskWarning)
- (makedisk)
- (CreateDisk6)
- (message (cat #FormatDiskName #FormatCompleteMsg1 #FormatDiskName #FormatCompleteMsg2))
- (complete 70)
-
- (message #BlankDiskWarning)
- (makedisk)
- (CreateDisk7)
- (message (cat #FormatDiskName #FormatCompleteMsg1 #FormatDiskName #FormatCompleteMsg2))
- (complete 80)
-
- ;** set novice user back to novice
- (if (= #UserNovice 1)
- (user 0)
- )
- (set FloppyFinished 1)
- (set @default-dest "")
-
- (AddNewPrinter)
- (complete 90)
- (working "Installing Wordworth 3 - Please wait...")
- ; Lets set the WordworthPrefs file
- (set #PrefsDest (tackon #NewWwDiskName "WordworthPrefs"))
- (run
- (cat "RAM:writeprefs \"" #PrefsDest "\" \"" #DictDest "\" \"" #ThesDest "\" \"" ChosenDriver "\" \"" TopBord "\" \"" BotBord "\" \"" LeftBord "\" \"" RightBord "\""
- ))
- )
-
-
-
- ; ### INSTALL ON HARD DISK
- (
- (set ASLOK 0)
- ;** set novice user back to novice
- (if (= #UserNovice 1)
- (user 0)
- )
-
- (CheckASL)
- (if (= ASLOK 1)
- (
- (working #HardDiskWorkingMsg)
- (set InstallType
- (askchoice
- (prompt #InstallChoicePrompt)
- (choices #PartialChoice #FullChoice #CustomChoice)
- (help #InstallTypeHelp)
- (default 0)
- )
- )
-
- (if (= InstallType 0)
- (
- ;** Partial
- ;set amount of disk space needed in bytes
- (set HDSpaceNeededBytes (* (* PartialHDSpace 1024) 1024))
- (set TotalFontLibSpace PartialHDLibsSpace)
- (FindHDDest) ;ask for destination drawer
- (SetHardDiskDestinations)
- (InstallMinModulesHD) ;install minimum set of modules
- )
- (if (= InstallType 1)
- (
- ;** Full
- ;set amount of disk space needed in bytes
- (set HDSpaceNeededBytes (* (* FullHDSpace 1024) 1024))
- (set TotalFontLibSpace FullHDLibsSpace)
- (FindHDDest) ;ask for destination drawer
- (SetHardDiskDestinations)
- (InstallOtherModulesHD) ;install all modules
- )
- (
- ;** Custom
- ;set maximum amount of disk space needed in bytes
- (set HDSpaceNeededBytes (* (* MaxCustomHDSpace 1024) 1024))
- (SetHardDiskDestinations)
- (InstallCustom) ;ask for custom options
- )
- )
- )
- (set @default-dest #DestDrawer)
- )
- (
- (abort #BadASL)
- )
- ); endif
- ;** Check env for Wordworth/wwfonts, creating it if it does not exist
- (if (NOT (exists "ENVARC:Wordworth"))
- (makedir "ENVARC:Wordworth" (safe))
- )
- ;setup Wordworth path
- ( ;create 'wwfonts' variable with #HDWwFontsDest in it
- (textfile
- (dest "ENVARC:Wordworth/WwFonts")
- (append #HDWwFontsDest)
- (safe)
- )
- )
-
- ;do the same for env:
- (if (NOT (exists "ENV:Wordworth"))
- (makedir "ENV:Wordworth" (safe))
- )
- (;create 'WwFonts' variable with #HDWwFontsDest in it
- (textfile
- (dest "ENV:Wordworth/WwFonts")
- (append #HDWwFontsDest)
- (safe)
- )
- )
-
- (tooltype
- (dest (cat #InsideHDDest "/Wordworth"))
- (settooltype "CLIPART" #ClipartDest)
- )
- (tooltype
- (dest (cat #InsideHDDest "/Wordworth"))
- (settooltype "DOCS" #DocsDest)
- )
- (if (= #Addingmodules 0)
- (
- (AddNewPrinter)
- )
- )
- (working "Installing Wordworth 3 - Please wait...")
- ; Lets set the WordworthPrefs file
- (set #PrefsDest (tackon #InsideHDDest "WordworthPrefs"))
- (run
- (cat "RAM:writeprefs \"" #PrefsDest "\" \"" #DictDest "\" \"" #ThesDest "\" \"" ChosenDriver "\" \"" TopBord "\" \"" BotBord "\" \"" LeftBord "\" \"" RightBord "\""
- ))
- )
- )
- )
- )
-
- ;** Reboot if installed the ASL library & finished messages
- (if (= #UserNovice 1)
- (user 2)
- )
-
- (if (= InstalledASL 1)
- (message #ReBoot)
- )
-
- ;MoreCleanup
- (set Cleanup
- (cat "RAM:delete " #RamTempFile " all")
- )
- (run Cleanup (safe))
- (delete "RAM:writeprefs")
-
- (set Cleanup
- (cat "RAM:delete RAM:WwFonts all")
- )
- (run Cleanup (safe))
-
- (delete "RAM:delete")
- (delete "RAM:select")
- (delete "RAM:WwPrinterList")
-
- (if (= #InstallationType "Wordworth")
- (
- (askdisk
- (prompt #InsertDiskMsg #Install1Disk)
- (help #diskhelp)
- (dest #Install1Disk)
- )
- (if (= FloppyInstall 1)
- (
- (set #InstallOutlines (cat #WwToolsDest "/InstallOutlines " #WwAgfaDest))
- (Run #InstallOutlines)
-
- (set #InstallOutlines (cat #WwToolsDest "/InstallOutlines " #WwPSDest))
- (Run #InstallOutlines)
-
- (set #InstallOutlines (cat #WwToolsDest "/InstallOutlines " #WwTTDest))
- )
- (
- (set #InstallOutlines (cat "\"" #WwToolsDest "/InstallOutlines\""))
- )
- )
- (Run #InstallOutlines)
- )
- )
-
- (complete 100)
-
- (if (= FloppyFinished 1)
- (exit #FloppyFinishedMsg)
- (exit)
- )
-