home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1991-05-13 | 4.8 KB | 258 lines |
- @DefineProject
- @Name = "Zinc Interface Library"
- @Version = "2.00"
- @Subdir = "\\ZINC"
- @OutDrive = C
- @Requires @HardDisk
- @EndProject
-
- @GetOption
- @Cls
- Zinc Interface Library
-
- To install Zinc Interface Library, it is necessary to confirm that
- you have read and accepted the Zinc Interface Library End User
- Software License Agreement and Source Code License Agreement (if
- applicable). The license agreements are found at the beginning of
- the Programmer's Guide. If you wish to proceed, select "Yes."
- Otherwise, select "No" and the program will abort.
-
-
-
- @Option 1 = "No"
- @Option 2 = "Yes"
-
-
-
-
-
- Select "Yes" by pressing the down arrow key, and then press the
- <Enter> key. To abort installation, press the <Enter> key now.
- @EndOption
-
- @If (1 [= @Option)
- @Display
- @Cls
-
- Installation terminated.
-
-
- @Abort
-
- @EndDisplay
- @EndIf
-
- @GetOutDrive
- @Suppress A
- @Suppress B
- @Cls
-
- Please specify the disk drive onto which you wish to install.
-
- @EndOutDrive
-
- @GetSubdir
- @CLS
- Files will be installed onto drive @OutDrive:.
-
- Please specify the subdirectory where you would like to install
- Zinc Interface Library.
- Press <Enter> to use the default subdirectory name shown.
-
- @Prompt = "Which subdirectory?"
- @EndSubdir
-
- @GetGroups
- @Checkbox
- @Cls
-
- Please select the version of Zinc Interface Library you wish to install.
-
-
-
-
-
-
-
-
-
-
- The DOS version must be installed (or previously installed) to use the
- Windows version.
-
- Use the <Up-Arrow>, <Down-Arrow>, <PgUp> and <PgDn> keys to move the
- bar to the group(s) you wish to install and then press the <Space> bar
- to toggle the option from "No" to "Yes." Press <Enter> when you
- have selected all of the options you want to install.
- @Set D = "DOS Version"
- @Set W = "Windows Version"
- @EndGroups
-
- @GetGroups
- @Checkbox
- @Cls
-
- Please select the parts of Zinc Interface Library you wish to install.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the <Up-Arrow>, <Down-Arrow>, <PgUp> and <PgDn> keys to move the
- bar to the group(s) you wish to install and then press the <Space> bar
- to toggle the option from "No" to "Yes." Press <Enter> when you
- have selected all of the options you want to install.
- @Set L = "Library Files"
- @Set I = "Include Files"
- @Set U = "Utility Programs"
- @Set T = "Tutorials"
- @Set E = "Examples"
- @EndGroups
-
- @DefineDisk
- @Label = "DOS 1 of 2"
-
- @If ('D' [= @Group)
- @File read.me
- @File upgrade.txt
- @BeginLib blib.lif
- @If ('L' [= @Group)
- @File *.* @Out lib\*.*
- @EndIf
- @EndLib
- @BeginLib slib.lif
- @If ('L' [= @Group)
- @File *.* @Out lib\*.*
- @EndIf
- @EndLib
- @BeginLib llib.lif
- @If ('L' [= @Group)
- @File *.* @Out lib\*.*
- @EndIf
- @EndLib
- @EndIf
- @EndDisk
-
- @DefineDisk
- @Label = "DOS 2 of 2"
-
- @If ('D' [= @Group)
- @BeginLib bin.lif
- @If ('U' [= @Group)
- @File *.* @Out bin\*.*
- @EndIf
- @EndLib
- @BeginLib include.lif
- @If ('I' [= @Group)
- @File *.* @Out include\*.*
- @EndIf
- @EndLib
- @BeginLib dsource.lif
- @If ('L' [= @Group)
- @File *.* @Out source\*.*
- @EndIf
- @EndLib
- @BeginLib examples.lif
- @If ('E' [= @Group)
- @File *.* @Out examples\*.*
- @EndIf
- @EndLib
- @BeginLib hello.lif
- @If ('T' [= @Group)
- @File *.* @Out tutor\hello\*.*
- @EndIf
- @EndLib
- @BeginLib demo.lif
- @If ('T' [= @Group)
- @File *.* @Out tutor\demo\*.*
- @EndIf
- @EndLib
- @BeginLib display.lif
- @If ('T' [= @Group)
- @File *.* @Out tutor\display\*.*
- @EndIf
- @EndLib
- @BeginLib macro.lif
- @If ('T' [= @Group)
- @File *.* @Out tutor\macro\*.*
- @EndIf
- @EndLib
- @BeginLib persist.lif
- @If ('T' [= @Group)
- @File *.* @Out tutor\persist\*.*
- @EndIf
- @EndLib
- @BeginLib vlist.lif
- @If ('T' [= @Group)
- @File *.* @Out tutor\vlist\*.*
- @EndIf
- @EndLib
- @BeginLib radio.lif
- @If ('T' [= @Group)
- @File *.* @Out tutor\radio\*.*
- @EndIf
- @EndLib
- @EndIf
- @EndDisk
-
- @DefineDisk
- @Label = "WIN 1 of 2"
-
- @If ('W' [= @Group)
- @BeginLib bwin.lif
- @If ('L' [= @Group)
- @File *.* @Out lib\windows\*.*
- @EndIf
- @EndLib
- @BeginLib swin.lif
- @If ('L' [= @Group)
- @File *.* @Out lib\windows\*.*
- @EndIf
- @EndLib
- @EndIf
- @EndDisk
-
- @DefineDisk
- @Label = "WIN 2 of 2"
-
- @If ('W' [= @Group)
- @BeginLib lwin.lif
- @If ('L' [= @Group)
- @File *.* @Out lib\windows\*.*
- @EndIf
- @EndLib
- @BeginLib dwin.lif
- @If ('L' [= @Group)
- @File *.* @Out lib\windows\*.*
- @EndIf
- @EndLib
- @BeginLib wsource.lif
- @If ('L' [= @Group)
- @File *.* @Out source\windows\*.*
- @EndIf
- @EndLib
- @EndIf
- @EndDisk
-
- @Finish
- @ChDrive @OutDrive
- @ChDir "@Subdir"
- @Cls
- Installation of Zinc Interface Library is complete.
-
- Please read the file READ.ME for information about the library.
-
- @Pause
- @EndFinish
-
- /* end-of-file */
-