home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a009 / 2.ddi / INSTALL.DAT < prev    next >
Encoding:
INSTALL Professional project  |  1991-04-15  |  22.2 KB  |  942 lines

  1. /****************************************************************/
  2. /*  INSTALL.DAT                                                 */
  3. /*                                                              */
  4. /*  Notice    : Copyright (c) 1990 Nantucket Corporation        */
  5. /*              All Rights Reserved                             */
  6. /*  Date      : 04/02/91                                        */
  7. /*  Version   : 1.00                                            */
  8. /*  Revision  :                                                 */
  9. /*  Usage     :                                                 */
  10. /*  Operation :                                                 */
  11. /*  Notes     :                                                 */
  12. /****************************************************************/
  13.  
  14. @DefineProject
  15.    @Group     = "A"
  16.    @Requires  @HardDisk
  17.    @Name      = "Clipper 5.01"
  18.    @Version   = "5.01"
  19.    @OutDrive  = C
  20.    @Subdir    = "\\CLIPPER5"
  21.    @Terse
  22. @EndProject
  23.  
  24. @DefineVars
  25.    @Integer @InDisk  = 0      /* change for proper input disk type */
  26.    @Integer @Success = 0
  27.    @Integer @Totsize = 0
  28.    @Integer @Asize   = 2800
  29.    @Integer @Bsize   = 1000
  30.    @Integer @Csize   =  400
  31.    @Integer @Dsize   = 1500
  32. /* Maxsize is the sum of A, B, C, and Dsize.  Must be updated if any of those
  33.    are changed!!! */
  34.    @Integer @Maxsize = 5700
  35.    @Dir @Bin         = "\\BIN"
  36.    @Dir @Include     = "\\INCLUDE"
  37.    @Dir @Lib         = "\\LIB"
  38.    @Dir @Pll         = "\\PLL"
  39.    @Dir @Obj         = "\\OBJ"
  40.    @Dir @Dbu         = "\\SOURCE\\DBU"
  41.    @Dir @Pe          = "\\SOURCE\\PE"
  42.    @Dir @Rl          = "\\SOURCE\\RL"
  43.    @Dir @Sample      = "\\SOURCE\\SAMPLE"
  44.    @Dir @Sys         = "\\SOURCE\\SYS"
  45.    @Dir @Ng          = "\\NG"
  46.    @Qstring @NewLine = "\n"
  47.    @Qstring @Qs1     = "System Files (BIN, INCLUDE, LIB)      "
  48.    @Qstring @Qs2     = "Utilities (DBU, PE, RL, PLL)          "
  49.    @Qstring @Qs3     = "Sample Programs (PRG)                 "
  50.    @Qstring @Qs4     = "On-line Documentation Databases (NG)  "
  51.  
  52. @EndVars
  53.  
  54. @Display
  55.    @Cls
  56.    ▄▄──────────     @Name Installation
  57.    ▄▄▄▄────────
  58.    ▄▄▄▄▄▄──────     This program will install @Name on your computer
  59.    ▄▄▄▄▄▄▄▄────     system and verify the integrity of the distribution
  60.    ▄▄▄▄▄▄▄▄▄▄──     disks.  The basic steps in the installation
  61.    ▄▄▄▄▄▄▄▄▄▄▄▄     procedure are as follows:
  62.     Nantucket
  63.                        ■ Select target drive and directory
  64.                        ■ Select files you want to install
  65.                        ■ Install selected files
  66.                        ■ Update AUTOEXEC.BAT and CONFIG.SYS
  67.                        ■ Make Clipper Utilities
  68.  
  69.                     You will be prompted step by step through the
  70.                     procedure and, when you are finished, @Name
  71.                     will be installed on your hard disk.  Press Esc
  72.                     at any time to stop the installation.
  73.  
  74.                     @Pause
  75.  
  76. @EndDisplay
  77.  
  78. @Codelabel @DrivePick
  79. @GetOutDrive
  80.    @Cls
  81.    ▄▄──────────     @Name Installation
  82.    ▄▄▄▄────────
  83.    ▄▄▄▄▄▄──────     Select Target Drive:
  84.    ▄▄▄▄▄▄▄▄────     
  85.    ▄▄▄▄▄▄▄▄▄▄──
  86.    ▄▄▄▄▄▄▄▄▄▄▄▄
  87.     Nantucket
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.    Use  and  to highlight a drive, and press ─┘ to select and continue.
  101.                             Press Esc to exit.
  102. @EndOutDrive
  103.  
  104. @GetSubdir
  105.    @Cls
  106.    ▄▄──────────     @Name Installation
  107.    ▄▄▄▄────────
  108.    ▄▄▄▄▄▄──────     Enter Target Directory
  109.    ▄▄▄▄▄▄▄▄────     @Prompt = "═"
  110.    ▄▄▄▄▄▄▄▄▄▄──     
  111.    ▄▄▄▄▄▄▄▄▄▄▄▄
  112.     Nantucket
  113.  
  114.  
  115.                                   WARNING!
  116.  
  117.     The installation will overwrite the files in the target directory.  If
  118.     Clipper 5.0 is installed in the target directory that is displayed,
  119.     you may want to install @Name into a different directory to
  120.     prevent losing files.
  121.  
  122.     Type a directory name, and press ─┘ to continue.  Press Esc to exit.
  123. @EndSubdir
  124.  
  125. @Codelabel @GroupPick
  126. @Assign (0) @Totsize
  127.  
  128. @GetGroups
  129.    @ClearGroup
  130.    @CheckBox
  131.    @Cls
  132.    ▄▄──────────     @Name Installation
  133.    ▄▄▄▄────────
  134.    ▄▄▄▄▄▄──────     Select Groups to Install:
  135.    ▄▄▄▄▄▄▄▄────    
  136.    ▄▄▄▄▄▄▄▄▄▄──
  137.    ▄▄▄▄▄▄▄▄▄▄▄▄
  138.     Nantucket
  139.  
  140.  
  141.     ■ System Files (@Asize KB disk space required) are the basic files that
  142.       are needed to compile, link and debug programs.
  143.     ■ Utilities (@Bsize KB disk space required) are additional utilities to
  144.       aid you in application development.
  145.     ■ Sample Programs (@Csize KB disk space required) are the source code
  146.       files for the sample programs and replaceable system files.
  147.     ■ On-line Documentation (@Dsize KB disk space required) consists of all
  148.       the programs needed to access the @Name on-line documentation.
  149.     ■ @Maxsize KB is required to install all groups.
  150.  
  151.    Use  and  to highlight a group, and press Space to change its status.
  152.                     Press ─┘ to continue or Esc to exit.
  153.    @Set A = "@Qs1"
  154.    @Set B = "@Qs2"
  155.    @Set C = "@Qs3"
  156.    @Set D = "@Qs4"
  157. @EndGroups
  158.  
  159. /* Calculate installation disk space size */
  160.  
  161. @If ('A' [= @Group)
  162.    @Assign (@Totsize + @Asize) @Totsize
  163. @EndIf
  164. @If ('B' [= @Group)
  165.    @Assign (@Totsize + @Bsize) @Totsize
  166. @EndIf
  167. @If ('C' [= @Group)
  168.    @Assign (@Totsize + @Csize) @Totsize
  169. @EndIf
  170. @If ('D' [= @Group)
  171.    @Assign (@Totsize + @Dsize) @Totsize
  172. @EndIf
  173. @Assign (@Totsize * 1024) @Totsize
  174.  
  175.  
  176. @If (@Totsize > @DiskFree @OutDrive)
  177.    @GetOption
  178.    @ClearOption
  179.    @Cls
  180.    ▄▄──────────     @Name Installation
  181.    ▄▄▄▄────────
  182.    ▄▄▄▄▄▄──────     Select an Action:
  183.    ▄▄▄▄▄▄▄▄────     
  184.    ▄▄▄▄▄▄▄▄▄▄──
  185.    ▄▄▄▄▄▄▄▄▄▄▄▄
  186.     Nantucket
  187.                     @Option 1 = "Select a different drive"
  188.                     @Option 2 = "Select different file groups"
  189.                     @Option 3 = "Continue with installation"
  190.                     @Option 4 = "Exit to DOS"
  191.  
  192. @NewLine
  193.                                   WARNING!
  194.  
  195.     There is not enough disk space to complete this installation.  The
  196.     installation requires @Totsize and @OutDrive has @DiskFree @OutDrive.
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.    Use  and  to highlight an option, and press ─┘ to select and continue.
  204.                              Press Esc to exit.
  205.    @EndOption
  206.  
  207.    @If (1 [= @Option)
  208.       @Goto @DrivePick
  209.    @EndIf
  210.    @If (2 [= @Option)
  211.       @Goto @GroupPick
  212.    @EndIf
  213.    @If (4 [= @Option)
  214.       @Display
  215.          @Cls
  216.          @Abort
  217.       @EndDisplay
  218.    @EndIf
  219. @EndIf
  220.  
  221. @If (@DiskSize @InDrive     < 400000)
  222.    @Assign (360) @InDisk
  223. @ElseIf (@DiskSize @InDrive < 750000)
  224.    @Assign (720) @InDisk
  225. @ElseIf (@DiskSize @InDrive < 1300000)
  226.    @Assign (1200) @InDisk
  227. @ElseIf (@DiskSize @InDrive < 1500000)
  228.    @Assign (1440) @InDisk
  229. @Else
  230.    @Assign (0) @InDisk
  231. @EndIf
  232.  
  233. @If ('B' [= @Group)
  234.    @GetOption
  235.    @CheckBox
  236.    @Cls
  237.    ▄▄──────────     @Name Installation
  238.    ▄▄▄▄────────
  239.    ▄▄▄▄▄▄──────     Create the Following Utilities:
  240.    ▄▄▄▄▄▄▄▄────     
  241.    ▄▄▄▄▄▄▄▄▄▄──
  242.    ▄▄▄▄▄▄▄▄▄▄▄▄
  243.     Nantucket
  244.  
  245.    @Option 10 = "Pre-linked Library--BASE50.PLL"
  246.    @Option 11 = "Report and Label Utility--RL.EXE"
  247.    @Option 12 = "Program Editor--PE.EXE"
  248.    @Option 13 = "Database Utility--DBU.EXE"
  249.  
  250.  
  251.  
  252. @NewLine
  253. @NewLine
  254.    The Utilities Group contains additional utilities that are available
  255.    to aid you in application development.  Later on in the installation
  256.    process the source code will be compiled and linked to create executable
  257.    files.  The source code files for the utilities will be installed in 
  258.    @Subdir\PLL, @Subdir\SOURCE\DBU, @Subdir\SOURCE\RL, and 
  259.    @Subdir\SOURCE\PE.
  260.  
  261.    Use  and  to highlight a group, and press Space to change its status.
  262.                    Press ─┘ to continue or Esc to exit.
  263.    @EndOption
  264. @EndIf
  265.  
  266. @If (@InDisk == 360)
  267.  
  268.    @DefineDisk
  269.       @Label = "Disk 1"
  270.  
  271.       @File README.    @Group A
  272.  
  273.       @BeginLib CLIPPER
  274.          @File *.* @Out @Bin\\*.* @Group A
  275.       @EndLib
  276.    @EndDisk
  277.  
  278.    @DefineDisk
  279.       @Label = "Disk 2"
  280.  
  281.       @BeginLib BIN1
  282.          @File *.* @Out @Bin\\*.* @Group A
  283.       @EndLib
  284.    @Enddisk
  285.  
  286.    @DefineDisk
  287.       @Label = "Disk 3"
  288.  
  289.       @BeginLib LIB1
  290.          @File *.* @Out @Lib\\*.* @Group A
  291.       @EndLib
  292.    @EndDisk
  293.  
  294.    @DefineDisk
  295.       @Label = "Disk 4"
  296.  
  297.       @BeginLib DOC
  298.          @File *.* @Out *.* @Group A
  299.       @EndLib
  300.  
  301.       @BeginLib INCLUDE
  302.          @File *.* @Out @Include\\*.* @Group A
  303.       @EndLib
  304.  
  305.       @BeginLib LIB2
  306.          @File *.* @Out @Lib\\*.* @Group A
  307.       @EndLib
  308.  
  309.       @BeginLib PLL
  310.          @File *.* @Out @Pll\\*.* @Group B
  311.       @EndLib
  312.  
  313.       @BeginLib SYS
  314.          @File *.* @Out @Sys\\*.* @Group C
  315.       @EndLib
  316.    @EndDisk
  317.  
  318.    @DefineDisk
  319.       @Label = "Disk 5"
  320.  
  321.       @BeginLib DBU
  322.          @File *.* @Out @Dbu\\*.* @Group B
  323.       @EndLib
  324.  
  325.       @BeginLib PE
  326.          @File *.* @Out @Pe\\*.* @Group B
  327.       @EndLib
  328.  
  329.       @BeginLib RL
  330.          @File *.* @Out @Rl\\*.* @Group B
  331.       @EndLib
  332.  
  333.       @BeginLib SAMPLE
  334.          @File *.* @Out @Sample\\*.* @Group C
  335.       @EndLib
  336.    @EndDisk
  337.  
  338.    @DefineDisk
  339.       @Label = "Disk 6"
  340.  
  341.       @BeginLib NG1.001
  342.          @File NG1.001 @Out \\NG\\C5G01A.NG @Group D
  343.       @EndLib
  344.    @EndDisk
  345.  
  346.    @DefineDisk
  347.       @Label = "Disk 7"
  348.  
  349.       @BeginLib NG1.002
  350.          @File NG1.002 @AppendTo \\NG\\C5G01A.NG @Group D
  351.       @EndLib
  352.  
  353.       @BeginLib NG2
  354.          @File *.* @Out \\NG\\*.* @Group D
  355.       @EndLib
  356.    @EndDisk
  357.  
  358. @ElseIf (@InDisk == 720)
  359.  
  360.    @DefineDisk
  361.       @Label = "Disk 1"
  362.  
  363.       @File README.    @Group A
  364.  
  365.       @BeginLib DOC
  366.          @File *.* @Out *.* @Group A
  367.       @EndLib
  368.  
  369.       @BeginLib BIN1
  370.          @File *.* @Out @Bin\\*.* @Group A
  371.       @EndLib
  372.    @EndDisk
  373.  
  374.    @DefineDisk
  375.       @Label = "Disk 2"
  376.  
  377.       @BeginLib LIB1
  378.          @File *.* @Out @Lib\\*.* @Group A
  379.       @EndLib
  380.  
  381.       @BeginLib LIB2
  382.          @File *.* @Out @Lib\\*.* @Group A
  383.       @EndLib
  384.  
  385.    @EndDisk
  386.  
  387.    @DefineDisk
  388.       @Label = "Disk 3"
  389.  
  390.       @BeginLib CLIPPER
  391.          @File *.* @Out @Bin\\*.* @Group A
  392.       @EndLib
  393.  
  394.       @BeginLib DBU
  395.          @File *.* @Out @Dbu\\*.* @Group B
  396.       @EndLib
  397.  
  398.       @BeginLib INCLUDE
  399.          @File *.* @Out @Include\\*.* @Group A
  400.       @EndLib
  401.  
  402.       @BeginLib PE
  403.          @File *.* @Out @Pe\\*.* @Group B
  404.       @EndLib
  405.  
  406.       @BeginLib PLL
  407.          @File *.* @Out @Pll\\*.* @Group B
  408.       @EndLib
  409.  
  410.       @BeginLib RL
  411.          @File *.* @Out @Rl\\*.* @Group B
  412.       @EndLib
  413.  
  414.       @BeginLib SAMPLE
  415.          @File *.* @Out @Sample\\*.* @Group C
  416.       @EndLib
  417.  
  418.       @BeginLib SYS
  419.          @File *.* @Out @Sys\\*.* @Group C
  420.       @EndLib
  421.    @EndDisk
  422.  
  423.    @DefineDisk
  424.       @Label = "Disk 4"
  425.  
  426.       @BeginLib NG1.001
  427.          @File NG1.001 @Out \\NG\\C5G01A.NG @Group D
  428.       @EndLib
  429.  
  430.       @BeginLib NG1.002
  431.          @File NG1.002 @AppendTo \\NG\\C5G01A.NG @Group D
  432.       @EndLib
  433.  
  434.       @BeginLib NG2
  435.          @File *.* @Out \\NG\\*.* @Group D
  436.       @EndLib
  437.    @EndDisk
  438.  
  439. @ElseIf (@InDisk == 1440 || @InDisk == 1200)
  440.  
  441.    @DefineDisk
  442.       @Label = "Disk 1"
  443.  
  444.       @File README.    @Group A
  445.  
  446.       @BeginLib DOC
  447.          @File *.* @Out *.* @Group A
  448.       @EndLib
  449.  
  450.       @BeginLib BIN1
  451.          @File *.* @Out @Bin\\*.* @Group A
  452.       @EndLib
  453.  
  454.       @BeginLib CLIPPER
  455.          @File *.* @Out @Bin\\*.* @Group A
  456.       @EndLib
  457.  
  458.       @BeginLib INCLUDE
  459.          @File *.* @Out @Include\\*.* @Group A
  460.       @EndLib
  461.  
  462.       @BeginLib DBU
  463.          @File *.* @Out @Dbu\\*.* @Group B
  464.       @EndLib
  465.  
  466.       @BeginLib PE
  467.          @File *.* @Out @Pe\\*.* @Group B
  468.       @EndLib
  469.  
  470.       @BeginLib PLL
  471.          @File *.* @Out @Pll\\*.* @Group B
  472.       @EndLib
  473.  
  474.       @BeginLib RL
  475.          @File *.* @Out @Rl\\*.* @Group B
  476.       @EndLib
  477.  
  478.       @BeginLib SYS
  479.          @File *.* @Out @Sys\\*.* @Group C
  480.       @EndLib
  481.  
  482.       @BeginLib NG2
  483.          @File *.* @Out \\NG\\*.* @Group D
  484.       @EndLib
  485.    @EndDisk
  486.  
  487.    @DefineDisk
  488.       @Label = "Disk 2"
  489.  
  490.       @BeginLib NG1.001
  491.          @File NG1.001 @Out \\NG\\C5G01A.NG @Group D
  492.       @EndLib
  493.  
  494.       @BeginLib NG1.002
  495.          @File NG1.002 @AppendTo \\NG\\C5G01A.NG @Group D
  496.       @EndLib
  497.  
  498.       @BeginLib LIB1
  499.          @File *.* @Out @Lib\\*.* @Group A
  500.       @EndLib
  501.  
  502.       @BeginLib LIB2
  503.          @File *.* @Out @Lib\\*.* @Group A
  504.       @EndLib
  505.  
  506.       @BeginLib SAMPLE
  507.          @File *.* @Out @Sample\\*.* @Group C
  508.       @EndLib
  509.    @EndDisk
  510.  
  511. @ElseIf (@InDisk == 0)                 /* hard disk */
  512.  
  513.    @DefineDisk
  514.       @Label = "Disk 1"
  515.  
  516.       @File README.    @Group A
  517.  
  518.       @BeginLib DOC
  519.          @File *.* @Out *.* @Group A
  520.       @EndLib
  521.  
  522.       @BeginLib BIN1
  523.          @File *.* @Out @Bin\\*.* @Group A
  524.       @EndLib
  525.  
  526.       @BeginLib CLIPPER
  527.          @File *.* @Out @Bin\\*.* @Group A
  528.       @EndLib
  529.  
  530.       @BeginLib DBU
  531.          @File *.* @Out @Dbu\\*.* @Group B
  532.       @EndLib
  533.  
  534.       @BeginLib INCLUDE
  535.          @File *.* @Out @Include\\*.* @Group A
  536.       @EndLib
  537.  
  538.       @BeginLib NG2
  539.          @File *.* @Out \\NG\\*.* @Group D
  540.       @EndLib
  541.  
  542.       @BeginLib PE
  543.          @File *.* @Out @Pe\\*.* @Group B
  544.       @EndLib
  545.  
  546.       @BeginLib PLL
  547.          @File *.* @Out @Pll\\*.* @Group B
  548.       @EndLib
  549.  
  550.       @BeginLib RL
  551.          @File *.* @Out @Rl\\*.* @Group B
  552.       @EndLib
  553.  
  554.       @BeginLib SAMPLE
  555.          @File *.* @Out @Sample\\*.* @Group C
  556.       @EndLib
  557.  
  558.       @BeginLib SYS
  559.          @File *.* @Out @Sys\\*.* @Group C
  560.       @EndLib
  561.  
  562.       @BeginLib NG1.001
  563.          @File NG1.001 @Out \\NG\\C5G01A.NG @Group D
  564.       @EndLib
  565.  
  566.       @BeginLib NG1.002
  567.          @File NG1.002 @AppendTo \\NG\\C5G01A.NG @Group D
  568.       @EndLib
  569.  
  570.       @BeginLib NG2
  571.          @File *.* @Out \\NG\\*.* @Group D
  572.       @EndLib
  573.  
  574.       @BeginLib LIB1
  575.          @File *.* @Out @Lib\\*.* @Group A
  576.       @EndLib
  577.  
  578.       @BeginLib LIB2
  579.          @File *.* @Out @Lib\\*.* @Group A
  580.       @EndLib
  581.    @EndDisk
  582.  
  583. @Else
  584.  
  585.    ERROR:  Invalid input disk size.  Install terminated.
  586.    @Pause
  587.    @Abort
  588.  
  589. @Endif
  590.  
  591. @SetAutoexec
  592.    @If ('A' [= @Group)
  593.       @AskOverwrite
  594.       @Path = "@OutDrive:@SubDir\\@Bin;@OutDrive:\\@Ng"
  595.       @Verbatim "SET INCLUDE=@OutDrive:@SubDir\\@Include"
  596.       @Verbatim "SET LIB=@OutDrive:@SubDir\\@Lib"
  597.       @Verbatim "SET OBJ=@OutDrive:@SubDir\\@Obj"
  598.       @Verbatim "SET PLL=@OutDrive:@SubDir\\@Pll"
  599.    @Endif
  600. @EndAutoexec
  601.  
  602. @SetConfig
  603.    @If ('A' [= @Group)
  604.       @AskOverwrite
  605.       @Files   = 20
  606.       @Buffers = 15
  607.    @Endif
  608. @EndConfig
  609.  
  610. @Display
  611.    @Cls
  612.    ▄▄──────────     @Name Installation
  613.    ▄▄▄▄────────
  614.    ▄▄▄▄▄▄──────     Installing files.  Please wait...
  615.    ▄▄▄▄▄▄▄▄────
  616.    ▄▄▄▄▄▄▄▄▄▄──
  617.    ▄▄▄▄▄▄▄▄▄▄▄▄
  618.     Nantucket
  619.  
  620.                     The following groups will be installed:
  621.  
  622. @If ('A' [= @Group)                    @Qs1 @EndIf
  623. @If ('B' [= @Group)                    @Qs2 @EndIf
  624. @If ('C' [= @Group)                    @Qs3 @EndIf
  625. @If ('D' [= @Group)                    @Qs4 @EndIf
  626. @EndDisplay
  627.  
  628. @Finish
  629.    @Assign (0) @Success
  630.    @ChDrive @OutDrive
  631.  
  632.    @If ('A' [= @Group)
  633.       @MkDir "@OutDrive:@SubDir\\@Obj"
  634.    @EndIf
  635.  
  636.    @If ('B' [= @Group)
  637.       @PutEnv "PATH=@OutDrive:@SubDir\\@Bin"
  638.       @PutEnv "LIB=@OutDrive:@SubDir\\@Lib"
  639.       @PutEnv "INCLUDE=@OutDrive:@SubDir\\@Include"
  640.       @PutEnv "OBJ=@OutDrive:@SubDir\\@Obj"
  641.       @PutEnv "PLL=@OutDrive:@SubDir\\@Pll"
  642.       @PutEnv "RTLINKCMD=/SILENT"
  643.       @PutEnv "CLIPPERCMD=/m"
  644.  
  645. @If (10 [= @Option)
  646.    @Cls
  647.    ▄▄──────────     @Name Installation
  648.    ▄▄▄▄────────
  649.    ▄▄▄▄▄▄──────     Creating Pre-linked Library BASE50.PLL.  Please wait...
  650.    ▄▄▄▄▄▄▄▄────
  651.    ▄▄▄▄▄▄▄▄▄▄──
  652.    ▄▄▄▄▄▄▄▄▄▄▄▄
  653.     Nantucket
  654.  
  655. @ChDir "@SubDir\\@Pll"
  656. @System "RTLINK \@BASE50 /SILENT >> @SubDir\\_error.txt"
  657. @If (@ChildRet == 0)
  658.    @Cls
  659.    ▄▄──────────     @Name Installation
  660.    ▄▄▄▄────────
  661.    ▄▄▄▄▄▄──────     BASE50.PLL created successfully.
  662.    ▄▄▄▄▄▄▄▄────
  663.    ▄▄▄▄▄▄▄▄▄▄──
  664.    ▄▄▄▄▄▄▄▄▄▄▄▄
  665.     Nantucket
  666. @Else
  667.    @Cls
  668.    ▄▄──────────     @Name Installation
  669.    ▄▄▄▄────────
  670.    ▄▄▄▄▄▄──────     ERROR:  Creating BASE50.PLL.
  671.    ▄▄▄▄▄▄▄▄────
  672.    ▄▄▄▄▄▄▄▄▄▄──
  673.    ▄▄▄▄▄▄▄▄▄▄▄▄
  674.     Nantucket
  675. @Assign (@Success + 1) @Success
  676. @Pause
  677. @Endif
  678. @EndIf
  679.  
  680. @If (11 [= @Option)
  681. @ChDir "@SubDir\\@Rl"
  682.    @Cls
  683.    ▄▄──────────     @Name Installation
  684.    ▄▄▄▄────────
  685.    ▄▄▄▄▄▄──────     Creating Report and Label Utility RL.EXE.  Please wait...
  686.    ▄▄▄▄▄▄▄▄────
  687.    ▄▄▄▄▄▄▄▄▄▄──
  688.    ▄▄▄▄▄▄▄▄▄▄▄▄
  689.     Nantucket
  690.  
  691. @System "CLIPPER Rlfront /m >> @SubDir\\_error.txt"
  692.  
  693.    @Cls
  694.    ▄▄──────────     @Name Installation
  695.    ▄▄▄▄────────
  696.    ▄▄▄▄▄▄──────     Creating Report and Label Utility RL.EXE.  Please wait...
  697.    ▄▄▄▄▄▄▄▄────
  698.    ▄▄▄▄▄▄▄▄▄▄──
  699.    ▄▄▄▄▄▄▄▄▄▄▄▄
  700.     Nantucket
  701.  
  702. @System "CLIPPER Rlback /m >> @SubDir\\_error.txt"
  703.  
  704.    @Cls
  705.    ▄▄──────────     @Name Installation
  706.    ▄▄▄▄────────
  707.    ▄▄▄▄▄▄──────     Creating Report and Label Utility RL.EXE.  Please wait...
  708.    ▄▄▄▄▄▄▄▄────
  709.    ▄▄▄▄▄▄▄▄▄▄──
  710.    ▄▄▄▄▄▄▄▄▄▄▄▄
  711.     Nantucket
  712.  
  713. @System "CLIPPER Rldialg /m >> @SubDir\\_error.txt"
  714. @System "RTLINK FI RLFRONT, RLBACK, RLDIALG OUT RL /SILENT; >> @SubDir\\_error.txt"
  715.  
  716. @If (@ChildRet == 0)
  717. @System  "COPY RL.EXE @OutDrive:@SubDir\\@Bin > NUL"
  718. @System  "DEL RL.EXE"
  719.  
  720.    @Cls
  721.    ▄▄──────────     @Name Installation
  722.    ▄▄▄▄────────
  723.    ▄▄▄▄▄▄──────     RL.EXE created successfully.
  724.    ▄▄▄▄▄▄▄▄────
  725.    ▄▄▄▄▄▄▄▄▄▄──
  726.    ▄▄▄▄▄▄▄▄▄▄▄▄
  727.     Nantucket
  728.  
  729. @Else
  730.  
  731.    @Cls
  732.    ▄▄──────────     @Name Installation
  733.    ▄▄▄▄────────
  734.    ▄▄▄▄▄▄──────     ERROR:  Creating RL.EXE.
  735.    ▄▄▄▄▄▄▄▄────
  736.    ▄▄▄▄▄▄▄▄▄▄──
  737.    ▄▄▄▄▄▄▄▄▄▄▄▄
  738.     Nantucket
  739.  
  740. @Assign (@Success + 1) @Success
  741. @Pause
  742. @Endif
  743. @EndIf
  744.  
  745. @If (12 [= @Option)
  746. @ChDir "@SubDir\\@Pe"
  747.  
  748.    @Cls
  749.    ▄▄──────────     @Name Installation
  750.    ▄▄▄▄────────
  751.    ▄▄▄▄▄▄──────     Creating Program Editor PE.EXE.  Please wait...
  752.    ▄▄▄▄▄▄▄▄────
  753.    ▄▄▄▄▄▄▄▄▄▄──
  754.    ▄▄▄▄▄▄▄▄▄▄▄▄
  755.     Nantucket
  756.  
  757. @System "CLIPPER PE /m/n >> @SubDir\\_error.txt"
  758. @System "RTLINK FI PE OUT PE /SILENT; >> @SubDir\\_error.txt"
  759.  
  760. @If (@ChildRet == 0)
  761. @System  "COPY PE.EXE @OutDrive:@SubDir\\@Bin > NUL"
  762. @System  "DEL PE.EXE"
  763.  
  764.    @Cls
  765.    ▄▄──────────     @Name Installation
  766.    ▄▄▄▄────────
  767.    ▄▄▄▄▄▄──────     PE.EXE created successfully.
  768.    ▄▄▄▄▄▄▄▄────
  769.    ▄▄▄▄▄▄▄▄▄▄──
  770.    ▄▄▄▄▄▄▄▄▄▄▄▄
  771.     Nantucket
  772.  
  773. @Else
  774.  
  775.    @Cls
  776.    ▄▄──────────     @Name Installation
  777.    ▄▄▄▄────────
  778.    ▄▄▄▄▄▄──────     ERROR:  Creating PE.EXE.
  779.    ▄▄▄▄▄▄▄▄────
  780.    ▄▄▄▄▄▄▄▄▄▄──
  781.    ▄▄▄▄▄▄▄▄▄▄▄▄
  782.     Nantucket
  783.  
  784. @Assign (@Success + 1) @Success
  785. @Pause
  786. @Endif
  787. @Endif
  788.  
  789. @If (13 [= @Option)
  790. @ChDir "@SubDir\\@Dbu"
  791.  
  792.    @Cls
  793.    ▄▄──────────     @Name Installation
  794.    ▄▄▄▄────────
  795.    ▄▄▄▄▄▄──────     Creating Database Utility DBU.EXE.  Please wait...
  796.    ▄▄▄▄▄▄▄▄────
  797.    ▄▄▄▄▄▄▄▄▄▄──
  798.    ▄▄▄▄▄▄▄▄▄▄▄▄
  799.     Nantucket
  800.  
  801. @System "CLIPPER DBU /m >> @SubDir\\_error.txt"
  802.  
  803.    @Cls
  804.    ▄▄──────────     @Name Installation
  805.    ▄▄▄▄────────
  806.    ▄▄▄▄▄▄──────     Creating Database Utility DBU.EXE.  Please wait...
  807.    ▄▄▄▄▄▄▄▄────
  808.    ▄▄▄▄▄▄▄▄▄▄──
  809.    ▄▄▄▄▄▄▄▄▄▄▄▄
  810.     Nantucket
  811.  
  812. @System "CLIPPER DBUUTIL /m >> @SubDir\\_error.txt"
  813.  
  814.    @Cls
  815.    ▄▄──────────     @Name Installation
  816.    ▄▄▄▄────────
  817.    ▄▄▄▄▄▄──────     Creating Database Utility DBU.EXE.  Please wait...
  818.    ▄▄▄▄▄▄▄▄────
  819.    ▄▄▄▄▄▄▄▄▄▄──
  820.    ▄▄▄▄▄▄▄▄▄▄▄▄
  821.     Nantucket
  822.  
  823. @System "CLIPPER DBUHELP /m >> @SubDir\\_error.txt"
  824.  
  825.    @Cls
  826.    ▄▄──────────     @Name Installation
  827.    ▄▄▄▄────────
  828.    ▄▄▄▄▄▄──────     Creating Database Utility DBU.EXE.  Please wait...
  829.    ▄▄▄▄▄▄▄▄────
  830.    ▄▄▄▄▄▄▄▄▄▄──
  831.    ▄▄▄▄▄▄▄▄▄▄▄▄
  832.     Nantucket
  833.  
  834. @System "CLIPPER DBUVIEW /m >> @SubDir\\_error.txt"
  835.  
  836.    @Cls
  837.    ▄▄──────────     @Name Installation
  838.    ▄▄▄▄────────
  839.    ▄▄▄▄▄▄──────     Creating Database Utility DBU.EXE.  Please wait...
  840.    ▄▄▄▄▄▄▄▄────
  841.    ▄▄▄▄▄▄▄▄▄▄──
  842.    ▄▄▄▄▄▄▄▄▄▄▄▄
  843.     Nantucket
  844.  
  845. @System "CLIPPER DBUINDX /m >> @SubDir\\_error.txt"
  846.  
  847.    @Cls
  848.    ▄▄──────────     @Name Installation
  849.    ▄▄▄▄────────
  850.    ▄▄▄▄▄▄──────     Creating Database Utility DBU.EXE.  Please wait...
  851.    ▄▄▄▄▄▄▄▄────
  852.    ▄▄▄▄▄▄▄▄▄▄──
  853.    ▄▄▄▄▄▄▄▄▄▄▄▄
  854.     Nantucket
  855.  
  856. @System "CLIPPER DBUEDIT /m >> @SubDir\\_error.txt"
  857.  
  858.    @Cls
  859.    ▄▄──────────     @Name Installation
  860.    ▄▄▄▄────────
  861.    ▄▄▄▄▄▄──────     Creating Database Utility DBU.EXE.  Please wait...
  862.    ▄▄▄▄▄▄▄▄────
  863.    ▄▄▄▄▄▄▄▄▄▄──
  864.    ▄▄▄▄▄▄▄▄▄▄▄▄
  865.     Nantucket
  866.  
  867. @System "CLIPPER DBUCOPY /m >> @SubDir\\_error.txt"
  868.  
  869.    @Cls
  870.    ▄▄──────────     @Name Installation
  871.    ▄▄▄▄────────
  872.    ▄▄▄▄▄▄──────     Creating Database Utility DBU.EXE.  Please wait...
  873.    ▄▄▄▄▄▄▄▄────
  874.    ▄▄▄▄▄▄▄▄▄▄──
  875.    ▄▄▄▄▄▄▄▄▄▄▄▄
  876.     Nantucket
  877.  
  878. @System "CLIPPER DBUSTRU /m >> @SubDir\\_error.txt"
  879. @System "RTLINK FI DBU, DBUUTIL, DBUHELP, DBUVIEW, DBUINDX, DBUEDIT, DBUCOPY, DBUSTRU OUT DBU /SILENT; >> @SubDir\\_error.txt"
  880.  
  881. @If (@ChildRet == 0)
  882. @System  "COPY DBU.EXE @OutDrive:@SubDir\\@Bin > NUL"
  883. @System  "COPY DBU.HLP @OutDrive:@SubDir\\@Bin > NUL"
  884. @System  "DEL DBU.EXE"
  885.  
  886.    @Cls
  887.    ▄▄──────────     @Name Installation
  888.    ▄▄▄▄────────
  889.    ▄▄▄▄▄▄──────     DBU.EXE created successfully.
  890.    ▄▄▄▄▄▄▄▄────
  891.    ▄▄▄▄▄▄▄▄▄▄──
  892.    ▄▄▄▄▄▄▄▄▄▄▄▄
  893.     Nantucket
  894.  
  895. @Else
  896.  
  897.    @Cls
  898.    ▄▄──────────     @Name Installation
  899.    ▄▄▄▄────────
  900.    ▄▄▄▄▄▄──────     ERROR:  Creating DBU.EXE.
  901.    ▄▄▄▄▄▄▄▄────
  902.    ▄▄▄▄▄▄▄▄▄▄──
  903.    ▄▄▄▄▄▄▄▄▄▄▄▄
  904.     Nantucket
  905.  
  906. @Assign (@Success + 1) @Success
  907. @Pause
  908. @Endif
  909. @Endif
  910. @Endif
  911.  
  912. @ChDir "@SubDir"
  913. @If (@Success == 0)
  914.  
  915.    @Cls
  916.    ▄▄──────────     @Name Installation
  917.    ▄▄▄▄────────
  918.    ▄▄▄▄▄▄──────     @Name installed successfully on your computer.
  919.    ▄▄▄▄▄▄▄▄────     Before using the product, view the README file
  920.    ▄▄▄▄▄▄▄▄▄▄──     located in the @SubDir directory using your word
  921.    ▄▄▄▄▄▄▄▄▄▄▄▄     processor or the DOS TYPE command.  This file contains
  922.     Nantucket       the latest product information.
  923.  
  924. @System  "DEL @OutDrive:@SubDir\\_ERROR.TXT > NUL"
  925. @Else
  926.  
  927.    @Cls
  928.    ▄▄──────────     @Name Installation
  929.    ▄▄▄▄────────
  930.    ▄▄▄▄▄▄──────     @Name encountered @Success error(s) during the
  931.    ▄▄▄▄▄▄▄▄────     installation process.  Please view _Error.txt for
  932.    ▄▄▄▄▄▄▄▄▄▄──     details.  You will find additional information
  933.    ▄▄▄▄▄▄▄▄▄▄▄▄     regarding installation problems in the README file.
  934.     Nantucket       Both files should be located in the @SubDir
  935.                     directory.  If you cannot find README on your hard 
  936.                     disk, check the @Name Distribution Disk 1.
  937. @Endif
  938. @Pause
  939. @EndFinish
  940.  
  941. /*---------------------* EOF INSTALL.DAT *--------------------*/
  942.