(abort "PageStream3 requires AmigaDOS version 2.04 or higher. If you have AmigaDOS 1.3 or earlier you must purchase an upgrade to AmigaDOS before using PageStream3.")
"The default installation is to install everything. If you have extremely limited disk space, you can choose to install the minimum files required to use PageStream 3.0; however, this will prevent you from using all of PageStream's features or following the tutorial lessons, so you may wish to customize the installation to leave out only those files you know you do not need.\n\n"
"Choosing Minimum installation leaves out: Tutorial documents, tutorial graphics, tutorial text, PANTONE® color libraries, almost all PPD files, help system, clip art, and most fonts.\n\n"
"Choosing Uninstall will remove PageStream3 and all the files in its directory from your hard drive. Unless you have moved some of its files to another directory, this option will remove all traces of the program from your system. Note that any files you may have stored in its directory, such as graphics, fonts and documents, will also be deleted."
)
)
)
;CUSTOM INSTALLATION OPTIONS
(set PGSflag 0)
(set PGLflag 1)
(set BMEflag 2)
(set SUPflag 3)
(set FILflag 4)
(set TUTflag 5)
(set CLPflag 6)
(set FONflag 7)
(set MACflag 8)
(set HELflag 9)
(set PRTflag 10)
(set PPDflag 11)
(if (= install_mode CUSflag)
(set customopts
(askoptions
(prompt
"PageStream3 Hard Drive Installation\n\n"
"Please select which files you wish to install to your hard drive now.")
"Tutorial Files 15K" "Clip Art 2.2MB" "Fonts 3.5MB" "Macros 55K" "Help System 1.2MB"
"Printer Drivers 140K" "PPD Files 960K")
(default 4095)
(help
"Choose which files you wish to install. Note that the Support files are required to run PageStream and BME.\n\n"
"PageStream: the PageStream program file\n"
"PageLiner : the PageLiner program file\n"
"BME : the BME program file\n"
"Support : libraries, font/spell engines, etc\n"
"Filters : import/export and effect filters\n"
"Tutorials : lesson graphic, text and document files\n"
"Clip Art : included graphic files\n"
"Fonts : included fonts\n"
"Macros : included ARexx scripts and Flash macros\n"
"Help : help system (and AmigaGuide if required)\n"
"Printers : assorted printer drivers\n"
"PPD : PostScript Printer Description Files\n\n"
)
)
)
)
(if
(AND (= customopts 0) (= install_mode CUSflag))
(abort "Nothing to install!")
)
;UNINSTALL OPTION
(if (= install_mode DELflag)
(if
(askbool
(prompt
"The Uninstall option deletes the entire PageStream3 directory and every file in it. If you have stored any files in it (graphics, documents, fonts, text, etc), they will be permanently deleted.\n\n"
"Are you really sure you want to do this?\n\n"
"USE WITH CAUTION!!! THIS CANNOT BE UNDONE!!!")
(help
"This option should only be used if you want to remove all traces of PageStream3 from your computer's hard drive. It is equivalent to removing the assigns and then deleting the PageStream3 directory.\n\n"
"USE WITH CAUTION!!! THIS CANNOT BE UNDONE!!!\n\n"
"Note: This option cannot be used if you have added other assigns to the PageStream3 directory. i.e., if you have assigned Text: to PageStream3:Text, then you must manually remove the assign before this option can be used.")
(prompt "Assigns for PageStream3: and SoftLogik: must be added to your user-startup file. Is this Ok?")
(help "The help system, included macros and default setup require the PageStream3: assign. The SoftLogik: assign is absolutely required for PageStream to be used. The Fonts: assign adds the SoftLogik:Fonts directory to your normal Fonts: assign so that PageStream's interface fonts will be available to AmigaDOS without having to be stored in Sys:Fonts. Skipping this step will lead to problems using PageStream3. ")
(command "Assign PageStream3: \"" PGSdest "\"\n")
(command "Assign SoftLogik: \"" SLdest "\"\n")
(command "Assign Fonts: \"" FONdest "\" ADD\n")
)
)
)
;We now have a valid destination, so tell Installer so the exit page will be correct
(set @default-dest PGSdest)
;ADD REXX TO USER-STARTUP?
(if
(startup "ARexx"
(prompt "The ARexx script language is included with AmigaDOS, but it is not available unless you have chosen\nto start it. It is highly recommended that ARexx be started everytime you use PageStream3.\n\n"
"If you would like ARexx started automatically and you have not already done so, click on Proceed to have it started from your User-Startup script. This requires that you have not moved the RexxMast program from your Sys:System directory. Click on Help for more information.")
(help "If you do not have ARexx started when you use PageStream3, you will miss out on some of its features. You will not be able to use many of the included Flash Macros, and parts of the help system will be unavailable to you. You don't have to be a programmer to enjoy the benefits that ARexx will give you in PageStream. Therefore, it is highly recommended that ARexx be loaded each time you boot your computer.\n\n"
"There are two ways to start ARexx automatically. You can copy Sys:System/RexxMast to your Sys:WBstartup directory, or RexxMast can be started from your User-Startup script. If you have done one of these already, skip this part. If not, this installer can add the appropriate command to your User-Startup script for you.")
(OR (IN customopts PGSflag) (IN customopts BMEflag))
)
(
(set screen_mode
(askchoice
(prompt
"\nChoose one of the four basic screen modes now. If you don't want to choose one of these modes, choose Workbench, but click on Help for instructions.\n")
(choices "NTSC:High Res Laced" "PAL:High Res Laced" "DBLNTSC:High Res No Flicker (AGA)" "DBLPAL:High Res No Flicker (AGA)" "Workbench")
(default 0)
(help
"If you use an Amiga 1200 or 4000 and have a standard-size monitor (1080, 1084, 1940, 1942, 1950, 1960, etc), choose DBLNTSC (USA and Canada) or DBLPAL (most other countries); if you have an older Amiga, choose NTSC or PAL.\n\n"
"PageStream3 runs on the Workbench by default. Most people use it on a separate screen, but if you Workbench is smaller than 640x400, you must run it on a separate screen.\n\n"
"PageStream3 allows you to change the screen mode at any time with the Settings/Screen command, so you can just choose Workbench from the list of options and select a screen mode later. If you do this, you must remember to set the Display DPI (screen resolution). Refer to pages 483-484 of the manual for more information. Note that a standard PAL display is 65x70, not 75x75 as stated in the manual. A standard NTSC screen is 65x55."
)
)
)
)
)
;************
;** DISK 1 **
;************
;COPY THE LHEX PROGRAM TO RAM:
(message "If you haven't filled out your registration card yet, do it out now while PageStream is being installed.\n\nIf you are upgrading from a previous version, you will not have a new registration card in your upgrade package.\n\nClick on Proceed to begin installation. You will only be prompted to change disks from now on.")
(OR (IN customopts HELflag) (IN customopts TUTflag))
)
(OR
(OR (IN customopts SUPflag) (IN customopts PRTflag))
(IN customopts PPDflag)
)
)
(askdisk
(prompt "\n\n\nPlease insert the disk labeled \"Disk2 Amiga v3.0\".")
(help
"You must insert this disk in a floppy drive to complete the installation. If you are missing this disk or if the installer does not accept the disk, contact Soft-Logik Publishing technical support for assistance.")
(dest "PageStream3Disk2")
)
)
;INSTALL IMPORT/EXPORT AND EFFECT FILTERS
(if
(OR (= install_mode ALLflag) (IN customopts FILflag))
(
;IF THE SOFTLOGIK:FILTERS AND EFFECTS DIRECTORIES DON'T EXIST, CREATE THEM
(OR (= install_mode ALLflag) (= install_mode MINflag)) (IN customopts PPDflag)
)
(OR (IN customopts CLPflag) (IN customopts SUPflag))
)
(askdisk
(prompt "\n\n\nPlease insert the disk labeled \"Disk3 Amiga v3.0\".")
(help
"You must insert this disk in a floppy drive to complete the installation. If you are missing this disk or if the installer does not accept the disk, contact Soft-Logik Publishing technical support for assistance.")
(dest "PageStream3Disk3")
)
)
;INSTALL OTHER PPD FILES
(if
(OR (= install_mode ALLflag) (IN customopts PPDflag))
(
;IF THE SOFTLOGIK:PRINTERS DIRECTORY DOESN'T EXIST, CREATE IT
(working "Decompressing\nCreative Media Services\nclip art sample files...\n\nOrder Megatoons from Creative Media Services today!\nCall 1-800-358-2278 (510-843-3408).")
(run "ram:lhex >NIL: <NIL: -qfw=PageStream3:Graphics/Creative x ram:Creative.lha")
(prompt "\n\n\nPlease insert the disk labeled \"Disk4 Amiga v3.0\".")
(help
"You must insert this disk in a floppy drive to complete the installation. If you are missing this disk or if the installer does not accept the disk, contact Soft-Logik Publishing technical support for assistance.")
(working "Decompressing\nSoft-Logik Studio Fonts\nSample Fonts...\n\nOrder the full Serials Fonts collection of\n53 PostScript Type 1 fonts today!\nCall 1-800-829-8608 (314-894-8608).")
(run "ram:lhex >NIL: <NIL: -qfw=PageStream3:Fonts/StudioFonts x ram:FontsST.lha")
(working "Decompressing\nSerials TypeCollection\nSample Fonts...\n\nOrder the full CD-ROM of\n1000 PostScript and TrueType fonts today!\nCall 1-800-829-8608 (314-894-8608).")
(run "ram:lhex >NIL: <NIL: -qfw=PageStream3:Fonts/SerialsFonts x ram:FontsS12.lha")
(delete "ram:FontsS12.LHA" (safe))
(set DONE (+ DONE 32900))
(set progress (/ done time))
(complete progress)
)
)
;INSTALL DISK 4 FONTS
(if
(OR (= install_mode ALLflag) (IN customopts FONflag))
(working "Decompressing more\nSerials TypeCollection\nSample Fonts...\n\nOrder the full CD-ROM of 1000 PostScript and TrueType fonts today!\nCall 1-800-829-8608 (314-894-8608).")
(run "ram:lhex >NIL: <NIL: -qfw=PageStream3:Fonts/SerialsFonts x ram:FontsS3.lha")
(working "Decompressing\nBBL Typographic\nclip art sample files...\n\nOrder BBL Typographic Medieval & Renaissance clip art from Canned Art Connection today!\nCall 1-800-455-4278 (fax 616-673-1575).")
(run "ram:lhex >NIL: <NIL: -qfw=PageStream3:Graphics/BBL x ram:BBL.lha")
(delete "ram:BBL.LHA" (safe))
(set DONE (+ DONE 20000))
(set progress (/ done time))
(complete progress)
;************
;** DISK 5 **
;************
;REQUEST DISK 5
(if
(OR
(OR (= install_mode ALLflag) (IN customopts CLPflag))
(OR (= ASLflag 1) (IN customopts FONflag))
)
(askdisk
(prompt "\n\n\nPlease insert the disk labeled \"Disk5 Amiga v3.0\".")
(help
"You must insert this disk in a floppy drive to complete the installation. If you are missing this disk or if the installer does not accept the disk, contact Soft-Logik Publishing technical support for assistance.")
(working "Decompressing\nSoft-Logik Amiga Computer Art\nclip art sample files...\n\nOrder the full Amiga Computer Art collection of 75 Amiga illustrations today!\nCall 1-800-829-8608 (314-894-8608).")
(run "ram:lhex >NIL: <NIL: -qfw=PageStream3:Graphics/ComputerArt x ram:Computer.lha")
(delete "ram:Computer.LHA" (safe))
(set DONE (+ DONE 34300))
(set progress (/ done time))
(complete progress)
)
)
;UPDATE ASL.LIBRARY IF REQUIRED
(if
(= ASLflag 1)
(
(working ("ASL.library version %ld.%ld" asl.ver asl.rev " detected. Updating to version 38.36...\n\nDistributed under license from Commodore."))
(working "Decompressing\nSoft-Logik World Flags\nclip art sample files...\n\nOrder the full 3D Flags of the World collection of 190 illustrations today!\nCall 1-800-829-8608 (314-894-8608).")
(run "ram:lhex >NIL: <NIL: -qfw=PageStream3:Graphics/WorldFlags x ram:Flags.lha")
(working "Decompressing Text Code and Language Engines...")
(run "ram:lhex >NIL: <NIL: -qfw=SoftLogik:Engines x ram:EnginesOther.lha")
(delete "ram:EnginesOther.LHA" (safe))
(set DONE (+ DONE 3700))
(set progress (/ done time))
(complete progress)
)
)
(message "\n\nYou MUST run PageStream3 after installation is complete and update a font path. Choose Settings/Fonts. Select the Fonts/StandardFonts path in the list and then click on the Update gadget. Click on the Save gadget to make the changes permanent.\n\nIf you do not do this, you will not be able to use the new fonts.")
(exit "If you haven't filled out your registration card yet, you should fill it out now so that you can receive your permanent password.\n\nIf you are upgrading from a previous version, you will not have a new registration card in your package because your permanent password is enclosed.")