home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0040 - 0049 / ibm0040-0049 / ibm0040.tar / ibm0040 / ZINC_4.ZIP / INSTALL.DAT < prev    next >
Encoding:
INSTALL Professional project  |  1991-05-13  |  4.8 KB  |  258 lines

  1. @DefineProject
  2.     @Name         = "Zinc Interface Library"
  3.     @Version    = "2.00"
  4.     @Subdir     = "\\ZINC"
  5.     @OutDrive     = C
  6.     @Requires    @HardDisk
  7. @EndProject
  8.  
  9. @GetOption
  10.     @Cls
  11.             Zinc Interface Library
  12.  
  13.     To install Zinc Interface Library, it is necessary to confirm that
  14.     you have read and accepted the Zinc Interface Library End User
  15.     Software License Agreement and Source Code License Agreement (if
  16.     applicable).  The license agreements are found at the beginning of
  17.     the Programmer's Guide.  If you wish to proceed, select "Yes."
  18.     Otherwise, select "No" and the program will abort.
  19.  
  20.  
  21.  
  22.     @Option 1 = "No"
  23.     @Option 2 = "Yes"
  24.  
  25.  
  26.  
  27.  
  28.  
  29.     Select "Yes" by pressing the down arrow key, and then press the
  30.     <Enter> key.  To abort installation, press the <Enter> key now.
  31. @EndOption
  32.  
  33. @If (1 [= @Option)
  34.     @Display
  35.     @Cls
  36.  
  37.     Installation terminated.
  38.  
  39.  
  40.     @Abort
  41.  
  42.     @EndDisplay
  43. @EndIf
  44.  
  45. @GetOutDrive
  46.     @Suppress A
  47.     @Suppress B
  48.     @Cls
  49.  
  50.     Please specify the disk drive onto which you wish to install.
  51.  
  52. @EndOutDrive
  53.  
  54. @GetSubdir
  55.     @CLS
  56.     Files will be installed onto drive @OutDrive:.
  57.  
  58.     Please specify the subdirectory where you would like to install
  59.     Zinc Interface Library.
  60.     Press <Enter> to use the default subdirectory name shown.
  61.  
  62.     @Prompt = "Which subdirectory?"
  63. @EndSubdir
  64.  
  65. @GetGroups
  66.     @Checkbox
  67.     @Cls
  68.  
  69.     Please select the version of Zinc Interface Library you wish to install.
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.     The DOS version must be installed (or previously installed) to use the
  81.     Windows version.
  82.  
  83.     Use the <Up-Arrow>, <Down-Arrow>, <PgUp> and <PgDn> keys to move the
  84.     bar to the group(s) you wish to install and then press the <Space> bar
  85.     to toggle the option from "No" to "Yes."  Press <Enter> when you
  86.     have selected all of the options you want to install.
  87.     @Set D = "DOS Version"
  88.     @Set W = "Windows Version"
  89. @EndGroups
  90.  
  91. @GetGroups
  92.     @Checkbox
  93.     @Cls
  94.  
  95.     Please select the parts of Zinc Interface Library you wish to install.
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.     Use the <Up-Arrow>, <Down-Arrow>, <PgUp> and <PgDn> keys to move the
  111.     bar to the group(s) you wish to install and then press the <Space> bar
  112.     to toggle the option from "No" to "Yes."  Press <Enter> when you
  113.     have selected all of the options you want to install.
  114.     @Set L = "Library Files"
  115.     @Set I = "Include Files"
  116.     @Set U = "Utility Programs"
  117.     @Set T = "Tutorials"
  118.     @Set E = "Examples"
  119. @EndGroups
  120.  
  121. @DefineDisk
  122.     @Label = "DOS 1 of 2"
  123.  
  124.     @If ('D' [= @Group)
  125.         @File read.me
  126.         @File upgrade.txt
  127.         @BeginLib blib.lif
  128.             @If ('L' [= @Group)
  129.                 @File *.* @Out lib\*.*
  130.             @EndIf
  131.         @EndLib
  132.         @BeginLib slib.lif
  133.             @If ('L' [= @Group)
  134.                 @File *.* @Out lib\*.*
  135.             @EndIf
  136.         @EndLib
  137.         @BeginLib llib.lif
  138.             @If ('L' [= @Group)
  139.                 @File *.* @Out lib\*.*
  140.             @EndIf
  141.         @EndLib
  142.     @EndIf
  143. @EndDisk
  144.  
  145. @DefineDisk
  146.     @Label = "DOS 2 of 2"
  147.  
  148.     @If ('D' [= @Group)
  149.         @BeginLib bin.lif
  150.             @If ('U' [= @Group)
  151.                 @File *.* @Out bin\*.*
  152.             @EndIf
  153.         @EndLib
  154.         @BeginLib include.lif
  155.             @If ('I' [= @Group)
  156.                 @File *.* @Out include\*.*
  157.             @EndIf
  158.         @EndLib
  159.         @BeginLib dsource.lif
  160.             @If ('L' [= @Group)
  161.                 @File *.* @Out source\*.*
  162.             @EndIf
  163.         @EndLib
  164.         @BeginLib examples.lif
  165.             @If ('E' [= @Group)
  166.                 @File *.* @Out examples\*.*
  167.             @EndIf
  168.         @EndLib
  169.         @BeginLib hello.lif
  170.             @If ('T' [= @Group)
  171.                 @File *.* @Out tutor\hello\*.*
  172.             @EndIf
  173.         @EndLib
  174.         @BeginLib demo.lif
  175.             @If ('T' [= @Group)
  176.                 @File *.* @Out tutor\demo\*.*
  177.             @EndIf
  178.         @EndLib
  179.         @BeginLib display.lif
  180.             @If ('T' [= @Group)
  181.                 @File *.* @Out tutor\display\*.*
  182.             @EndIf
  183.         @EndLib
  184.         @BeginLib macro.lif
  185.             @If ('T' [= @Group)
  186.                 @File *.* @Out tutor\macro\*.*
  187.             @EndIf
  188.         @EndLib
  189.         @BeginLib persist.lif
  190.             @If ('T' [= @Group)
  191.                 @File *.* @Out tutor\persist\*.*
  192.             @EndIf
  193.         @EndLib
  194.         @BeginLib vlist.lif
  195.             @If ('T' [= @Group)
  196.                 @File *.* @Out tutor\vlist\*.*
  197.             @EndIf
  198.         @EndLib
  199.         @BeginLib radio.lif
  200.             @If ('T' [= @Group)
  201.                 @File *.* @Out tutor\radio\*.*
  202.             @EndIf
  203.         @EndLib
  204.     @EndIf
  205. @EndDisk
  206.  
  207. @DefineDisk
  208.     @Label = "WIN 1 of 2"
  209.  
  210.     @If ('W' [= @Group)
  211.         @BeginLib bwin.lif
  212.             @If ('L' [= @Group)
  213.                 @File *.* @Out lib\windows\*.*
  214.             @EndIf
  215.         @EndLib
  216.         @BeginLib swin.lif
  217.             @If ('L' [= @Group)
  218.                 @File *.* @Out lib\windows\*.*
  219.             @EndIf
  220.         @EndLib
  221.     @EndIf
  222. @EndDisk
  223.  
  224. @DefineDisk
  225.     @Label = "WIN 2 of 2"
  226.  
  227.     @If ('W' [= @Group)
  228.         @BeginLib lwin.lif
  229.             @If ('L' [= @Group)
  230.                 @File *.* @Out lib\windows\*.*
  231.             @EndIf
  232.         @EndLib
  233.         @BeginLib dwin.lif
  234.             @If ('L' [= @Group)
  235.                 @File *.* @Out lib\windows\*.*
  236.             @EndIf
  237.         @EndLib
  238.         @BeginLib wsource.lif
  239.             @If ('L' [= @Group)
  240.                 @File *.* @Out source\windows\*.*
  241.             @EndIf
  242.         @EndLib
  243.     @EndIf
  244. @EndDisk
  245.  
  246. @Finish
  247.     @ChDrive @OutDrive
  248.     @ChDir "@Subdir"
  249.     @Cls
  250.     Installation of Zinc Interface Library is complete.
  251.  
  252.     Please read the file READ.ME for information about the library.
  253.  
  254.     @Pause
  255. @EndFinish
  256.  
  257. /* end-of-file */
  258.