home *** CD-ROM | disk | FTP | other *** search
Wrap
Text File | 1994-03-10 | 94.6 KB | 3,959 lines
; ************************************************ ; * ; * Install-ADPro ; * ; * $VER: Install-ADPro 2.5.1 (28.2.94) ; * ; * This is the installation script for ASDG's Art Department Professional ; * version 2.5.1. ; * ; * Copyright © 1990-1994 ASDG, Incorporated ; * All Rights Reserved ; * ; ************************************************ ; **************************** ; * Set up some global variables. ; **************************** ; (set ProductName "Art Department Professional") ; product name (set ProductBaseName "ADPro") ; product base name (set ADProLiteName "MorphPlus") ; ADProLite name (set VersionNum "2.5.1") ; product version number (set OSVersion (/ (getversion) 65536)) (set TotalFiles 0) (set AccumFiles 0) (set PctDone 0) (set DisplayReadMe 0) (set CPUOpts 0) ; 0=68000,68010; 1=68020,68030,68040 (set FPUNameIEEE "IEEE") ; IEEE basename suffix (set FPUNameM68881 "M68881") ; M68881 basename suffix (set FPUName FPUNameIEEE) ; default FPU basename suffix (set Disk1Name "ADPro_D1") ; actual name of disk 1 (set Disk2Name "ADPro_D2") ; actual name of disk 2 (set Disk3Name "ADPro_D3") ; actual name of disk 3 (set Disk4Name "ADPro_D4") ; actual name of disk 4 (set DiskInstall Disk1Name) ; installation (main) disk (set DiskADProPgm Disk1Name) ; ADPro program disk (set DiskRelNotes Disk1Name) ; ADPro release notes disk (set DiskLoaders Disk1Name) ; common loaders disk (set DiskLoadersDot Disk1Name) ; dot loaders disk (set DiskLoadersIEEE Disk1Name) ; IEEE-compiled loaders disk (set DiskLoadersM68881 Disk1Name) ; M68881-compiled loaders disk (set DiskLoadersFPU DiskLoadersIEEE); default FPU loaders disk (set DiskSavers Disk1Name) ; common savers disk (set DiskSaversDot Disk1Name) ; dot savers disk (set DiskSaversIEEE Disk2Name) ; IEEE-compiled savers disk (set DiskSaversM68881 Disk2Name) ; M68881-compiled savers disk (set DiskSaversFPU DiskSaversIEEE) ; default FPU savers disk (set DiskOperators Disk2Name) ; common operators disk (set DiskOperatorsDot Disk2Name) ; dot operators disk (set DiskOperatorsIEEE Disk2Name) ; IEEE-compiled operators disk (set DiskOperatorsM68881 Disk2Name) ; M68881-compiled operators disk (set DiskOperatorsFPU DiskOperatorsIEEE) ; default FPU operators disk (set DiskLoadersExpans Disk2Name) ; expansion loaders disk (set DiskConvolutions Disk2Name) ; Convolution matrices disk (set DiskPatterns Disk2Name) ; Patterns disk (set DiskDisplays Disk2Name) ; common displays disk (set DiskSaversExpans Disk3Name) ; expansion savers disk (set DiskOperatorsExpans Disk3Name) ; expansion operators disk (set DiskLoadersPseudo Disk3Name) ; pseudo loaders disk (set DiskLoadersIndep Disk3Name) ; 3rd party loaders disk (set DiskSaversPseudo Disk3Name) ; pseudo savers disk (set DiskSaversIndep Disk3Name) ; 3rd party savers disk (set DiskOperatorsPseudo Disk3Name) ; pseudo operators disk (set DiskOperatorsIndep Disk3Name) ; 3rd party operators disk (set DiskF2KIters Disk3Name) ; sample FRACTAL2000 iterations disk (set DiskFREDPgm Disk3Name) ; FRED program disk (set DiskAnimOps Disk3Name) ; FRED AnimOps disk (set DiskADProScripts Disk3Name) ; ADPro ARexx scripts disk (set DiskFREDScripts Disk3Name) ; FRED ARexx scripts disk (set DiskSplitzJoinz Disk3Name) ; Splitz & Joinz disk (set DiskZapDPI Disk3Name) ; ZapDDPI disk (set DiskSentry Disk3Name) ; File Sentry disk (set DiskView Disk3Name) ; View disk (set DiskTutorials Disk4Name) ; Tutorials disk (set InstallDCTVLib 0) ; 1 = install, 0 = don't install ; Maximum memory requirements (in MB) (set MaxMemReqI "310 K") ; ProductBaseName (set MaxMemReqII "1.6 MB") ; Standard Modules (set MaxMemReqIII "247 K") ; Expansion Modules (set MaxMemReqIV "129 K") ; Third-Party Modules (set MaxMemReqV " 41 K") ; Pseudo Modules (set MaxMemReqVI "210 K") ; FRED (set MaxMemReqVII "496 K") ; ARexx Scripts (set MaxMemReqVIII "197 K") ; Splitz & Joinz (set MaxMemReqIX " 9 K") ; ZapDPI (set MaxMemReqX " 43 K") ; Sentry (set MaxMemReqXI "119 K") ; View (set MaxMemReqXII "660 K") ; Tutorials (set MaxMemReqXIII " 6 K") ; ReadMe (procedure setPkgOpts ; ; **************************** ; * Ask the user which parts of the package should be installed. ; **************************** ; ( (set PkgOpts (askoptions (prompt ("Select the parts of the %s package you want to install " ProductName) "at this time." ) (help "This part of the installation procedure lets you select the " ("parts of the %s package you want to install at this time.\n" ProductName) "\n" ("*** %s\n" ProductBaseName) ("(Max. required: %s)\n" MaxMemReqI) "This option lets you install the main program.\n" "\n" "*** Standard Modules\n" ("(Max. required: %s)\n" MaxMemReqII) "This option lets you install all of the standard modules " "that are supplied and supported by ASDG.\n" "\n" "*** Expansion Modules\n" ("(Max. required: %s)\n" MaxMemReqIII) "This option lets you install all the expansion modules " "that control and operate on expansion hardware, such as " "framegrabbers, digitizers, and display boards. These modules " "are supplied and supported by ASDG.\n" "\n" "*** Third-Party Modules\n" ("(Max. required: %s)\n" MaxMemReqIV) ("This option lets you install %s modules which have been developed " ProductBaseName) ("by third-party %s developers through our %s Developer Program. " ProductBaseName ProductBaseName) "THESE MODULES ARE NOT SUPPORTED BY ASDG.\n" "\n" "*** Pseudo Modules\n" ("(Max. required: %s)\n" MaxMemReqV) "This option lets you install the pseudo loader, saver and operator modules " "that are supplied and supported by ASDG. These modules require that you have ARexx installed and running.\n" "\n" "*** FRED\n" ("(Max. required: %s)\n" MaxMemReqVI) ("This option lets you install the %s/%s FRame EDitor and its AnimOps. " ProductBaseName ADProLiteName) "FRED is a visually-oriented list organizer that allows you to " "assemble a sequence of images and batch process them through the " "use of ARexx scripts.\n" "\n" ("NOTE: If you currently own %s 2.1.0 or above " ProductBaseName) ("or %s 1.0.0 or above and had previously " ADProLiteName) "installed the FRED that came with those versions, " "you should select this option--the FRED that will " "be installed is a newer version, with more features, " "more keyboard shortcuts, and a revised Compositor AnimOp that " "completely supersedes the old Compositor and " "Alpha_Compositor AnimOps, while adding many more " "features and controls.\n" "\n" "*** ARexx Scripts\n" ("(Max. required: %s)\n" MaxMemReqVII) "This option lets you install some ARexx scripts for both " ("%s and FRED. These may come in handy if you " ProductBaseName) "plan to control the programs through ARexx. This option will " "also install the pre-written FRED Invoke ADPro scripts which " "we have created for your convenience.\n" "\n" "*** Splitz & Joinz\n" ("(Max. required: %s)\n" MaxMemReqVIII) "This option lets you install a set of utilities that make it " "possible to transfer larger-than-disk size files between " "computers and platforms. We have included versions of " "Splitz & Joinz for the Amiga, Macintosh, PC/MS-DOS, and " "PC/MS-Windows.\n" "\n" "*** ZapDPI\n" ("(Max. required: %s)\n" MaxMemReqIX) "This option lets you install a utility and ARexx scripts to " "remove, replace, and check for the existence of DPI chunk-embedded " "information within IFF-ILBM files. This is to make it compatible " "with older versions of Gold Disk's ProPage.\n" "\n" "*** Sentry\n" ("(Max. required: %s)\n" MaxMemReqX) "This option lets you install the ADPro File Sentry. This " "utility lets you launch CLI commands or ARexx scripts upon files in a " "directory, at the time they are added to or modified within the " "directory.\n" "\n" "*** View\n" ("(Max. required: %s)\n" MaxMemReqXI) "This option lets you install View 3.6, an IFF/ANIM " "viewer that is compatible with the ANIM-8 format " "which this package's ANIM saver is capable of producing.\n" "\n" "This View utility is included for your convenience. All " "correspondences should be directed to Michael Hartman at " "the address provided in the View documentation.\n" "\n" "*** Tutorials\n" ("(Max. required: %s)\n" MaxMemReqXII) "This option lets you install the images and other files " "used for the tutorials in the User Manual.\n" "\n" "*** ReadMe\n" ("(Max. required: %s)\n" MaxMemReqXIII) "This option lets you install the ReadMe file from disk 1 " "onto your floppy or hard disk to use as a reference.\n" "\n" @askoptions-help ) (choices ; bit position 0 -- todo & 1 ; ("%s" ProductBaseName) ; bit position 1 -- todo & 2 ; "Standard Modules" ; bit position 2 -- todo & 4 ; "Expansion Modules" ; bit position 3 -- todo & 8 ; "Third-Party Modules" ; bit position 4 -- todo & 16 ; "Pseudo Modules" ; bit position 5 -- todo & 32 ; "FRED" ; bit position 6 -- todo & 64 ; "ARexx Scripts" ; bit position 7 -- todo & 128 ; "Splitz & Joinz" ; bit position 8 -- todo & 256 ; "ZapDPI" ; bit position 9 -- todo & 512 ; "Sentry" ; bit position 10 -- todo & 1024 ; "View" ; bit position 11 -- todo & 2048 ; "Tutorials" ; bit position 12 -- todo & 4096 ; "ReadMe" ) ) ) ) ) (procedure setCPUOpts ; ; **************************** ; * Ask the user which version of the package should be installed. ; **************************** ; ( (set CPUStr (database "cpu")) (if (OR (= CPUStr "68020") (= CPUStr "68030")) (set CPUOpts 1) (set CPUOpts 0) ) (if (= CPUStr "68040") ( (set fpu040check (run ("%s:c/fpu68040check" DiskInstall))) (if (<> fpu040check 0) ( (if (BITAND fpu040check 32) ( (message "Your machine is missing a math coprocessor.\n" "\n" "If you want to install the 68020/030/040 versions of \n" ("the %s modules, you must have the FPU properly\n" ProductBaseName) "activated. \n" "\n" "To determine if it is, open up a Shell window and \n" "type the 'CPU' command on a line by itself. You \n" "should see either 68881 or 68882 listed after \n" "'System: CPU 68040'. If neither is listed, contact \n" "the manufacturer of your 68040 board for instructions\n" "on how to activate the math coprocessor. \n" "\n" "The 68000/68010 versions will be installed instead. \n") (if (BITAND fpu040check 4) (message "Upon further inspection, the command to run the \n" "SetPatch program, which maybe required to properly \n" "activate the math coprocessor, is missing from your \n" "s:startup-sequence file. \n") (if (BITAND fpu040check 8) (message "Upon further inspection, the 68040.library file is \n" "also missing from your LIBS: directory. \n") ) ) ) ) (set CPUOpts 0) ) ) (set CPUOpts 1) ) ( (set fpucheck (run ("%s:c/fpucheck" DiskInstall))) (if (= fpucheck 0) (set CPUOpts 0) (set CPUOpts 1) ) ) ) (if (OR (IN PkgOpts 1) (IN PkgOpts 2)) (set CPUOpts (askchoice (prompt "Select the version of the programs you wish to install, based upon the CPU/FPU combination installed in your Amiga.") (help ("If you are installing the %s package onto " ProductName) "an accelerated Amiga, then there are special versions of " "many of the files which you should install.\n" "\n" "If you are unsure about which choice to select,\n" "use the following as a guide:\n" "\n" "A500/A600/A1000/A1200/A2000:\n" " Stock 68000/68010 CPU or No FPU\n" " Accelerated 68020/68030/68040 CPU with FPU\n" "\n" "A2500/A3000/A4000:\n" " Stock/Accelerated 68020/68030/68040 CPU with FPU\n" "\n" "NOTE: If you are installing the 68020/030/040 " "version, then you MUST have a math coprocessor " "properly activated. Otherwise, the FPU-specific " "modules will likely not work at all. The stock " "A1200, for example, has a 68020 but no FPU, so " "you should install the 68000/68010 CPU version.\n" "\n" @askchoice-help ) (choices ; bit position 0 -- todo & 1 "68000/68010 CPU or No Floating Point Unit (FPU)" ; bit position 1 -- todo & 2 "68020/68030/68040 CPU with FPU" ) (default CPUOpts) ) ) ) (if (= CPUOpts 0) ( (set FPUName FPUNameIEEE) (set DiskLoadersFPU DiskLoadersIEEE) (set DiskSaversFPU DiskSaversIEEE) (set DiskOperatorsFPU DiskOperatorsIEEE) ) ( (set FPUName FPUNameM68881) (set DiskLoadersFPU DiskLoadersM68881) (set DiskSaversFPU DiskSaversM68881) (set DiskOperatorsFPU DiskOperatorsM68881) ) ) ) ) (procedure calcBitMaskAllOn ; ; **************************** ; * Calculate the decimal value of a bit mask with all bits on (= 1). ; **************************** ; ; these variables must be defined before calling this procedure: ; numBits ; ; this procedure returns the calculated value in BitMaskValue ; ( (set currBit 1) (set BitMaskValue 1) (while (<= currBit numBits) ( (set BitMaskValue (* BitMaskValue 2)) (set currBit (+ currBit 1)) ) ) (set BitMaskValue (- BitMaskValue 1)) ) ) (procedure setDirPath ; ; **************************** ; * Ask the user for a directory name. ; **************************** ; ; these variables must be defined before calling this procedure: ; setDirPathWhy ; setDirPathHelp ; DirPath ; ; this procedure returns the selected directory in DirPath ; ( (set moveon FALSE) (while (NOT moveon) ( (set DirPath (askdir (prompt ("Please select the directory %s" setDirPathWhy) ) (help setDirPathHelp "\n" "NOTE: If you will using the Installer program's " "function to create a new directory (using \"Make New Drawer...\"), " "it is highly recommended that you DO NOT include " "spaces in the drawer name. Following this advice " "will avoid any problems accessing the directory, " "especially from ARexx scripts.\n" "\n" @askdir-help ) (default DirPath) ) ) (if (= (exists DirPath) 0) (makedir DirPath) (set moveon TRUE) ) ) ) ) ) (procedure copyLibFile ; ; **************************** ; * Copy the specific library file to the LIBS: directory. ; **************************** ; ; these variables must be defined before calling this procedure: ; ; copyLibFileName ; copyLibFileHelp ; DirPath ; ( (if (= (exists (tackon DirPath copyLibFileName)) 1) ( (protect (tackon DirPath copyLibFileName) "+rwed") ) ) (copylib (prompt ("Copying %s to %s" copyLibFileName DirPath)) (help copyLibFileHelp "\n" "If you already have a copy of this library in the selected destination directory, the library " "included on the distribution disk will be compared to the one you " "already have. If your current library is an old version, the newer " "version will be installed.\n" "\n" @copylib-help ) (source copyLibFileName) (dest DirPath) (confirm) ) ) ) (procedure deleteIfExists ; ; **************************** ; * Delete the given file, if it exists. ; **************************** ; ; these variables must be defined before calling this procedure: ; ; deleteFileName ; ( (if (= (exists deleteFileName) 1) ( (protect deleteFileName "+rwed") (delete deleteFileName) ) ) ) ) (procedure extractLZFile2Dir ; ; **************************** ; * Extract a single file from an LZ-extractable archive file. ; **************************** ; ; workingMsg ; arcFileName ; srcFileName ; destDirName ; ( (working workingMsg) (set lzrc (run ("RAM:lhex -qfw=%s x %s \"%s\"" destDirName arcFileName srcFileName))) (if (<> lzrc 0) (message ("Error decompressing %s from %s into the %s directory.\n" srcFileName arcFileName destDirName) "\n" "Be sure that the directory you have specified as the destination exists and has enough free space in it " "to accept new files. Also be sure that if the file to be copied already exists, that the existing file " "isn't protected from being overwritten or deleted.") ) (if (= 0 (exists (tackon destDirName srcFileName))) (abort ("An error occurred during the copying of %s" srcFileName)) ) ) ) (procedure dumpLZFile2Dir ; ; **************************** ; * Extract (dump) all files from an LZ-extractable archive file. ; **************************** ; ; workingMsg ; arcFileName ; destDirName ; ( (working workingMsg) (set lzrc (run ("RAM:lhex -qfw=%s x %s" destDirName arcFileName))) (if (<> lzrc 0) (message ("Error decompressing %s's files into the %s directory." arcFileName destDirName) "\n" "Be sure that the directory you have specified as the destination exists and has enough free space in it " "to accept new files. Also be sure that if the file to be copied already exists, that the existing file " "isn't protected from being overwritten or deleted.") ) ) ) (procedure incrementMeter ; ; **************************** ; * Increment the progress meter indicator. ; **************************** ; ; addToMeter ; ( (set PctDone (/ (* AccumFiles 100) TotalFiles)) (set AccumFiles (+ AccumFiles addToMeter)) (complete PctDone) ) ) (procedure addToUserStartup ; ; **************************** ; * Assigns a name to a particular directory. Optionally adds it to the ; * S:user-startup file, if requested. ; **************************** ; ; userStartupAppName ; userStartupAssignName ; userStartupAssignToName ; userStartupHelp ; ( (startup (userStartupAppName) (prompt ("Add %s: assignment to \"S:user-startup\"?" userStartupAssignName)) (help userStartupHelp "\n" ("Select the Proceed button to add an %s: assignment to the S:user-startup file.\n" userStartupAssignName) "\n" @startup-help) (command ("assign %s: \"%s\"" userStartupAssignName userStartupAssignToName)) ) (makeassign userStartupAssignName userStartupAssignToName) ) ) ; **************************** ; * ADPro Module Installation routine ; **************************** ; (procedure installADProModule ; ; This procedure does the work of de-arcing and copying files. ; It requires initialization of variables: ; moduleArcName ; moduleFileName ; moduleType ; moduleDestDir ; modulesToDo ; moduleCurrN ; ( (set addToMeter 1) (incrementMeter) (if (IN modulesToDo moduleCurrN) ( (set deleteFileName (tackon moduleDestDir moduleFileName)) (deleteIfExists) (set workingMsg ("Installing %s %s..." moduleFileName moduleType)) (set arcFileName moduleArcName) (set srcFileName moduleFileName) (set destDirName moduleDestDir) (extractLZFile2Dir) ) ) ) ) ; **************************** ; * ADPro Installation routine ; **************************** ; (procedure ADProInstall ( ; **************************** ; * copy adpro.library to the ADPRO: directory. ; **************************** ; (set addToMeter 1) (incrementMeter) (set copyLibFileName "RAM:adpro.library") (set copyLibFileHelp ("This library is required to run the %s programs.\n" ProductBaseName)) (set DirPath ADProDir) (copyLibFile) ; **************************** ; * Install the Program ; **************************** ; (makeassign "ADPROINSTALL" ADProDir) (set addToMeter 2) (incrementMeter) (set deleteFileName (tackon "ADPROINSTALL:" "ADPro")) (deleteIfExists) (set deleteFileName (tackon "ADPROINSTALL:" "ADPro.info")) (deleteIfExists) (set workingMsg ("Installing %s..." ProductBaseName)) (set arcFileName ("%s:ADPro.lha" DiskADProPgm)) (set destDirName "ADPROINSTALL:") (dumpLZFile2Dir) (tooltype (prompt "") (help "") (dest ("ADPROINSTALL:%s" ProductBaseName)) (settooltype "MAXMEM" ("%ld" maxmemvalue)) (noposition) ) (set deleteFileName (tackon "ADPROINSTALL:" "ADProDefaults")) (deleteIfExists) ; **************************** ; * delete adpro.library from the LIBS: directory, if it exists ; * and if ADPRO:adpro.library exists as well. ; **************************** ; (if (= (exists (tackon ADProDir "adpro.library")) 1) ( (set deleteFileName "LIBS:adpro.library") (deleteIfExists) ) ) ; **************************** ; * Install the default AppScript. Update the icon to point to it. ; **************************** ; (set addToMeter 1) (incrementMeter) (set AppScriptDir (tackon ADProDir "AppScripts")) (onerror (abort ("The %s directory could not be created. " AppScriptDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists AppScriptDir) 0) (makedir AppScriptDir) ) (onerror (cleanUp) ) (makeassign "ADPROINSTALL" AppScriptDir) (copyfiles (prompt "") (help "") (source ("%s:DisplayImage.adproapp" DiskInstall)) (dest "ADPROINSTALL:") ) (tooltype (prompt "") (help "") (dest (tackon ADProDir ProductBaseName)) (settooltype "APPSCRIPT" ("%s" (tackon AppScriptDir "DisplayImage.adproapp"))) (noposition) ) ; **************************** ; * copy req.library to the LIBS: directory. ; **************************** ; (set addToMeter 1) (incrementMeter) (set copyLibFileName "RAM:req.library") (set copyLibFileHelp ("This library is required to run the %s programs.\n" ProductBaseName)) (set DirPath "LIBS:") (copyLibFile) ; **************************** ; * Install the Release Notes program and text file ; **************************** ; (makeassign "ADPROINSTALL" ADProDir) (set addToMeter 3) (incrementMeter) (set workingMsg ("Installing %s Release Notes and Viewer..." ProductBaseName)) (set arcFileName ("%s:ReleaseNotes.lha" DiskRelNotes)) (set destDirName "ADPROINSTALL:") (dumpLZFile2Dir) (copyfiles (prompt "") (help "") (source ("%s:%s.notes" DiskInstall ProductBaseName)) (dest "ADPROINSTALL:") ) ; **************************** ; * Create the program directories in ENVARC: and ENV: ; **************************** ; (if (<> (getassign "ENVARC" "a") "") ( (set ENVDir ("ENVARC:%s" ProductBaseName)) (onerror (abort ("The %s directory could not be created. " ENVDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ENVDir) 0) (makedir ENVDir) ) (onerror (cleanUp) ) ) ) (if (<> (getassign "ENV" "a") "") ( (set ENVDir ("ENV:%s" ProductBaseName)) (onerror (abort ("The %s directory could not be created. " ENVDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ENVDir) 0) (makedir ENVDir) ) (onerror (cleanUp) ) ) ) ) ) ; **************************** ; * ADProStdModules Installation routine ; **************************** ; (procedure ADProStdModulesInstall ( (makeassign "ADPROINSTALL" ADProDir) ; **************************** ; * copy dctv.library to the LIBS: directory, if needed. ; **************************** ; (if (= InstallDCTVLib 1) ( (set addToMeter 1) (incrementMeter) (set copyLibFileName "RAM:dctv.library") (set copyLibFileHelp "This library is required to use the DCTV Operator.\n") (set DirPath "LIBS:") (copyLibFile) ) ) ; **************************** ; * Install the Selected Loaders ; **************************** ; (onerror (abort ("The directory %s could not be created. " ADProLoadersDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProLoadersDir) 0) (makedir ADProLoadersDir) ) (makeassign "ADPROINSTALL" ADProLoadersDir) (onerror (cleanUp) ) (if (OR (<> ADProLoadersSet1 0) (<> ADProLoadersSet2 0)) ( (set moduleArcName ("%s:Loaders.lha" DiskLoaders)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:Loaders.lha")) (set moduleArcName "RAM:Loaders.lha") ) ) ) (if (<> ADProLoadersSet1 0) ( (set moduleCurrN 0) (set moduleType "Loader") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProLoadersSet1) (while (set moduleFileName (select moduleCurrN "ALPHA" "ANIM" "BACKDROP" "BACKLINE" "BMP" "CLIPBOARD" "DPAINT" "DV21" "GIF" "IFF" "IMPULSE" "MACPAINT" "PCX" "POINTER" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (if (<> ADProLoadersSet2 0) ( (set moduleCurrN 0) (set moduleType "Loader") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProLoadersSet2) (while (set moduleFileName (select moduleCurrN "QRT" "SCREEN" "SCULPT" "TEMP" "UNIVERSAL" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) ; **************************** ; * Remove the old DPIIE loader, since it's been absorbed by IFF ; **************************** ; (set deleteFileName "ADPROINSTALL:DPIIE") (deleteIfExists) (set deleteFileName "RAM:Loaders.lha") (deleteIfExists) ; **************************** ; * Install the dot Loaders ; **************************** ; (if (<> ADProLoadersDot1 0) ( (set moduleArcName ("%s:LoadersDot.lha" DiskLoadersDot)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:LoadersDot.lha")) (set moduleArcName "RAM:LoadersDot.lha") ) (set moduleCurrN 0) (set moduleType "Loader") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProLoadersDot1) (while (set moduleFileName (select moduleCurrN ".ALPHA" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName "RAM:LoadersDot.lha") (deleteIfExists) ; **************************** ; * Install the FPU-compiled Loaders ; **************************** ; (if (<> ADProLoadersSet3 0) ( (set moduleArcName ("%s:Loaders%s.lha" DiskLoadersFPU FPUName)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists ("RAM:Loaders%s.lha" FPUName))) (set moduleArcName ("RAM:Loaders%s.lha" FPUName)) ) (set moduleCurrN 0) (set moduleType "Loader") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProLoadersSet3) (while (set moduleFileName (select moduleCurrN "FRAMESTORE" "JPEG" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName ("RAM:Loaders%s.lha" FPUName)) (deleteIfExists) ; **************************** ; * Install the Selected Savers ; **************************** ; (onerror (abort ("The directory %s could not be created. " ADProSaversDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProSaversDir) 0) (makedir ADProSaversDir) ) (makeassign "ADPROINSTALL" ADProSaversDir) (onerror (cleanUp) ) (if (<> ADProSaversSet1 0) ( (set moduleArcName ("%s:Savers.lha" DiskSavers)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:Savers.lha")) (set moduleArcName "RAM:Savers.lha") ) ) ) (if (<> ADProSaversSet1 0) ( (set moduleCurrN 0) (set moduleType "Saver") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProSaversSet1) (while (set moduleFileName (select moduleCurrN "ANIM" "BMP" "CLIPBOARD" "DPAINT" "DPIIE" "GIF" "IFF" "IMPULSE" "PCX" "POSTSCRIPT" "PREFPRINTER" "QRT" "SCULPT" "TEMP" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName "RAM:Savers.lha") (deleteIfExists) ; **************************** ; * Install the dot Savers ; **************************** ; ; **************************** ; * Install the FPU-compiled Savers ; **************************** ; (if (<> ADProSaversSet2 0) ( (set moduleArcName ("%s:Savers%s.lha" DiskSaversFPU FPUName)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists ("RAM:Savers%s.lha" FPUName))) (set moduleArcName ("RAM:Savers%s.lha" FPUName)) ) (set moduleCurrN 0) (set moduleType "Saver") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProSaversSet2) (while (set moduleFileName (select moduleCurrN "FRAMESTORE" "JPEG" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName ("RAM:Savers%s.lha" FPUName)) (deleteIfExists) ; **************************** ; * Install the Selected Operators ; **************************** ; (onerror (abort ("The directory %s could not be created. " ADProOperatorsDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProOperatorsDir) 0) (makedir ADProOperatorsDir) ) (makeassign "ADPROINSTALL" ADProOperatorsDir) (onerror (cleanUp) ) (set deleteFileName (tackon "ADPROINSTALL:" "Set_Pxl_Aspect")) (deleteIfExists) (if (OR (<> ADProOperatorsSet1 0) (<> ADProOperatorsSet2 0) (<> ADProOperatorsSet3 0)) ( (set moduleArcName ("%s:Operators.lha" DiskOperators)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:Operators.lha")) (set moduleArcName "RAM:Operators.lha") ) ) ) (if (<> ADProOperatorsSet1 0) ( (set moduleCurrN 0) (set moduleType "Operator") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProOperatorsSet1) (while (set moduleFileName (select moduleCurrN "Antique" "Apply_Map" "Blur" "Broadcast_Limit" "Color_To_Gray" "Colorize" "Convolve" "Crop_Image" "Crop_Visual" "Define_Pxl_Aspect" "DeInterlace" "Displace_Pixel" "Dynamic_Range" "Gray_To_Color" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (if (<> ADProOperatorsSet2 0) ( (set moduleCurrN 0) (set moduleType "Operator") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProOperatorsSet2) (while (set moduleFileName (select moduleCurrN "Halve" "Horizontal_Flip" "Interlace" "KillTemp" "Line_Art" "Median_Filter" "Mosaic" "Negative" "Pattern" "Rectangle" "Rectangle_Visual" "Rem_Isolated_Pxls" "Rendered_To_Raw" "Roll" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (if (<> ADProOperatorsSet3 0) ( (set moduleCurrN 0) (set moduleType "Operator") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProOperatorsSet3) (while (set moduleFileName (select moduleCurrN "Saturation" "Sim_Print" "Text_Visual" "Tile" "Tile_Visual" "Vertical_Flip" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName "RAM:Operators.lha") (deleteIfExists) ; **************************** ; * Install the dot Operators ; **************************** ; (if (<> ADProOperatorsDot1 0) ( (set moduleArcName ("%s:OperatorsDot.lha" DiskOperatorsDot)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:OperatorsDot.lha")) (set moduleArcName "RAM:OperatorsDot.lha") ) (set moduleCurrN 0) (set moduleType "Operator") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProOperatorsDot1) (while (set moduleFileName (select moduleCurrN ".Edit_Palette" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName "RAM:OperatorsDot.lha") (deleteIfExists) ; **************************** ; * Install the FPU-compiled Operators ; **************************** ; (if (<> ADProOperatorsSet4 0) ( (set moduleArcName ("%s:Operators%s.lha" DiskOperatorsFPU FPUName)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists ("RAM:Operators%s.lha" FPUName))) (set moduleArcName ("RAM:Operators%s.lha" FPUName)) ) (set moduleCurrN 0) (set moduleType "Operator") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProOperatorsSet4) (while (set moduleFileName (select moduleCurrN "Collapse" "Hist_Equalization" "Polar_Mosaic" "Rotate" "Twirl" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName ("RAM:Operators%s.lha" FPUName)) (deleteIfExists) ; Convolve's matrices (if (= 1 InstallConvolutions) ( (if (= (exists ConvolutionsDir) 0) (makedir ConvolutionsDir) ) (makeassign "ADPROINSTALL" ConvolutionsDir) (onerror (cleanUp) ) (set addToMeter 28) ; 28 (incrementMeter) (set workingMsg "Installing Convolution matrices...") (set arcFileName ("%s:Convolutions.lha" DiskConvolutions)) (set destDirName "ADPROINSTALL:") (dumpLZFile2Dir) ) ) ; Pattern files (if (= 1 InstallPatterns) ( (if (= (exists PatternsDir) 0) (makedir PatternsDir) ) (makeassign "ADPROINSTALL" PatternsDir) (onerror (cleanUp) ) (set addToMeter 1) ; 1 (incrementMeter) (set workingMsg "Installing Pattern operator patterns...") (set arcFileName ("%s:Patterns.lha" DiskPatterns)) (set destDirName "ADPROINSTALL:") (dumpLZFile2Dir) ) ) ; **************************** ; * Install the Selected Displays ; **************************** ; (onerror (abort ("The directory %s could not be created. " ADProDisplaysDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProDisplaysDir) 0) (makedir ADProDisplaysDir) ) (makeassign "ADPROINSTALL" ADProDisplaysDir) (onerror (cleanUp) ) (set moduleArcName ("%s:Displays.lha" DiskDisplays)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:Displays.lha")) (set moduleArcName "RAM:Displays.lha") ) (set moduleType "Display") (set moduleDestDir "ADPROINSTALL:") (set moduleCurrN 0) ; Install the Amiga and Window display modules first. ; (set modulesToDo 1) (set moduleFileName "Amiga") (installADProModule) (set modulesToDo 1) (set moduleFileName "Window") (installADProModule) (if (<> ADProDisplaysSet1 0) ( (set modulesToDo ADProDisplaysSet1) (while (set moduleFileName (select moduleCurrN "EGS" "FC24" "OpalVision" "Picasso" "Retina" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName "RAM:Displays.lha") (deleteIfExists) ; **************************** ; * Install the dot Displays ; **************************** ; ; **************************** ; * Install the Selected Commands ; **************************** ; (onerror (abort ("The directory %s could not be created. " ADProCommandsDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProCommandsDir) 0) (makedir ADProCommandsDir) ) (makeassign "ADPROINSTALL" ADProCommandsDir) (onerror (cleanUp) ) ; **************************** ; * Install the dot User Commands ; **************************** ; ) ) ; **************************** ; * ADPro Expansion Modules Installation routine ; **************************** ; (procedure ADProExpansModulesInstall ( (if (= (exists ADProDir) 0) (makedir ADProDir) ) (makeassign "ADPROINSTALL" ADProDir) (onerror (cleanUp) ) ; **************************** ; * Install the Expansion Loaders ; **************************** ; (onerror (abort ("The directory %s could not be created. " ADProLoadersDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProLoadersDir) 0) (makedir ADProLoadersDir) ) (makeassign "ADPROINSTALL" ADProLoadersDir) (onerror (cleanUp) ) (if (<> ADProLoadersExpansSet1 0) ( (set moduleArcName ("%s:LoadersExpans.lha" DiskLoadersExpans)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:LoadersExpans.lha")) (set moduleArcName "RAM:LoadersExpans.lha") ) (set moduleCurrN 0) (set moduleType "Expansion Loader") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProLoadersExpansSet1) (while (set moduleFileName (select moduleCurrN "CDXL" "FC24" "FRAMEGRABBER" "HAME" "IV24" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName "RAM:LoadersExpans.lha") (deleteIfExists) ; **************************** ; * Install the Expansion Savers ; **************************** ; (onerror (abort ("The directory %s could not be created. " ADProSaversDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProSaversDir) 0) (makedir ADProSaversDir) ) (makeassign "ADPROINSTALL" ADProSaversDir) (onerror (cleanUp) ) (if (<> ADProSaversExpansSet1 0) ( (set moduleArcName ("%s:SaversExpans.lha" DiskSaversExpans)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:SaversExpans.lha")) (set moduleArcName "RAM:SaversExpans.lha") ) (set moduleCurrN 0) (set moduleType "Expansion Saver") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProSaversExpansSet1) (while (set moduleFileName (select moduleCurrN "A2410" "CDXL" "FC24" "HAME" "HARLEQUIN" "IV24" "RESOLVER" "VT_BUFFER" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName "RAM:SaversExpans.lha") (deleteIfExists) ; **************************** ; * Install the Expansion Operators ; **************************** ; (onerror (abort ("The directory %s could not be created. " ADProOperatorsDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProOperatorsDir) 0) (makedir ADProOperatorsDir) ) (makeassign "ADPROINSTALL" ADProOperatorsDir) (onerror (cleanUp) ) (if (<> ADProOperatorsExpansSet1 0) ( (set moduleArcName ("%s:OperatorsExpans.lha" DiskOperatorsExpans)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:OperatorsExpans.lha")) (set moduleArcName "RAM:OperatorsExpans.lha") ) (set moduleCurrN 0) (set moduleType "Expansion Operator") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProOperatorsExpansSet1) (while (set moduleFileName (select moduleCurrN "DCTV" "TPort_Controller" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName "RAM:OperatorsExpans.lha") (deleteIfExists) ) ) ; **************************** ; * ADPro Independent (Third-Party) Modules Installation routine ; **************************** ; (procedure ADProIndepModulesInstall ( (if (= (exists ADProDir) 0) (makedir ADProDir) ) (makeassign "ADPROINSTALL" ADProDir) (onerror (cleanUp) ) ; **************************** ; * Install the Independent (Third-Party) Loaders ; **************************** ; (onerror (abort ("The directory %s could not be created. " ADProLoadersDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProLoadersDir) 0) (makedir ADProLoadersDir) ) (makeassign "ADPROINSTALL" ADProLoadersDir) (onerror (cleanUp) ) (if (<> ADProLoadersIndepSet1 0) ( (set moduleArcName ("%s:LoadersIndep.lha" DiskLoadersIndep)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:LoadersIndep.lha")) (set moduleArcName "RAM:LoadersIndep.lha") ) (set moduleCurrN 0) (set moduleType "Third-Party Loader") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProLoadersIndepSet1) (while (set moduleFileName (select moduleCurrN "FLC" "FRACTAL2000" "ICO" "ICON" "PAR_PEG" "VLAB" "YUVN" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName "RAM:LoadersIndep.lha") (deleteIfExists) ; FRACTAL 2000 iteration files (if (= 1 InstallF2KIters) ( (if (= (exists F2KItersDir) 0) (makedir F2KItersDir) ) (makeassign "ADPROINSTALL" F2KItersDir) (onerror (cleanUp) ) (set addToMeter 1) ; 1 (incrementMeter) (set workingMsg "Installing sample FRACTAL2000 iteration files...") (set arcFileName ("%s:F2KIters.lha" DiskF2KIters)) (set destDirName "ADPROINSTALL:") (dumpLZFile2Dir) ) ) ; **************************** ; * Install the Independent (Third-Party) Savers ; **************************** ; (onerror (abort ("The directory %s could not be created. " ADProSaversDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProSaversDir) 0) (makedir ADProSaversDir) ) (makeassign "ADPROINSTALL" ADProSaversDir) (onerror (cleanUp) ) (if (<> ADProSaversIndepSet1 0) ( (set moduleArcName ("%s:SaversIndep.lha" DiskSaversIndep)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:SaversIndep.lha")) (set moduleArcName "RAM:SaversIndep.lha") ) (set moduleCurrN 0) (set moduleType "Third-Party Saver") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProSaversIndepSet1) (while (set moduleFileName (select moduleCurrN "ICON" "OPALVISION" "PICASSO" "RETINA" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName "RAM:SaversIndep.lha") (deleteIfExists) ; **************************** ; * Install the Independent (Third-Party) Operators ; **************************** ; (onerror (abort ("The directory %s could not be created. " ADProOperatorsDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProOperatorsDir) 0) (makedir ADProOperatorsDir) ) (makeassign "ADPROINSTALL" ADProOperatorsDir) (onerror (cleanUp) ) (if (<> ADProOperatorsIndepSet1 0) ( (set moduleArcName ("%s:OperatorsIndep.lha" DiskOperatorsIndep)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:OperatorsIndep.lha")) (set moduleArcName "RAM:OperatorsIndep.lha") ) (set moduleCurrN 0) (set moduleType "Third-Party Operator") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProOperatorsIndepSet1) (while (set moduleFileName (select moduleCurrN "Intensity_Range" "OpalPaint" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName "RAM:OperatorsIndep.lha") (deleteIfExists) ) ) ; **************************** ; * ADPro Pseudo Modules Installation routine ; **************************** ; (procedure ADProPseudoModulesInstall ( (if (= (exists ADProDir) 0) (makedir ADProDir) ) (makeassign "ADPROINSTALL" ADProDir) (onerror (cleanUp) ) ; **************************** ; * Install the Pseudo Loaders ; **************************** ; (onerror (abort ("The directory %s could not be created. " ADProLoadersDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProLoadersDir) 0) (makedir ADProLoadersDir) ) (makeassign "ADPROINSTALL" ADProLoadersDir) (onerror (cleanUp) ) (if (<> ADProLoadersPseudoSet1 0) ( (set moduleArcName ("%s:LoadersPseudo.lha" DiskLoadersPseudo)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:LoadersPseudo.lha")) (set moduleArcName "RAM:LoadersPseudo.lha") ) (set moduleCurrN 0) (set moduleType "Pseudo Loader") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProLoadersPseudoSet1) (while (set moduleFileName (select moduleCurrN "_LoadNShowFC24" "_LoadNShowOV" "_LoadNShowPICASSO" "_LoadNShowRETINA" "_VT_Grab" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName "RAM:LoadersPseudo.lha") (deleteIfExists) ; **************************** ; * Install the Pseudo Savers ; **************************** ; (onerror (abort ("The directory %s could not be created. " ADProSaversDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProSaversDir) 0) (makedir ADProSaversDir) ) (makeassign "ADPROINSTALL" ADProSaversDir) (onerror (cleanUp) ) (if (<> ADProSaversPseudoSet1 0) ( (set moduleArcName ("%s:SaversPseudo.lha" DiskSaversPseudo)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:SaversPseudo.lha")) (set moduleArcName "RAM:SaversPseudo.lha") ) (set moduleCurrN 0) (set moduleType "Pseudo Saver") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProSaversPseudoSet1) (while (set moduleFileName (select moduleCurrN "_MultiCopyPREFPRINTER" "_SCULPTWithDimen" "_VT_Display" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName "RAM:SaversPseudo.lha") (deleteIfExists) ; **************************** ; * Install the Pseudo Operators ; **************************** ; (onerror (abort ("The directory %s could not be created. " ADProOperatorsDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProOperatorsDir) 0) (makedir ADProOperatorsDir) ) (makeassign "ADPROINSTALL" ADProOperatorsDir) (onerror (cleanUp) ) (set deleteFileName (tackon "ADPROINSTALL:" "_ScaleToAspect")) (deleteIfExists) (if (<> ADProOperatorsPseudoSet1 0) ( (set moduleArcName ("%s:OperatorsPseudo.lha" DiskOperatorsPseudo)) (copyfiles (prompt "") (help "") (source moduleArcName) (dest "RAM:") ) (if (= 1 (exists "RAM:OperatorsPseudo.lha")) (set moduleArcName "RAM:OperatorsPseudo.lha") ) (set moduleCurrN 0) (set moduleType "Pseudo Operator") (set moduleDestDir "ADPROINSTALL:") (set modulesToDo ADProOperatorsPseudoSet1) (while (set moduleFileName (select moduleCurrN "_ColorCharcoal" "_DoubleSize" "_Emboss" "_Fresco" "_Highlight" "_Mirror" "_OilPaint" "_RemapNRerender" "_RotateImage" "_ScaleToPixelAspect" "_Solarize" "")) (installADProModule) (set moduleCurrN (+ moduleCurrN 1)) ) ) ) (set deleteFileName "RAM:OperatorsPseudo.lha") (deleteIfExists) ) ) ; **************************** ; * FRED Installation routine ; **************************** ; (procedure FREDInstall ( (if (= (exists FREDDir) 0) (makedir FREDDir) ) (makeassign "ADPROINSTALL" FREDDir) (onerror (cleanUp) ) (set deleteFileName (tackon "ADPROINSTALL:" "FredDefaults")) (deleteIfExists) (set AnimOpsDir (tackon FREDDir "AnimOps")) (if (= (exists AnimOpsDir) 0) (makedir AnimOpsDir) ( (set deleteFileName (tackon AnimOpsDir "TimeStretch")) (deleteIfExists) ) ) (set addToMeter 2) (incrementMeter) (set workingMsg "Installing FRED...") (set arcFileName ("%s:FRED.lha" DiskFREDPgm)) (set destDirName "ADPROINSTALL:") (dumpLZFile2Dir) (set addToMeter 3) (incrementMeter) (if (= (exists AnimOpsDir) 0) (makedir AnimOpsDir) ) (makeassign "ADPROINSTALL" AnimOpsDir) (onerror (cleanUp) ) (set workingMsg "Installing AnimOps...") (set arcFileName ("%s:AnimOps.lha" DiskAnimOps)) (set destDirName "ADPROINSTALL:") (dumpLZFile2Dir) (if (= (exists (tackon FREDDir "Sequences")) 0) (makedir (tackon FREDDir "Sequences")) ) (if (= (exists (tackon FREDDir "Projects")) 0) (makedir (tackon FREDDir "Projects")) ) ) ) ; **************************** ; * ARexxScript Installation routine ; **************************** ; (procedure ARexxScriptInstall ( (onerror (abort ("The directory %s could not be created. " ADProScriptDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProScriptDir) 0) (makedir ADProScriptDir) ) (makeassign "ADPROINSTALL" ADProScriptDir) (onerror (cleanUp) ) (set deleteFileName (tackon "ADPROINSTALL:" "ScaleToAspect.adpro")) (deleteIfExists) (set addToMeter 1) ; 1 operation (incrementMeter) (set workingMsg ("Installing %s ARexx Scripts..." ProductBaseName)) (set arcFileName ("%s:ADProScripts.lha" DiskADProScripts)) (set destDirName "ADPROINSTALL:") (dumpLZFile2Dir) (if (<> (exists (tackon ADProDir ("%s.info" ProductBaseName))) 0) ( (tooltype (prompt "") (help "") (dest (tackon ADProDir ProductBaseName)) (settooltype "REXXDIR" "ADPROSCRIPTS:") (noposition) ) ) ) (makeassign "ADPROINSTALL" FREDScriptDir) (set addToMeter 1) ; 1 operation (incrementMeter) (set workingMsg "Installing FRED ARexx Scripts...") (set arcFileName ("%s:FREDScripts.lha" DiskFREDScripts)) (set destDirName "ADPROINSTALL:") (dumpLZFile2Dir) ) ) ; **************************** ; * Splitz & Joinz Installation routine ; **************************** ; (procedure SplitzJoinzInstall ( (if (IN SJOpts 0) ; Amiga version ( (makeassign "ADPROINSTALL" SJAmigaDir) (set addToMeter 4) (incrementMeter) (set workingMsg "Installing Amiga Splitz & Joinz...") (set arcFileName ("%s:S_J.lha" DiskSplitzJoinz)) (set srcFileName "splitz") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) (set arcFileName ("%s:S_J.lha" DiskSplitzJoinz)) (set srcFileName "splitz.info") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) (set arcFileName ("%s:S_J.lha" DiskSplitzJoinz)) (set srcFileName "joinz") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) (set arcFileName ("%s:S_J.lha" DiskSplitzJoinz)) (set srcFileName "joinz.info") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) ) ) (if (IN SJOpts 1) ; Macintosh version ( (makeassign "ADPROINSTALL" SJMacDir) (set addToMeter 2) (incrementMeter) (set workingMsg "Installing Macintosh Splitz & Joinz...") (set arcFileName ("%s:S_J.lha" DiskSplitzJoinz)) (set srcFileName "macsplit.hqx") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) (set arcFileName ("%s:S_J.lha" DiskSplitzJoinz)) (set srcFileName "macreadme.hqx") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) ) ) (if (IN SJOpts 2) ; PC/MS-DOS version ( (makeassign "ADPROINSTALL" SJDOSDir) (set addToMeter 2) (incrementMeter) (set workingMsg "Installing PC/MS-DOS Splitz & Joinz...") (set arcFileName ("%s:S_J.lha" DiskSplitzJoinz)) (set srcFileName "splitz.exe") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) (set arcFileName ("%s:S_J.lha" DiskSplitzJoinz)) (set srcFileName "joinz.exe") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) ) ) (if (IN SJOpts 3) ; PC/MS-Windows version ( (makeassign "ADPROINSTALL" SJWindowsDir) (set addToMeter 3) (incrementMeter) (set workingMsg "Installing PC/MS-Windows Splitz & Joinz...") (set arcFileName ("%s:S_J.lha" DiskSplitzJoinz)) (set srcFileName "wsplitz.exe") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) (set arcFileName ("%s:S_J.lha" DiskSplitzJoinz)) (set srcFileName "wjoinz.exe") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) (set arcFileName ("%s:S_J.lha" DiskSplitzJoinz)) (set srcFileName "wininst.txt") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) ) ) ) ) ; **************************** ; * ZapDPI Installation routine ; **************************** ; (procedure ZapDPIInstall ( (if (IN ZapDPIOpts 0) ; ZapDPI Program ( (makeassign "ADPROINSTALL" ZapDPIPgmDir) (set addToMeter 2) (incrementMeter) (set workingMsg "Installing ZapDPI utility...") (set arcFileName ("%s:ZapDPI.lha" DiskZapDPI)) (set srcFileName "ZapDPI") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) (set arcFileName ("%s:ZapDPI.lha" DiskZapDPI)) (set srcFileName "ZapDPI.info") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) ) ) (if (IN ZapDPIOpts 1) ; ZapDPI Scripts ( (makeassign "ADPROINSTALL" ZapDPIScriptsDir) (set addToMeter 3) (incrementMeter) (set workingMsg "Installing ZapDPI ARexx scripts...") (set arcFileName ("%s:ZapDPI.lha" DiskZapDPI)) (set srcFileName "ZapDPI.adpro") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) (set arcFileName ("%s:ZapDPI.lha" DiskZapDPI)) (set srcFileName "ReDPI.adpro") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) (set arcFileName ("%s:ZapDPI.lha" DiskZapDPI)) (set srcFileName "CheckDPI.adpro") (set destDirName "ADPROINSTALL:") (extractLZFile2Dir) ) ) ) ) ; **************************** ; * File Sentry Installation routine ; **************************** ; (procedure FileSentryInstall ( (makeassign "ADPROINSTALL" FileSentryDir) (set addToMeter 2) (incrementMeter) (set workingMsg "Installing File Sentry utility...") (set arcFileName ("%s:Sentry.lha" DiskSentry)) (set destDirName "ADPROINSTALL:") (dumpLZFile2Dir) ) ) ; **************************** ; * View Installation routine ; **************************** ; (procedure ViewInstall ( (makeassign "ADPROINSTALL" ViewDir) (set addToMeter 3) (incrementMeter) (set workingMsg "Installing View utility and documentation...") (set arcFileName ("%s:View.lha" DiskView)) (set destDirName "ADPROINSTALL:") (dumpLZFile2Dir) ) ) ; **************************** ; * Tutorials Installation routine ; **************************** ; (procedure TutorialsInstall ( (makeassign "ADPROINSTALL" TutorialsDir) (set addToMeter 1) (incrementMeter) (set workingMsg "Installing Tutorial files...") (set arcFileName ("%s:Tutorials.lha" DiskTutorials)) (set destDirName "ADPROINSTALL:") (dumpLZFile2Dir) ) ) ; **************************** ; * ReadMe Installation routine ; **************************** ; (procedure ReadMeInstall ( (makeassign "ADPROINSTALL" ReadMeDir) (set addToMeter 2) (incrementMeter) (copyfiles (prompt ("Installing ReadMe file as ReadMe_%s_%s..." ProductBaseName VersionNum)) (help "") (source ("%s:ReadMe" DiskInstall)) (dest "ADPROINSTALL:") (newname ("ReadMe_%s_%s" ProductBaseName VersionNum)) (infos) ) (if (= (exists ("ADPROINSTALL:ReadMe_%s_%s.info" ProductBaseName VersionNum)) 1) ( (if (>= OSVersion 39) (set ReadMeTool "MultiView") (set ReadMeTool "More") ) (tooltype (prompt "") (help "") (dest ("ADPROINSTALL:ReadMe_%s_%s" ProductBaseName VersionNum)) (setdefaulttool ReadMeTool) (noposition) ) ) ) ) ) ; **************************** ; * General CleanUp routine ; **************************** ; (procedure cleanUp ( ; **************************** ; * remove temporary assignment ; **************************** ; (makeassign "ADPROINSTALL") ; **************************** ; * delete temporary files. ; **************************** ; (set deleteFileName "RAM:lhex") (deleteIfExists) (set deleteFileName "RAM:Loaders.lha") (deleteIfExists) (set deleteFileName ("RAM:Loaders%s.lha" FPUName)) (deleteIfExists) (set deleteFileName "RAM:LoadersIndep.lha") (deleteIfExists) (set deleteFileName "RAM:Savers.lha") (deleteIfExists) (set deleteFileName ("RAM:Savers%s.lha" FPUName)) (deleteIfExists) (set deleteFileName "RAM:SaversIndep.lha") (deleteIfExists) (set deleteFileName "RAM:Operators.lha") (deleteIfExists) (set deleteFileName ("RAM:Operators%s.lha" FPUName)) (deleteIfExists) (set deleteFileName "RAM:OperatorsIndep.lha") (deleteIfExists) (set deleteFileName "RAM:Displays.lha") (deleteIfExists) (set deleteFileName "RAM:adpro.library") (deleteIfExists) (set deleteFileName "RAM:dctv.library") (deleteIfExists) (set deleteFileName "RAM:req.library") (deleteIfExists) ; **************************** ; * exit the program. ; **************************** ; (if (= DisplayReadMe 1) ( ;+++ (if (= serializeAfterInstall 1) ; ( ; (message ; ("\nOnce the Proceed button is pressed, the %s application will be run so that you may serialize it.\n" ProductBaseName) ; "\n" ; ("This panel will stay open until you exit %s, so to remove this panel " ProductBaseName) ; ("you should exit out of %s once the serialization process has completed.\n" ProductBaseName) ; "\n\n" ; ("Press the Proceed button to serialize %s, or Abort Install to exit before serialization can begin.\n" ProductBaseName)) ; (execute ("RAM:startADPro \"%s\"" ADProDir)) ; ) ; ) (if (>= OSVersion 39) (run ("run SYS:Utilities/MultiView %s:ReadMe" DiskInstall)) (run ("run %s:C/More %s:ReadMe" DiskInstall DiskInstall)) ) ;+++ (set deleteFileName "RAM:startADPro") ; (deleteIfExists) ) ) (complete 100) (if (= DisplayReadMe 1) (exit) (exit (quiet)) ) ) ) ; ************************************************************************* ; * ACTUAL START OF SCRIPT ; * ; * Ask all questions for the user now, do all of the work later. ; ************************************************************************* ; (onerror (cleanUp) ) (if (< OSVersion 37) (abort ("\%s version %s requires at least AmigaOS 2.04 to run.\n" ProductName VersionNum) "\n" "Press the Proceed button to stop the installation procedure.\n") ) ; **************************** ; * set the default destination to ADPRO: (if exists) or SYS:<ProductBaseName> (if it doesn't). ; **************************** ; (if (= (getassign "ADPRO" "a") "") (set @default-dest ("SYS:%s" ProductBaseName)) (set @default-dest (getassign "ADPRO" "a")) ) ;(set @default-dest ("SYS:%s" ProductBaseName)) (setPkgOpts) (setCPUOpts) ; **************************** ; * if (PkgOpts & 0), ask the user where to install ProductBaseName ; * but don't actually do it yet. ; **************************** ; (if (IN PkgOpts 0) ; if bit position 0 is on ( (set TotalFiles (+ TotalFiles 2)) ; adpro.library, req.library (set continueOn 0) (while (<> continueOn 1) ( (set setDirPathWhy ("where you want to install the %s program." ProductBaseName)) (set setDirPathHelp ("This part of the installation is asking you where you would like to place the %s program. For current %s owners, you should select the directory where the %s program is currently located. If you choose a different location, then the current modules will be in a different place than the newly-installed modules.\n" ProductBaseName ProductBaseName ProductBaseName)) (set DirPath @default-dest) (setDirPath) (if (= 1 (askbool (prompt ("\n%s and its modules will be installed in the following directory:\n\n%s\n\n\nIs this correct?" ProductBaseName DirPath)) (help ("This panel displays what you have told the Installer is the directory where %s files will be installed. " ProductBaseName) "It is so that you know exactly where the files will be placed.\n" "\n" "To select a different directory, press the No button. Otherwise, press the " "Yes button to proceed with the installation process.\n"))) (set continueOn 1) ) ) ) (set ADProDir DirPath) (set @default-dest ADProDir) (set TotalFiles (+ TotalFiles 2)) ; ADPro + icon (onerror (cleanUp) ) (set TotalFiles (+ TotalFiles 3)) ; Release Notes + icon + notes ;+++ ; (if (= @user-level 2) ; ( ; (set serializeAfterInstall (askbool ; (prompt ("\n\nDo you want to serialize %s after installing it?" ProductName)) ; (help ("%s needs to be serialized before it can be run.\n" ProductName) ; "\n" ; "You do not need to serialize at this time. However, the first time you " ; ("run %s, it will ask you to serialize it.\n" ProductBaseName) ; "\n" ; @askbool-help) ; (default 1))) ; ) ; (set serializeAfterInstall 1) ; ) ; **************************** ; * Ask the user what the MAXMEM tool type should be set to. ; * (Default to half of the free fast memory.) ; **************************** ; (set freechip (database "graphics-mem")) (set freetotal (database "total-mem")) (set maxmemvalue (/ (- freetotal freechip) 2)) (set minmemrange 1000000) (if (< maxmemvalue minmemrange) (set minmemrange maxmemvalue) ) (set maxmemvalue (asknumber (prompt ("\nWhat is the maximum amount of memory (in bytes) you want to allocate for %s's image buffer?" ProductBaseName)) (help ("The %s icon tool type called MAXMEM will be modified to " ProductBaseName) "the value you specify here. If you want it to grab the largest " "amount of memory, then set this value to a number larger than the " "total amount of memory you have in your system. The default " "value is half the amount of available fast memory.\n") (range minmemrange 2000000000) (default maxmemvalue) ) ) ) (if (OR (OR (OR (OR (OR (OR (IN PkgOpts 1) (IN PkgOpts 2)) (IN PkgOpts 3)) (IN PkgOpts 4)) (IN PkgOpts 6)) (IN PkgOpts 8)) (IN PkgOpts 11)) ( (set setDirPathWhy ("where the %s (or %s, if you have it) program is located." ProductBaseName ADProLiteName)) (set setDirPathHelp ("You need to indicate where the %s (or %s) program is located so that the modules can be installed properly.\n" ProductBaseName ADProLiteName)) (set DirPath @default-dest) (setDirPath) (set ADProDir DirPath) (set @default-dest ADProDir) ) ) ) ; **************************** ; * if (PkgOpts & 1), ask the user which Standard Modules to install ; * but don't actually do it yet. ; **************************** ; (if (IN PkgOpts 1) ; if bit position 1 is on ( ; **************************** ; * Select the loaders. ; **************************** ; (if (= @user-level 2) ( (set ADProLoadersSet1 (askoptions (prompt "Please select the Loader Modules you wish to install:\n" "(Set 1 of 3)") (help ("These modules let you import images into %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "ALPHA" "ANIM" "BACKDROP" "BACKLINE" "BMP" "CLIPBOARD" "DPAINT" ; 7 "DV21" "GIF" "IFF" "IMPULSE" "MACPAINT" "PCX" "POINTER" ; 14 ) ) ) (set ADProLoadersSet2 (askoptions (prompt "Please select the Loader Modules you wish to install:\n" "(Set 2 of 3)") (help ("These modules let you import images into %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "QRT" "SCREEN" "SCULPT" "TEMP" "UNIVERSAL" ; 5 ) ) ) (set ADProLoadersSet3 (askoptions (prompt "Please select the Loader Modules you wish to install:\n" "(Set 3 of 3)") (help ("These modules let you import images into %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "FRAMESTORE" "JPEG" ; 2 ) ) ) ) ( (set numBits 14) (calcBitMaskAllOn) (set ADProLoadersSet1 BitMaskValue) (set numBits 5) (calcBitMaskAllOn) (set ADProLoadersSet2 BitMaskValue) (set numBits 2) (calcBitMaskAllOn) (set ADProLoadersSet3 BitMaskValue) ) ) (set TotalFiles (+ TotalFiles 21)) ; 14 + 5 + 2 (set ADProLoadersDir (tackon ADProDir "Loaders2")) ; **************************** ; * Set dot files based on loaders selected. ; **************************** ; (set ADProLoadersDot1 0) (if (IN ADProLoadersSet1 0) ; ALPHA -> .ALPHA ( (set TotalFiles (+ TotalFiles 1)) (set ADProLoadersDot1 (+ ADProLoadersDot1 1)) ) ) ; **************************** ; * Select the savers. ; **************************** ; (if (= @user-level 2) ( (set ADProSaversSet1 (askoptions (prompt "Please select the Saver Modules you wish to install:\n" "(Set 1 of 2)") (help ("These modules let you export images from %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "ANIM" "BMP" "CLIPBOARD" "DPAINT" ; 4 "DPIIE" "GIF" "IFF" "IMPULSE" "PCX" "POSTSCRIPT" "PREFPRINTER" "QRT" "SCULPT" "TEMP" ; 14 ) ) ) (set ADProSaversSet2 (askoptions (prompt "Please select the Saver Modules you wish to install:\n" "(Set 2 of 2)") (help ("These modules let you export images from %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "FRAMESTORE" "JPEG" ; 2 ) ) ) ) ( (set numBits 14) (calcBitMaskAllOn) (set ADProSaversSet1 BitMaskValue) (set numBits 2) (calcBitMaskAllOn) (set ADProSaversSet2 BitMaskValue) ) ) (set TotalFiles (+ TotalFiles 16)) ; 14 + 2 (set ADProSaversDir (tackon ADProDir "Savers2")) ; **************************** ; * Set dot files based on savers selected. ; **************************** ; (set ADProSaversDot1 0) ; **************************** ; * Select the operators. ; **************************** ; (if (= @user-level 2) ( (set ADProOperatorsSet1 (askoptions (prompt "Please select the Operator Modules you wish to install:\n" "(Set 1 of 4)") (help ("These modules let you modify images within %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "Antique" "Apply_Map" "Blur" "Broadcast_Limit" "Color_To_Gray" "Colorize" "Convolve" ; 7 "Crop_Image" "Crop_Visual" "Define_Pxl_Aspect" "DeInterlace" "Displace_Pixel" "Dynamic_Range" "Gray_To_Color" ; 14 ) ) ) (set ADProOperatorsSet2 (askoptions (prompt "Please select the Operator Modules you wish to install:\n" "(Set 2 of 4)") (help ("These modules let you modify images within %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "Halve" "Horizontal_Flip" "Interlace" "KillTemp" "Line_Art" "Median_Filter" "Mosaic" "Negative" "Pattern" ; 9 "Rectangle" "Rectangle_Visual" "Rem_Isolated_Pxls" "Rendered_To_Raw" "Roll" ; 14 ) ) ) (set ADProOperatorsSet3 (askoptions (prompt "Please select the Operator Modules you wish to install:\n" "(Set 3 of 4)") (help ("These modules let you modify images within %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "Saturation" "Sim_Print" "Text_Visual" "Tile" "Tile_Visual" "Vertical_Flip" ; 6 ) ) ) (set ADProOperatorsSet4 (askoptions (prompt "Please select the Operator Modules you wish to install:\n" "(Set 4 of 4)") (help ("These modules let you modify images within %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "Collapse" "Hist_Equalization" "Polar_Mosaic" "Rotate" "Twirl" ; 5 ) ) ) ) ( (set numBits 14) (calcBitMaskAllOn) (set ADProOperatorsSet1 BitMaskValue) (set numBits 14) (calcBitMaskAllOn) (set ADProOperatorsSet2 BitMaskValue) (set numBits 6) (calcBitMaskAllOn) (set ADProOperatorsSet3 BitMaskValue) (set numBits 5) (calcBitMaskAllOn) (set ADProOperatorsSet4 BitMaskValue) ) ) (set TotalFiles (+ TotalFiles 39)) ; 14 + 14 + 6 + 5 (set ADProOperatorsDir (tackon ADProDir "Operators2")) (if (IN ADProOperatorsSet1 (- 7 1)) ( (set InstallConvolutions (askbool (prompt "\nInstall supplied convolutions for Convolve operator?") (help ("%s comes with a number of predefined convolution files. " ProductBaseName) "These files contain useful convolution matrices developed by ASDG for your use. " "These files are used with the Convolve operator and are quite small. If in doubt, " "install these files." ) ) ) (if (= 1 InstallConvolutions) (set TotalFiles (+ TotalFiles 28)) ; 28 convolutions ) (set ConvolutionsDir (tackon ADProDir "Convolutions")) ) (set InstallConvolutions 0) ) (if (IN ADProOperatorsSet2 (- 9 1)) ( (set InstallPatterns (askbool (prompt "\nInstall supplied patterns for Pattern operator?") (help ("%s comes with a number of predefined pattern files. " ProductBaseName) "Since there are simple SCULPT files, you can create " "your own patterns very easily." ) ) ) (if (= 1 InstallPatterns) (set TotalFiles (+ TotalFiles 1)) ; 1 set of patterns ) (set PatternsDir (tackon ADProDir "Patterns")) ) (set InstallPatterns 0) ) ; **************************** ; * Set dot files based on operators selected. ; **************************** ; (set ADProOperatorsDot1 1) ; .Edit_Palette (set TotalFiles (+ TotalFiles 1)) (onerror (cleanUp) ) ; **************************** ; * Select the displays. ; **************************** ; ; (if (= @user-level 2) ; ( (set ADProDisplaysSet1 (askoptions (prompt "Please select the Display Modules you wish to install:\n" "(Set 1 of 1)") (help "These modules let you render images directly to displays other than " "the standard Amiga display. The Amiga display module will be " "installed automatically for you.\n" "\n" @askoptions-help) (choices "EGS" "FC24" "OpalVision" "Picasso" "Retina" ; 5 ) ) ) ; ) ; ( ; (set numBits 5) ; (calcBitMaskAllOn) ; (set ADProDisplaysSet1 BitMaskValue) ; ) ; ) (set TotalFiles (+ TotalFiles 5)) ; 5 (set TotalFiles (+ TotalFiles 2)) ; 2 (Amiga, Window) (set ADProDisplaysDir (tackon ADProDir "Displays2")) ; **************************** ; * Set dot files based on display selected. ; **************************** ; (set ADProDisplaysDot1 0) (onerror (cleanUp) ) ; **************************** ; * Select the commands. ; **************************** ; (set ADProCommandsDir (tackon ADProDir "Commands2")) ; **************************** ; * Set dot files based on commands selected. ; **************************** ; (set ADProCommandsDot1 0) (onerror (cleanUp) ) ) ) ; **************************** ; * if (PkgOpts & 2), ask the user which Expansion Modules to install ; * but don't actually do it yet. ; **************************** ; (if (IN PkgOpts 2) ; if bit position 2 is on ( ; **************************** ; * Select the expansion loaders. ; **************************** ; (if (= @user-level 2) ( (set ADProLoadersExpansSet1 (askoptions (prompt "Please select the Expansion Loader Modules you wish to install:\n" "(Set 1 of 1)") (help ("These modules let you import images into %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "CDXL" "FC24" "FRAMEGRABBER" "HAME" "IV24" ; 5 ) ) ) ) ( (set numBits 5) (calcBitMaskAllOn) (set ADProLoadersExpansSet1 BitMaskValue) ) ) (set TotalFiles (+ TotalFiles 5)) ; 5 (set ADProLoadersDir (tackon ADProDir "Loaders2")) ; **************************** ; * Select the expansion savers. ; **************************** ; (if (= @user-level 2) ( (set ADProSaversExpansSet1 (askoptions (prompt "Please select the Expansion Saver Modules you wish to install:\n" "(Set 1 of 1)") (help ("These modules let you export images from %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "A2410" "CDXL" "FC24" "HAME" "HARLEQUIN" "IV24" "RESOLVER" "VT_BUFFER" ; 8 ) ) ) ) ( (set numBits 8) (calcBitMaskAllOn) (set ADProSaversExpansSet1 BitMaskValue) ) ) (set TotalFiles (+ TotalFiles 8)) ; 8 (set ADProSaversDir (tackon ADProDir "Savers2")) ; **************************** ; * Select the expansion operators. ; **************************** ; (if (= @user-level 2) ( (set ADProOperatorsExpansSet1 (askoptions (prompt "Please select the Expansion Operator Modules you wish to install:\n" "(Set 1 of 1)") (help ("These modules let you manipulate images within %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "DCTV" ; 1 "TPort_Controller" ; 2 ) ) ) ) ( (set numBits 2) (calcBitMaskAllOn) (set ADProOperatorsExpansSet1 BitMaskValue) ) ) (if (IN ADProOperatorsExpansSet1 (- 1 1)) ; DCTV -> dctv.library ( (set InstallDCTVLib 1) (set TotalFiles (+ TotalFiles 1)) ) (set InstallDCTVLib 0) ) (set TotalFiles (+ TotalFiles 2)) ; 2 (set ADProOperatorsDir (tackon ADProDir "Operators2")) ) ) ; **************************** ; * if (PkgOpts & 3), ask the user which Independent (Third-Party) Modules to install ; * but don't actually do it yet. ; **************************** ; (if (IN PkgOpts 3) ; if bit position 3 is on ( ; **************************** ; * Select the independent (third-party) loaders. ; **************************** ; (if (= @user-level 2) ( (set ADProLoadersIndepSet1 (askoptions (prompt "Please select the Third-Party Loader Modules you wish to install:\n" "(Set 1 of 1)") (help ("These modules let you import images into %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "FLC" "FRACTAL2000" ; 2 "ICO" "ICON" "PAR_PEG" "VLAB" "YUVN" ; 7 ) ) ) ) ( (set numBits 7) (calcBitMaskAllOn) (set ADProLoadersIndepSet1 BitMaskValue) ) ) (set TotalFiles (+ TotalFiles 7)) ; 7 (set ADProLoadersDir (tackon ADProDir "Loaders2")) (if (IN ADProLoadersIndepSet1 (- 2 1)) ( (set InstallF2KIters (askbool (prompt "\nInstall sample iteration files for FRACTAL2000 loader?") (help ("%s comes with a few iteration files created with CygnusSoft's Mand2000 " ProductBaseName) "mandelbrot program for use with the FRACTAL2000 loader. Additional " "iteration files can be created with the registered version of " "Mand2000, available from CygnusSoft. Consult the User Manual for " "information on contacting CygnusSoft." ) ) ) (if (= 1 InstallF2KIters) ( (set TotalFiles (+ TotalFiles 1)) ; 1 set of files (set setDirPathWhy "where you want to install the sample FRACTAL2000 iteration files.") (set setDirPathHelp ("We suggest you install them either in the same directory as %s or in a directory of its own.\n" ProductBaseName)) (set DirPath ADProDir) (setDirPath) (set F2KItersDir DirPath) ) ) ) (set InstallF2KIters 0) ) ; **************************** ; * Select the independent (third-party) savers. ; **************************** ; (if (= @user-level 2) ( (set ADProSaversIndepSet1 (askoptions (prompt "Please select the Third-Party Saver Modules you wish to install:\n" "(Set 1 of 1)") (help ("These modules let you export images from %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "ICON" "OPALVISION" "PICASSO" "RETINA" ; 4 ) ) ) ) ( (set numBits 4) (calcBitMaskAllOn) (set ADProSaversIndepSet1 BitMaskValue) ) ) (set TotalFiles (+ TotalFiles 4)) ; 4 (set ADProSaversDir (tackon ADProDir "Savers2")) ; **************************** ; * Select the independent (third-party) operators. ; **************************** ; (if (= @user-level 2) ( (set ADProOperatorsIndepSet1 (askoptions (prompt "Please select the Third-Party Operator Modules you wish to install:\n" "(Set 1 of 1)") (help ("These modules let you modify images within %s.\n" ProductBaseName) "\n" @askoptions-help) (choices "Intensity_Range" "OpalPaint" ; 2 ) ) ) ) ( (set numBits 2) (calcBitMaskAllOn) (set ADProOperatorsIndepSet1 BitMaskValue) ) ) (set TotalFiles (+ TotalFiles 2)) ; 2 (set ADProOperatorsDir (tackon ADProDir "Operators2")) ) ) ; **************************** ; * if (PkgOpts & 4), ask the user which Pseudo Modules to install ; * but don't actually do it yet. ; **************************** ; (if (IN PkgOpts 4) ; if bit position 4 is on ( ; **************************** ; * Select the pseudo loaders. ; **************************** ; (if (= @user-level 2) ( (set ADProLoadersPseudoSet1 (askoptions (prompt "Please select the Pseudo Loader Modules you wish to install:\n" "(Set 1 of 1)") (help ("These modules let you import images into %s.\n" ProductBaseName) "ARexx must be installed and running to use these modules.\n" "\n" @askoptions-help) (choices "_LoadNShowFC24" "_LoadNShowOV" "_LoadNShowPICASSO" "_LoadNShowRETINA" "_VT_Grab" ; 5 ) ) ) ) ( (set numBits 5) (calcBitMaskAllOn) (set ADProLoadersPseudoSet1 BitMaskValue) ) ) (set TotalFiles (+ TotalFiles 5)) ; 5 (set ADProLoadersDir (tackon ADProDir "Loaders2")) ; **************************** ; * Select the pseudo savers. ; **************************** ; (if (= @user-level 2) ( (set ADProSaversPseudoSet1 (askoptions (prompt "Please select the Pseudo Saver Modules you wish to install:\n" "(Set 1 of 1)") (help ("These modules let you export images from %s.\n" ProductBaseName) "ARexx must be installed and running to use these modules.\n" "\n" @askoptions-help) (choices "_MultiCopyPREFPRINTER" "_SCULPTWithDimen" "_VT_Display" ; 3 ) ) ) ) ( (set numBits 3) (calcBitMaskAllOn) (set ADProSaversPseudoSet1 BitMaskValue) ) ) (set TotalFiles (+ TotalFiles 3)) ; 3 (set ADProSaversDir (tackon ADProDir "Savers2")) ; **************************** ; * Select the pseudo operators. ; **************************** ; (if (= @user-level 2) ( (set ADProOperatorsPseudoSet1 (askoptions (prompt "Please select the Pseudo Operator Modules you wish to install:\n" "(Set 1 of 1)") (help ("These modules let you manipulate images within %s.\n" ProductBaseName) "ARexx must be installed and running to use these modules.\n" "\n" @askoptions-help) (choices "_ColorCharcoal" "_DoubleSize" "_Emboss" "_Fresco" "_Highlight" "_Mirror" "_OilPaint" "_RemapNRerender" "_RotateImage" "_ScaleToPixelAspect" "_Solarize" ; 11 ) ) ) ) ( (set numBits 11) (calcBitMaskAllOn) (set ADProOperatorsPseudoSet1 BitMaskValue) ) ) (set TotalFiles (+ TotalFiles 11)) ; 11 (set ADProOperatorsDir (tackon ADProDir "Operators2")) ) ) ; **************************** ; * if (PkgOpts & 5), ask the user where to install the FRED (FRame EDitor) ; * program, but don't actually do it yet. ; **************************** ; ;(if (= (getassign "ADP_FRED" "a") "") (set defaultFREDDir @default-dest) ; (set defaultFREDDir (getassign "ADP_FRED" "a")) ;) (if (IN PkgOpts 5) ; if bit position 5 is on ( (set setDirPathWhy "where you want to install the FRED program.") (set setDirPathHelp ("We suggest you install the FRED (FRame EDitor) into the directory where %s (or %s, if you have it) is located.\n" ProductBaseName ADProLiteName)) (set DirPath defaultFREDDir) (setDirPath) (set FREDDir DirPath) (set TotalFiles (+ TotalFiles 2)) ; FRED + icon (set TotalFiles (+ TotalFiles 3)) ; Cinemorph, Compositor, TimeStretch ) ) ; **************************** ; * if (PkgOpts & 6), ask the user where to install the ADPro and FRED ; * ARexx scripts, but don't actually do it yet. ; **************************** ; (if (IN PkgOpts 6) ; if bit position 6 is on ( (set ADProCommandsDir (tackon ADProDir "Commands2")) (onerror (abort ("The directory %s could not be created. " ADProCommandsDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProCommandsDir) 0) (makedir ADProCommandsDir) ) (set ADProCommandsDir (tackon ADProDir "FREDScripts")) (onerror (abort ("The directory %s could not be created. " ADProCommandsDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProCommandsDir) 0) (makedir ADProCommandsDir) ) (onerror (cleanUp) ) ) ) (if (OR (OR (OR (OR (OR (OR (OR (IN PkgOpts 0) (IN PkgOpts 1)) (IN PkgOpts 2)) (IN PkgOpts 3)) (IN PkgOpts 4)) (IN PkgOpts 6)) (IN PkgOpts 8)) (IN PkgOpts 11)) ( (if (<> (getassign "ADPROSCRIPTS" "a") "") (set defaultADProScriptDir (getassign "ADPROSCRIPTS" "a")) ( (if (<> (exists (tackon ADProDir "Commands2")) 0) (set defaultADProScriptDir (tackon ADProDir "Commands2")) (if (<> (exists (tackon ADProDir "Rexx")) 0) (set defaultADProScriptDir (tackon ADProDir "Rexx")) ( (if (<> (exists (tackon ADProDir "Scripts")) 0) (set defaultADProScriptDir (tackon ADProDir "Scripts")) (set defaultADProScriptDir "REXX:") ) ) ) ) ) ) (if (<> (getassign "FREDSCRIPTS" "a") "") (set defaultFREDScriptDir (getassign "FREDSCRIPTS" "a")) ( (if (<> (exists (tackon ADProDir "FREDScripts")) 0) (set defaultFREDScriptDir (tackon ADProDir "FREDScripts")) (if (<> (exists (tackon ADProDir "Rexx")) 0) (set defaultFREDScriptDir (tackon ADProDir "Rexx")) ( (if (<> (exists (tackon ADProDir "Scripts")) 0) (set defaultFREDScriptDir (tackon ADProDir "Scripts")) (set defaultFREDScriptDir "REXX:") ) ) ) ) ) ) ) ) (if (IN PkgOpts 6) ; if bit position 6 is on ( (if (= @user-level 2) ( (set setDirPathWhy "where you want to install the ADPro ARexx scripts.") (set setDirPathHelp ("You must select a directory into which the ADPro ARexx scripts will be installed. We suggest the ADPRO:Commands2 subdirectory so that the function and keypad key macros will be available to you from the %s user interface\n" ProductBaseName)) (set DirPath defaultADProScriptDir) (setDirPath) (set ADProScriptDir DirPath) ) ( (set InstallScriptsInCommands2Msg (cat "\n*** NOTE ***\n\n" ("The %s ARexx scripts will be installed in a special directory " ProductBaseName) "so that you can easily access them from the main control window.\n" "\n" ("If you had previously installed older %s ARexx scripts, " ProductBaseName) "please note that they will not be deleted. You might " ("want to delete them yourself, and move any of your own %s " ProductBaseName) "scripts over to the ADPRO:Commands2 directory after the installation " "has completed.")) (message InstallScriptsInCommands2Msg (help "This message is displayed to remind you that the " "ARexx scripts will be installed in a special directory " "for your convenience.") ) (set ADProScriptDir (tackon ADProDir "Commands2")) ) ) (set defaultADProScriptDir ADProScriptDir) (set TotalFiles (+ TotalFiles 1)) ; 1 operation (if (= @user-level 2) ( (set setDirPathWhy "where you want to install the FRED (Invoke ADPro) ARexx scripts.") (set setDirPathHelp ("You must select a directory into which the FRED ARexx scripts will be installed. We suggest %s:FREDScripts so that the scripts will be located in the same directory as %s.\n" ProductBaseName ProductBaseName)) (set DirPath defaultFREDScriptDir) (setDirPath) (set FREDScriptDir DirPath) ) ( (set InstallScriptsInFREDScriptsMsg (cat "\n*** NOTE ***\n\n" "The FRED ARexx scripts will be installed in the same directory " ("as the %s program to keep the %s-related files together.\n" ProductBaseName ProductBaseName) "\n" "If you had previously installed older FRED ARexx scripts, " "please note that they will not be deleted. You might " "want to delete them yourself, and move any of your own FRED ARexx " "scripts over to the ADPRO:FREDScripts directories after the installation " "has completed.")) (message InstallScriptsInFREDScriptsMsg (help "This message is displayed to remind you that the " "ARexx scripts will be installed in a special directory " "for your convenience.") ) (set FREDScriptDir (tackon ADProDir "FREDScripts")) ) ) (set defaultFREDScriptDir FREDScriptDir) (set TotalFiles (+ TotalFiles 1)) ; 1 operation ) ) ; **************************** ; * if (PkgOpts & 7), ask the user where to install the Splitz & Joinz ; * programs, but don't actually do it yet. ; **************************** ; (if (= (exists (tackon @default-dest "Utilities")) 0) (set defaultUtilDir @default-dest) (set defaultUtilDir (tackon @default-dest "Utilities")) ) (if (IN PkgOpts 7) ; if bit position 7 is on ( (set SJOpts (askoptions (prompt "Select the versions of Splitz & Joinz you want to install at this time." ) (help "This part of the installation procedure lets you select the " "versions of Splitz & Joinz that should be installed at this time.\n" "\n" @askoptions-help ) (choices ; bit position 0 -- todo & 1 ; "Amiga Version" ; bit position 1 -- todo & 2 ; "Macintosh Version" ; bit position 2 -- todo & 4 ; "PC/MS-DOS Version" ; bit position 3 -- todo & 8 ; "PC/MS-Windows Version" ) ) ) (set SJDir defaultUtilDir) (if (IN SJOpts 0) ; Amiga version ( (set setDirPathWhy "where you want to install the Amiga version of Splitz & Joinz.") (set setDirPathHelp "You must select a directory into which the Amiga Splitz & Joinz files will be installed.\n") (set DirPath SJDir) (setDirPath) (set SJAmigaDir DirPath) (set SJDir SJAmigaDir) (set TotalFiles (+ TotalFiles 4)) ; 2 pgms + 2 icons ) ) (set defaultUtilDir SJDir) (if (IN SJOpts 1) ; Macintosh version ( (set setDirPathWhy "where you want to install the Macintosh version of Splitz & Joinz.") (set setDirPathHelp "You must select a directory into which the Macintosh Splitz & Joinz files will be installed. Please read the section in the manual regarding installation of Mac Splitz & Joinz.\n") (set DirPath SJDir) (setDirPath) (set SJMacDir DirPath) (set SJDir SJMacDir) (set TotalFiles (+ TotalFiles 2)) ; 2 pgms ) ) (if (IN SJOpts 2) ; PC/MS-DOS version ( (set setDirPathWhy "where you want to install the PC/MS-DOS version of Splitz & Joinz.") (set setDirPathHelp "You must select a directory into which the PC/MS-DOS Splitz & Joinz files will be installed. Please read the section in the manual regarding installation of DOS Splitz & Joinz.\n") (set DirPath SJDir) (setDirPath) (set SJDOSDir DirPath) (set SJDir SJDOSDir) (set TotalFiles (+ TotalFiles 2)) ; 2 pgms ) ) (if (IN SJOpts 3) ; PC/MS-Windows version ( (set setDirPathWhy "where you want to install the PC/MS-Windows version of Splitz & Joinz.") (set setDirPathHelp "You must select a directory into which the PC/MS-Windows Splitz & Joinz files will be installed. Please read the section in the manual regarding installation of Windows Splitz & Joinz.\n") (set DirPath SJDir) (setDirPath) (set SJWindowsDir DirPath) (set SJDir SJWindowsDir) (set TotalFiles (+ TotalFiles 3)) ; 3 pgms ) ) ) ) ; **************************** ; * if (PkgOpts & 8), ask the user where to install the ZapDPI ; * programs, but don't actually do it yet. ; **************************** ; (if (IN PkgOpts 8) ; if bit position 8 is on ( (set ZapDPIOpts (askoptions (prompt "Select the parts of the ZapDPI utility you want to install at this time." ) (help "This sequence is divided into two steps:\n" "\n" "1. In this step, you can install the programs supplied " "by ASDG to patch IFF files written by ADPro 2.0.0 (or later) " "to make them work properly with Professional Page 2.X. " "Please read the section in the User Manual regarding ZapDPI " "for more information.\n" "\n" "2. In this step, you can add a few additional ARexx scripts for use with ZapDPI. " "If you don't have ARexx, you can skip this step. If you do own " "ARexx and intend to use ZapDPI, you should select this step.\n" "\n" @askoptions-help ) (choices ; bit position 0 -- todo & 1 ; "IFF Patch Programs" ; bit position 1 -- todo & 2 ; "ARexx Interface to the IFF Patch Programs" ) ) ) (if (IN ZapDPIOpts 0) ; ZapDPI Program ( (set setDirPathWhy "where you want to install the ZapDPI utility.") (set setDirPathHelp "Please consult the manual for more information.\n") (set DirPath defaultUtilDir) (setDirPath) (set ZapDPIPgmDir DirPath) (set defaultUtilDir ZapDPIPgmDir) (set TotalFiles (+ TotalFiles 2)) ; 1 pgm + 1 icon ) ) (if (IN ZapDPIOpts 1) ; ZapDPI Scripts ( (if (= @user-level 2) ( (set setDirPathWhy "where you want to install the ARexx scripts that call the ZapDPI utility.") (set setDirPathHelp ("We suggest you install these scripts in the same directory as your other %s ARexx scripts.\n" ProductBaseName)) (set DirPath defaultADProScriptDir) (setDirPath) (set ZapDPIScriptsDir DirPath) ) ( (set ADProCommandsDir (tackon ADProDir "Commands2")) (onerror (abort ("The directory %s could not be created. " ADProCommandsDir) "This might be because your destination disk or drawer " "has no room or is write protected. This installation " "cannot continue." ) ) (if (= (exists ADProCommandsDir) 0) (makedir ADProCommandsDir) ) (onerror (cleanUp) ) (set ZapDPIScriptsDir ADProCommandsDir) ) ) (set TotalFiles (+ TotalFiles 3)) ; 3 scripts ) ) ) ) ; **************************** ; * if (PkgOpts & 9), ask the user where to install the File Sentry ; * programs, but don't actually do it yet. ; **************************** ; (if (IN PkgOpts 9) ; if bit position 9 is on ( (set setDirPathWhy "where you want to install the File Sentry program.") (set setDirPathHelp "This panel is asking in which directory the File Sentry utility should be installed.\n") (set DirPath defaultUtilDir) (setDirPath) (set FileSentryDir DirPath) (set defaultUtilDir FileSentryDir) (set TotalFiles (+ TotalFiles 2)) ; File Sentry + icon ) ) ; **************************** ; * if (PkgOpts & 10), ask the user where to install the View program and ; * documentation, but don't actually do it yet. ; **************************** ; (if (IN PkgOpts 10) ; if bit position 10 is on ( (set setDirPathWhy "where you want to install the View program.") (set setDirPathHelp "View 3.6 is an ANIM OpCode-8 (ANIM-8) compatible IFF/ANIM viewer. Michael Hartman has graciously given us permission to include this utility with this package.\n") (set DirPath defaultUtilDir) (setDirPath) (set ViewDir DirPath) (set defaultUtilDir ViewDir) (set TotalFiles (+ TotalFiles 3)) ; View + icon + docs ) ) ; **************************** ; * if (PkgOpts & 11), ask the user where to install the tutorial files, ; * but don't actually do it yet. ; **************************** ; (if (IN PkgOpts 11) ; if bit position 11 is on ( (if (<> (exists (tackon ADProDir "Tutorials")) 0) (set TutorialsDir (tackon ADProDir "Tutorials")) (set TutorialsDir @default-dest) ) (set setDirPathWhy "where you want to install the Tutorial files.") (set setDirPathHelp ("Install the tutorial files if you want to go through the tutorials in the User Manual. We suggest you install them in a subdirectory called \"Tutorials\" in the same directory as the %s program for easy access.\n" ProductBaseName)) (set DirPath TutorialsDir) (setDirPath) (set TutorialsDir DirPath) (set TotalFiles (+ TotalFiles 1)) ; 1 set of tutorial files ) ) ; **************************** ; * if (PkgOpts & 12), ask the user where to install the package's ReadMe file ; * from disk 1. ; **************************** ; (if (IN PkgOpts 12) ; if bit position 12 is on ( (set setDirPathWhy "where you want to install the ReadMe file.") (set setDirPathHelp "Although the ReadMe file will be displayed at the end of the installation process, you should install it onto your floppy or hard disk for future reference. There is a lot of important information in the ReadMe which for one reason or another was left out of the manual and addendum.\n") (set DirPath @default-dest) (setDirPath) (set ReadMeDir DirPath) (set TotalFiles (+ TotalFiles 2)) ; ReadMe + icon ) ) (set TotalFiles (+ TotalFiles 1)) ; lhex (set userStartupCmds "") (if (IN PkgOpts 0) ( (makeassign "ADPRO" ADProDir) (set userStartupCmds (cat userStartupCmds ("Assign ADPRO: \"%s\"\n" ADProDir))) ) ) (if (IN PkgOpts 5) ( (makeassign "ADP_FRED" FREDDir) (set userStartupCmds (cat userStartupCmds ("Assign ADP_FRED: \"%s\"\n" FREDDir))) ) ) (if (IN PkgOpts 6) ( (makeassign "ADPROSCRIPTS" ADProScriptDir) (set userStartupCmds (cat userStartupCmds ("Assign ADPROSCRIPTS: \"%s\"\n" ADProScriptDir))) (makeassign "FREDSCRIPTS" FREDScriptDir) (set userStartupCmds (cat userStartupCmds ("Assign FREDSCRIPTS: \"%s\"\n" FREDScriptDir))) ) ) (if (OR (IN PkgOpts 0) (OR (IN PkgOpts 5) (IN PkgOpts 6))) (startup "ADPro & MorphPlus" (prompt "\nThe following assignments have been made:\n" "\n" userStartupCmds "\n\n" "Do you want them added to your startup file?\n") (help "When the Installer program asks if you want to place " "these assignments into your startup file, you should select " "the Proceed button; otherwise, the next time you boot up " "your machine, the programs won't be able to find the necessary " "files they need to run.\n" "\n" "Select the Proceed button to add the assignments to your " "startup file (S:user-startup).\n" "\n" @startup-help) (command userStartupCmds) ) ) (complete 0) (message "\nShall I proceed with the installation?" (help "Once you press the Proceed button, the selected items will be installed. This is your last chance " "to abort this procedure without partially installing the selected files.\n" "\n" "After you press Proceed, you can use the Esc key to abort the installation procedure.\n") ) ;+++ ; **************************** ; * copy the startADPro script so that we don't need to do it later. ; **************************** ; ;(copyfiles ; (prompt "") ; (help "") ; (source ("%s:startADPro" DiskInstall)) ; (dest "RAM:") ;) ; **************************** ; * copy lhex to the RAM: directory. ; **************************** ; (set addToMeter 1) (incrementMeter) (copyfiles (prompt "") (help "") (source ("%s:C/lhex" DiskInstall)) (dest "RAM:") ) (onerror (cleanUp) ) (set workingMsg "Unarchiving library files...") (set arcFileName ("%s:Libs.lha" DiskInstall)) (set destDirName "RAM:") (dumpLZFile2Dir) (if (IN PkgOpts 0) (ADProInstall) ) (if (IN PkgOpts 1) (ADProStdModulesInstall) ) (if (IN PkgOpts 2) (ADProExpansModulesInstall) ) (if (IN PkgOpts 3) (ADProIndepModulesInstall) ) (if (IN PkgOpts 4) (ADProPseudoModulesInstall) ) (if (IN PkgOpts 5) (FREDInstall) ) (if (IN PkgOpts 6) (ARexxScriptInstall) ) (if (IN PkgOpts 7) (SplitzJoinzInstall) ) (if (IN PkgOpts 8) (ZapDPIInstall) ) (if (IN PkgOpts 9) (FileSentryInstall) ) (if (IN PkgOpts 10) (ViewInstall) ) (if (IN PkgOpts 11) (TutorialsInstall) ) (if (IN PkgOpts 12) (ReadMeInstall) ) (set DisplayReadMe 1) (cleanUp)