home *** CD-ROM | disk | FTP | other *** search
- /********************************************************************
- * PC installer (aldsetup) control file for PageMaker 5.0 1.44mb Disks
- * MAX
- * Copyright (C) 1992 - 1993 Aldus Corporation. All rights reserved.
- * Control file administrator: Dave Perkins
- ********************************************************************/
-
- PRODUCT "PageMaker 5.0 Network Installation"
-
- VERSIONREQ "2.3"
-
- ALDUSDIRECTORY "Aldus" "AldusDirectory" "C:\ALDUS"
-
-
- /******** DBUILD SECTION ***********/
-
-
- DISK "PM5\USER"
- {
- (C)ALDUS.'93 62,
- ALDUSN.MSP 1024 CHECKDATE,
- ALDUSN.UDC 1024 NOREPLACE,
- PKWTUTOR.INI 521,
- DINGWIN.CHA 3293 CHECKDATE,
- EXPWIN.CHA 4900 CHECKDATE,
- KERNWIN.CHA 4900 CHECKDATE,
- ALDLEARN.DLL 28672 CHECKDATE,
- PXENGWIN.DLL 236734 CHECKDATE,
- TWAIN.DLL 22944 NOREPLACE,
- PANOSE.DAT 85153 NOREPLACE,
- PCDLIB.DLL 83040 NOREPLACE,
- PCDIMP.HLP 4725 CHECKDATE,
- CHREXPC.TBL 3811 NOREPLACE,
- CHRIMPC.TBL 3785 NOREPLACE,
- PM5RES.RSL 280208 VITAL,
- PRXLNGST.RSL 3072 CHECKDATE
- }
-
- /*********** DBUILD END ******************/
-
- /***** DIALOG & VARIABLE INITIALIZATION *****/
-
- DIALOG LicWarn "&OK"
- {
- CAPTION "Network License Agreement"
- TEXT
- {
- "Please make sure your network administrator knows"
- "you are installing this software. The administrator"
- "must keep track of the total number of users for"
- "licensing purposes. You will need a product serial"
- "number from the administrator in order to install"
- "PageMaker 5.0 on your hard disk."
- }
- }
- DIALOG AldusLocation "OK" "Cancel"
- {
- CAPTION "Aldus Directory Creation"
- TEXT
- {
- "Type the drive letter and subdirectory where"
- "you want to install the Aldus files. This"
- "directory will be used by all Aldus products"
- "to store files such as dictionaries and filters."
- }
- }
-
- DIALOG BuffersWarning "&Continue" "&Exit"
- {
- CAPTION "Low BUFFERS setting"
- TEXT
- {
- "Aldus Setup has detected that the BUFFERS setting in your "
- "CONFIG.SYS file is below 20. You can successfully install "
- "with the current settings, but the installation process may"
- "be slowed considerably. Increasing the value of this setting"
- "and rebooting your computer will speed up the installation time."
- }
- }
-
- DIALOG PrintInfo "&OK"
- {
- CAPTION "Must install Drivers"
- TEXT
- {
- "If you will be using a PostScript printer with PageMaker"
- "or a HP LaserJet III, please install the drivers from the"
- "current directory. To install; Click Browse, then"
- "OK to set the correct path to install the printer driver."
- " "
- "If newer versions of the drivers are available, use"
- "them instead."
- " "
- "The Windows Control Panel will start when you click"
- "OK."
- }
- }
-
- DIALOG PPDwarning "&OK"
- {
- CAPTION "Selecting PPDs (PostScript ONLY)"
- TEXT
- {
- "If you will be using a PostScript printer, you will need to"
- "install a PostScript Printer Description (PPD) file for each"
- "printer. Select only the printers you need. Installing more"
- "PPDs than you need (ten or more) may slow the performance of"
- "PageMaker's ""Print"" dialog."
- " "
- "The printer files you select work with the Windows Postscript"
- "driver supplied on the PageMaker disk set. At the end of this"
- "installation, you will be asked to install a printer driver."
- }
- }
-
- DIALOG AldusGroup "&Continue"
- {
- CAPTION "Aldus Group"
- TEXT
- {
- "The Aldus Setup program has created the Aldus"
- "group window."
- " "
- "Aldus PageMaker 5.0, Table Editor, Dictionary Editor and"
- "Learning PageMaker 5.0 have been added to the Aldus Group."
- "To start any one of these applications double-click on the"
- "program icon."
- }
- }
-
- DIALOG MoreInfo "&OK"
- {
- CAPTION "Installer Diagnostics"
- TEXT
- {
- " "
- "You may now exit this program or choose to read the Aldus"
- "PageMaker 5.0 READTHIS.TXT file, which has been added to the"
- "View menu. You may also choose to examine other information"
- "provided from the Diagnostics or View menus in Aldus Setup."
- " "
- "Thank you for purchasing Aldus PageMaker 5.0. Your installation"
- "is complete. Please fill out and send in your registration card."
- }
- }
-
- DIALOG SucRead "&OK"
- {
- CAPTION "Setup complete"
- TEXT
- {
- "All items you selected have been"
- "successfully installed."
- }
- }
-
- DIALOG SucNoRead "&OK"
- {
- CAPTION "Setup complete"
- TEXT
- {
- "All items you selected have been successfully installed."
- " "
- "You may now exit this program or choose to examine the"
- "information provided from the Diagnostics or View menu"
- "in Aldus Setup."
- }
- }
-
-
- /*********** INITIALIZATION END *************/
-
-
- /***** PACKAGE DEFINITION SECTION *********/
-
-
- PACKAGE PROLOGUE "" SELECTED INVISIBLE
- {
- /***** Global Variable Declarations & System Min. Config Checks *****/
- GETALDDIR AldDir AldusLocation
- /*>*/
- GETBOOTDRIVE BootDrive
- SET ExeInstalled "FALSE"
- SET PrinterDrivers "FALSE"
- SET Serialize "FALSE"
- GETWINDIR WinDir
- GETWINSYSDIR WinSysDir
-
- CONCAT BootDrive "CONFIG.SYS" ConfigFullName
-
- GETSYSVARVALUE ConfigFullName "BUFFERS" BufferAmount
- IF BufferAmount LT 20
- {
- DISPLAY BuffersWarning BufferResponse
- IF BufferResponse EQS "&Exit"
- {
- EXIT
- }
- }
-
- DISPLAY LicWarn
-
- } /** End PROLOGUE **/
-
-
- PACKAGE PageMaker "Install PageMaker 5.0" SELECTED
- {
- SET Serialize "TRUE"
-
- CONCAT AldDir "USENGLSH" EngDir
- CONCAT EngDir "ADDITION" UserAADDitionDir
-
- CONCAT NetAldusDir "USENGLSH" NetEngDir
- CONCAT NetEngDir "PPD4" APPD4Dir
- CONCAT NetEngDir "PM5USER" UserDir
- CONCAT NetEngDir "FILTERS" AFiltDir
- CONCAT NetEngDir "COLOR" AColorDir
- CONCAT NetEngDir "ADDITION" AADDitionDir
- CONCAT AADDitionDir "TEMPLATE" TemplateDir
- CONCAT NetEngDir "UTILITY" AUtilDir
-
- CONCAT NetAldusDir "PM5" PM5Dir
- CONCAT PM5Dir "LEARNPM5" LearnDir
- CONCAT PM5Dir "TUTORIAL" TutRootDir
- CONCAT TutRootDir "EXPLORE" TutExpDir
- CONCAT TutRootDir "LESSON1" TutLess1Dir
- CONCAT TutRootDir "LESSON2" TutLess2Dir
-
- /**** File Subdirectory Assignments *****/
-
- FILES WinDir
- {
- ALDLEARN.DLL
- PKWTUTOR.INI
- PXENGWIN.DLL
- PCDLIB.DLL
- PCDIMP.HLP
- TWAIN.DLL
- PANOSE.DAT
- CHREXPC.TBL
- CHRIMPC.TBL
- }
-
- FILES EngDir
- {
- ALDUSN.UDC
- ALDUSN.MSP
- PM5RES.RSL
- }
-
- FILES UserAADDitionDir
- {
- DINGWIN.CHA
- EXPWIN.CHA
- KERNWIN.CHA
- }
-
- /**** INI Initializations ****/
-
- CONCAT PM5Dir "pm5.exe ^.pt5" PT5_ExtText
- CONCAT PM5Dir "pm5.exe ^.pm5" PM5_ExtText
- CONCAT PM5Dir "te.exe ^.tbl" TE_ExtText
-
-
- /**** INI Settings ****/
-
- ALDUSINI
- {
- "ATG" "Templates" TemplateDir,
- "Bullets" "Bullet1" "149,12,18,Times New Roman",
- "Bullets" "Bullet2" "110,12,18,Wingdings",
- "Bullets" "Bullet3" "111,12,18,Wingdings",
- "Bullets" "Bullet4" "168,12,2,Symbol",
- "Bullets" "Bullet5" "214,12,18,Symbol",
- "PageMaker5" "Maximize" "1",
- "PageMaker5" "AltTextWrap" "0",
- "PageMaker5" "ListVectors" "0",
- "PageMaker5" "SlideTimer" "2",
- "PageMaker5" "Color" "1",
- "PageMaker5" "RGBShade" "1",
- "PageMaker5" "ColorBitmaps" "1",
- "PageMaker5" "StyleBar" "1",
- "PageMaker5" "DisplayMarks" "0",
- "PageMaker5" "LearnPM5" LearnDir
- }
-
- WININI
- {
- "Aldus" "AldusDirectory" AldDir,
- "Aldus" "NetAldusDirectory" NetAldusDir,
- "Aldus" "PPD4" APPD4Dir,
- "Aldus" "PM5AppDir" PM5Dir,
- "Aldus" "PM5LangDir" "USENGLSH",
- "Extensions" "pt5" PT5_ExtText,
- "Extensions" "pm5" PM5_ExtText,
- "Extensions" "tbl" TE_ExtText,
- "Extensions" "HLP" "WINHELP.EXE ^.hlp"
- }
-
- /*** Oninstall initializations ***/
-
- SET ExeInstalled "TRUE"
- SET PrinterDrivers "TRUE"
- CONCAT PM5Dir "PM5.exe" FullPMName
- CONCAT PM5Dir "te.exe" TableEditorName
- CONCAT PM5Dir "README.WRI" ReadMeName
- CONCAT PM5Dir "READTHIS.TXT" ReadThisName
- CONCAT WinDir "NOTEPAD.EXE" NoteIconName
- CONCAT AutilDir "de.exe" DictEdName
- CONCAT LearnDir "learnpm5.hlp" LearnTutorName
- CONCAT LearnDir "learnpm5.ico" LearnIconName
-
- /**** Oninstall Commands ******/
-
- ONINSTALL
- {
- PERSONALIZE EngDir "PM5RES.RSL"
-
- DELETEPROGRAMITEM "Aldus" "Aldus PageMaker 5.0"
- DELETEPROGRAMITEM "Aldus" "Table Editor 2.1"
- DELETEPROGRAMITEM "Aldus" "Learning PageMaker 5.0"
- DELETEPROGRAMITEM "Aldus" "Dictionary Editor 1.0"
- DELETEPROGRAMITEM "Aldus" "PageMaker 5.0 ReadMe"
- DELETEPROGRAMITEM "Aldus" "PageMaker 5.0 Install Notes"
-
-
- ADDPROGRAMITEM "Aldus" FullPMName "Aldus PageMaker 5.0" FullPMName 0
- ADDPROGRAMITEM "Aldus" TableEditorName "Table Editor 2.1" TableEditorName 0
- ADDPROGRAMITEM "Aldus" LearnTutorName "Learning PageMaker 5.0" LearnIconName 0
- ADDPROGRAMITEM "Aldus" DictEdName "Dictionary Editor 1.0" DictEdName 0
- ADDPROGRAMITEM "Aldus" ReadMeName "PageMaker 5.0 ReadMe" NoteIconName 0
- ADDPROGRAMITEM "Aldus" ReadThisName "PageMaker 5.0 Install Notes" NoteIconName 0
-
- DISPLAY AldusGroup
-
- WINDOWSMENU PM5Dir "READTHIS.TXT" "&READTHIS.TXT"
-
-
-
- } /** End Oninstall **/
-
- } /***** END End UserInstall *****/
-
-
- PACKAGE LastPREinstall "" SELECTED INVISIBLE
- {
- IF Serialize EQS "TRUE"
- {
- GETPERSONAL
- }
- }
-
- PACKAGE LastOninstalls "" SELECTED INVISIBLE
- {
-
- /*** Stuff to be done after all other ONINSTALL's are completed ***/
-
- CONCAT WinDir "CONTROL.EXE" WinCtl
- CONCAT WinDir "CONTROL.EXE" WinCtl
- CONCAT TempDir "NETPM5.CTL" TempCtlFile
-
- ONINSTALL
- {
- DELETE TempCtlFile
-
- IF ExeInstalled EQS "FALSE"
- {
- DISPLAY SucNoRead
- }
-
- IF ExeInstalled EQS "TRUE"
- {
- CONCAT PM5Dir "PM5.EXE %1" FullOpenName
- CONCAT PM5Dir "PM5.EXE /p %1" FullPrintName
-
- ADDOLEREGKEY "OLE_ROOT" "PageMaker5\shell\open\command"
- ADDOLEREGKEY "OLE_ROOT" "PageMaker5\shell\print\command"
-
- SETOLEREGVALUE "PageMaker5" "PageMaker 5.0 Publication"
- SETOLEREGVALUE "PageMaker5\shell\open\command" FullOpenName
- SETOLEREGVALUE "PageMaker5\shell\print\command" FullPrintName
-
- ADDOLEREGKEY "OLE_ROOT" ".pm5"
- SETOLEREGVALUE ".pm5" "PageMaker5"
-
- ADDOLEREGKEY "OLE_ROOT" ".pt5"
- SETOLEREGVALUE ".pt5" "PageMaker5"
- }
-
- IF PrinterDrivers EQS "TRUE"
- {
- DISPLAY PrintInfo
- LAUNCH WinCtl "Printers"
- DISPLAY SucRead
- }
-
- IF ExeInstalled EQS "TRUE"
- {
- DISPLAY MoreInfo
- }
-
- } /**** End Oninstall ****/
-
- } /***** End LastOninstalls ****/
-
-
-
-
- /****
- Use EPILOGUE only for options which should be run when the
- user clicks the EXIT button from ALDSETUP
-
- PACKAGE EPILOGUE "" UNSELECTED INVISIBLE
- {
- DISPLAY RebootReminder
-
- }
- ****/
-
-