home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1994-04-20 | 4.4 KB | 140 lines |
- /* Seattle FilmWorks PhotoWorks for DOS ver 1.0 install script */
- /* (C) Copyright 1994 Seattle FilmWorks */
- /* This software is a proprietary product of: */
- /* Seattle FilmWorks, 1260 16th Ave West, Seattle WA 98119. */
- /* Unauthorized duplication or use is prohibited under applicable */
- /* laws. All rights reserved. */
-
- @DefineProject
- @Name = "PhotoWorks for DOS"
- @Version = "1.0"
- @Subdir = "\\SFW"
- @OutDrive = C
- @EndProject
-
- @Display
- @Cls
- @Name @Version Installation
- Copyright (c) 1994 Seattle FilmWorks, Inc.
-
- Welcome to the @Name installation program.
-
- This program will install @Name @Version on your hard disk.
-
- @Name requires a system configuration with a 286 or
- greater CPU, VGA video card, and MS-DOS 3.0 or greater.
-
- You may press the [Esc] key at any time to quit the
- installation.
-
- @Pause
- @EndDisplay
-
- @GetOutDrive
- @Suppress A
- @Suppress B
- @Cls
- @Name @Version Installation
- Copyright (c) 1994 Seattle FilmWorks, Inc.
-
- @Name will be installed on the @OutDrive:
- drive. Press [Enter] to accept this selection.
-
- If you are able to choose a different drive,
- use the UP and DOWN arrow keys to highlight
- the drive use wish to use. Press [Enter]
- to continue.
- @MoveCStr(4,58,30,"TARGET DRIVE")
- @LocalWindow(10,65)
- @EndOutDrive
-
- @GetSubdir
- @Cls
- @Name @Version Installation
- Copyright (c) 1994 Seattle FilmWorks, Inc.
-
- @Name will be installed to @SubDir on the @OutDrive:
- drive. Press [Enter] to accept this path.
-
- If you want to install @Name in a different
- directory, use the backspace key to remove @SubDir and
- type the new path. Press [Enter] to continue.
-
- @Prompt = " Install Path "
- @EndSubdir
-
- @Display
- @Name @Version Installation
- Copyright (c) 1994 Seattle FilmWorks, Inc.
-
- After the @Name files are installed, you will
- be asked if you want to modify your AUTOEXEC.BAT file.
-
- To start @Name from any directory, the PATH in
- your AUTOEXEC.BAT file needs to include @OutDrive:@SubDir. We
- recommend that you allow this install program to update
- AUTOEXEC.BAT automatically for you.
-
- If you elect not to update your PATH automatically, you must
- change to the @OutDrive:@SubDir directory first before you can
- start @Name programs.
-
- @MoveCStr(,18,64+15," * INSTALLATION IS READY TO BEGIN * ")
-
- @Pause
- @EndDisplay
-
- @SetAutoexec
- @AskOverwrite
- @Path = "@OutDrive:\\@SubDir;"
- @EndAutoexec
-
- @DefineDisk
- @Label = "Disk #1"
- @BeginLib SFWPW.001
- @File SFWPW.EXE @Size 166974 @Out SFWPW.EXE @AskOverwrite
- @File POD2DISK.EXE @Size 111026 @Out POD2DISK.EXE @AskOverwrite
- @File PODICON.ICO @Size 766 @Out PODICON.ICO
- @File README.TXT @Size 1345 @Out README.TXT
- @File PWLG1.DAT @Size 16768 @Out PWAUX\PWLG1.DAT
- @File PWLG2.DAT @Size 8338 @Out PWAUX\PWLG2.DAT
- @File PWNPG1.DAT @Size 21206 @Out PWAUX\PWNPG1.DAT
- @File PWNPG2.DAT @Size 19826 @Out PWAUX\PWNPG2.DAT
- @File PWNPG3.DAT @Size 18239 @Out PWAUX\PWNPG3.DAT
- @File PWNPG4.DAT @Size 26819 @Out PWAUX\PWNPG4.DAT
- @File PWNPT1.DAT @Size 921 @Out PWAUX\PWNPT1.DAT
- @File PWNPT2.DAT @Size 1465 @Out PWAUX\PWNPT2.DAT
- @File PWNPT3.DAT @Size 1941 @Out PWAUX\PWNPT3.DAT
- @File PWNPT4.DAT @Size 1470 @Out PWAUX\PWNPT4.DAT
- @File PWOFT1.DAT @Size 2608 @Out PWAUX\PWOFT1.DAT
- @File PWOFT2.DAT @Size 2630 @Out PWAUX\PWOFT2.DAT
- @File PWOFT3.DAT @Size 2328 @Out PWAUX\PWOFT3.DAT
- @File PWOFT4.DAT @Size 2605 @Out PWAUX\PWOFT4.DAT
- @File 99999999.INI @Size 73 @Out 99999999.ROL\99999999.INI
- @File 99999999.#01 @Size 64961 @Out 99999999.ROL\99999999.#01
- @File 99999999.#02 @Size 44334 @Out 99999999.ROL\99999999.#02
- @File 99999999.#03 @Size 50489 @Out 99999999.ROL\99999999.#03
- @File 99999999.#04 @Size 54817 @Out 99999999.ROL\99999999.#04
- @File 99999999.#05 @Size 43133 @Out 99999999.ROL\99999999.#05
- @File 99999999.#06 @Size 58157 @Out 99999999.ROL\99999999.#06
- @File 99999999.#07 @Size 49078 @Out 99999999.ROL\99999999.#07
- @File 99999999.#08 @Size 48740 @Out 99999999.ROL\99999999.#08
- @EndLib
- @EndDisk
-
-
- @Finish
- @MkDir("@OutDrive:\\@Subdir\\CONVFOTO")
- @MkDir("@OutDrive:\\@Subdir\\SAVERS")
- @ChDrive @OutDrive
- @ChDir "@SubDir"
-
- Installation of @Name is now finished.
-
- Type in SFWPW to start @Name
-
- @Pause
- @EndFinish
-
- /* end-of-file */
-