(message "\n\nIf PageStream3, BME2 or PageLiner are running now, quit them before continuing.")
(run "avail flush" (safe))
;USE ASSIGNS TO AVOID THE STUPID INSTALLER'S CRASH BUG
(run "CD PageStream3:" (safe))
(run "CD SoftLogik:" (safe))
(run "assign fonts: softlogik:fonts add" (safe))
;TEST TO SEE IF THEY HAVE PGS3H22.LHA
(if (<> (exists "PGSpatch.LHA") 1)
(abort "You did not download the PGS3H22D.LHA archive. Download it and decompress it to the same directory as you decompressed this archive before continuing.")
)
;GET DESTINATION
(set PGSdest (getassign "PageStream3" "a"))
(set SLdest (getassign "SoftLogik" "a"))
(if (OR (= PGSdest "") (= SLdest ""))
(abort "PageStream3: and/or SoftLogik: are not assigned. You must properly install PageStream3 before applying this update patch.")
)
(set @default-dest PGSdest)
;MAKE REQUIRED DIRECTORIES IF THEY DON'T EXIST
(if (<> (exists "PageStream3:PageStream3") 1)
(abort "PageStream3 is not in the PageStream3: directory. You must properly install PageStream3 before applying this update patch.")
(message ("\n\nThis patch will update your German PageStream3.0h hard drive installation to version 3.0h2.\n\nYour original PageStream3 disks will not be modified by this update.\n\nYou MUST have 3.0h installed to use this patch."))
(set install_mode
(askchoice
(prompt
"\nSelect an installation option.\n\nChoose `ALL' if you have a full PageStream3 installation. Choose `ONLY' if you have a custom or minimum PageStream3 installation.\n")
(choices "Install ALL improved files" "Update ONLY the currently installed files")
(default 0)
(help
"\n\nThe ONLY option will check to see if a file exists before copying the new one to your hard drive. Thus, if you deleted the HP.printer driver because you didn't need it, the new one will not be installed.")
)
)
;UPDATE LIBS
(working "Installing Updated Libraries...")
(run "ram:lhex >NIL: <NIL: -qfw=SoftLogik:Libs x Libs.lha")
(message "\nYour PageStream3.macros file has been renamed to PageStream3.macros.bak and you now have the English macro files. If you have added your own macros to PageStream3, you will need to append them to the new macros file.\n\nRefer to page 339 for more information.")
)
;UPDATE PAGELINER2
(if (exists "PageStream3:PageLiner")
(
(working "Patching PageLiner to 2.0f...")
(run "ram:lhex >NIL: <NIL: -qfw=ram: x PLpatch.LHA")
(message "NEW!\n\nThe new TextFX extension for PageStream3 allows you to warp text in shapes and bend it on curves! Now available separately for $50. ($40 for owners of Art Expression.)\n\nCall 1-800-829-8608 (314-256-9595) to order!")