home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p086 / 3.img / INSTALL.DAT < prev    next >
Encoding:
INSTALL Professional project  |  1993-03-28  |  12.0 KB  |  354 lines

  1. @DefineProject 
  2.    @Name               = "BIG D" 
  3.    @Version            = "6.0.7" 
  4.    @Subdir             = "\\BIGD6" 
  5.    @OutDrive           = Z 
  6. @EndProject 
  7.  
  8. @DefineVars
  9.         @Integer        @AllFiles       = 5500000
  10.         @Integer        @ExeSupport     = 4200000
  11.         @Integer        @ACADSupport    =  700000
  12.         @Integer        @MatTextures    =  600000
  13. @EndVars
  14.  
  15. @Display
  16.     This program will install @Name version @Version
  17.     on your computer system and verify the integrity of the
  18.     distribution disk(s).  You may press the [Esc] key at any
  19.     time to abort the installation.
  20.  
  21.     INSTALL will ask you several questions about your computer
  22.     hardware and then give you the option of installing only
  23.     selected parts of @Name.
  24.  
  25.     Each question has a default answer.  If the default answer is
  26.     correct, press the ENTER key in response to the question.
  27.     Otherwise, type the answer and then press the ENTER key.
  28.  
  29.     If you make a mistake while typing, press the BACKSPACE key
  30.     and then retype the answer.
  31.  
  32.     @Pause
  33. @EndDisplay
  34.  
  35. @Display
  36.     @Cls
  37.  
  38.     @If (@CPU < 386)
  39.         Your computer is running on a 80@CPU CPU.
  40.         @Name requires an 80386 or 80486 CPU.  
  41.  
  42.         @Abort
  43.     @Endif
  44.  
  45.     @If (@NDP == 0)
  46.         An Intel math coprocessor is required to run @NAME
  47.         and no math coprocessor was found.  You must install one 
  48.         before @NAME can be run.
  49.  
  50.         @Abort
  51.     @Endif
  52.  
  53.     @If ((@OSMajor * 100 + @OSMinor) < 330)
  54.         @NAME requires DOS version 3.30 or higher.
  55.  
  56.         @Abort
  57.     @Endif
  58. @EndDisplay
  59.  
  60. @GetOutDrive
  61.     @Suppress A      /* don't display A: */
  62.     @Suppress B      /* or B:            */
  63.     @Cls
  64.     On which disk drive do you wish to install @Name?
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.     Use the up and down cursor keys to scroll through the
  78.     list of disk drives.  Press the RETURN key when you have 
  79.     selected a drive.
  80.  
  81. @EndOutDrive
  82.  
  83. @GetSubdir
  84.     @Cls
  85.     Now you need to specify the disk destination subdirectory.  The
  86.     subdirectory is the location on your disk where the @Name system
  87.     will be installed.  If you don't know what a "subdirectory" is, you
  88.     probably need not worry about it, and should press the RETURN key
  89.     for the next prompt.
  90.  
  91.     If you are using a subdirectory system, and the DOS PATH command,
  92.     and you install @Name in the @Subdir subdirectory, you will
  93.     probably want to modify the PATH so that it includes the
  94.     subdirectory @Subdir in addition to the current subdirectories.
  95.  
  96.  
  97.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  98. @EndSubdir
  99.  
  100.  
  101. @If (@Exists "@OutDrive:@SubDir")
  102.     @GetOption
  103.     CAUTION: A directory named @OutDrive:@SubDir already exists.
  104.     Do you want to continue installing @NAME in this directory?
  105.  
  106.  
  107.  
  108.  
  109.  
  110.     If you continue installing @NAME, critical files in this directory
  111.     and any of its subdirectories may be destroyed. You might especially
  112.     want to abort the installation now and make copies of any existing
  113.     material libraries before installing @NAME.
  114.  
  115.         @Option 1 = "Yes"
  116.         @Option 2 = "No"
  117.     @EndOption
  118. @Endif
  119.  
  120. @Display
  121.     @If(2 [= @Option)
  122.         Aborting installation.
  123.         @Abort
  124.     @Endif
  125. @EndDisplay
  126.  
  127. @Getgroups
  128.     @CLS
  129.     Here you select the parts of @NAME you want to install.
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.     This program creates a subdirectory to hold the files for 
  139.     each category.  The Executable/Support files are the only 
  140.     ones required to run @NAME.
  141.  
  142.     @SET A = "Install all files"
  143.     @SET E = "The @NAME Executable and Support files only"
  144.     @SET S = "The AutoCAD Support files only"
  145.     @SET M = "The Material Libraries and Texture Maps only"
  146.  
  147.     Use the up and down cursor keys to scroll through the list.
  148.     Use the SPACE_BAR key to toggle the YES/NO state of the
  149.     current selection.
  150.     Press the RETURN key to accept the selection(s).
  151.     Press the ESC key to abort.
  152. @EndGroups
  153.  
  154. @If (('A' [= @Group) || ('E' [= @Group))
  155.     @GetOption
  156.     Do you want to install the Intel 80387 or the Weitek 1167/3167
  157.     version of @NAME?
  158.  
  159.  
  160.  
  161.  
  162.  
  163.     You must have a Weitek 1167/3167 math coprocessor installed
  164.     in your computer to use the Weitek 1167/3167 version of @NAME.
  165.  
  166.     Even if you choose to use the Weitek 1167/3167 version,
  167.     @NAME still requires an Intel 80387 math coprocessor to be
  168.     present.
  169.  
  170.         @Option 10 = "Intel"
  171.         @Option 11 = "Weitek"
  172.     @EndOption
  173. @EndIf
  174.  
  175. @If (('A' [= @Group) && (@DiskFree  @OutDrive < @AllFiles))
  176.     @GetOption
  177.     The selected output disk drive only has @DiskFree @OutDrive bytes free.
  178.     To install all files, @AllFiles bytes are required.
  179.  
  180.         @Abort 
  181.     @EndOption
  182. @EndIf
  183.  
  184. @If (('E' [= @Group) && (@DiskFree  @OutDrive < @ExeSupport))
  185.     @GetOption
  186.     The selected output disk drive only has @DiskFree @OutDrive bytes free.
  187.     To install the Executable and Support files, @ExeSupport bytes
  188.     are required.
  189.          
  190.         @Abort 
  191.     @EndOption
  192. @EndIf
  193.  
  194. @If (('S' [= @Group) && (@DiskFree  @OutDrive < @ACADSupport))
  195.     @GetOption
  196.     The selected output disk drive only has @DiskFree @OutDrive bytes free.
  197.     To install the AutoCAD Support files, @ACADSupport bytes are required.
  198.          
  199.         @Abort 
  200. @EndIf
  201.  
  202. @If (('M' [= @Group) && (@DiskFree  @OutDrive < @MatTextures))
  203.     @GetOption
  204.     The selected output disk drive only has @DiskFree @OutDrive bytes free.
  205.     To install the Materials Libraries and Texture Maps, @AllFiles bytes
  206.     are required.
  207.          
  208.         @Abort 
  209.     @EndOption
  210. @EndIf
  211.  
  212. @DefineDisk
  213.     @Label = "Disk 1"
  214.  
  215.     @BeginLib EXEC1.LIF
  216.         @File    BD.EXE           @Out *.*            @Group AE
  217.         @File    BD0.EXE          @Out *.*            @Group AE
  218.         @File    BD1.EXE          @Out *.*            @Group AE
  219.         @File    BDCONVRT.EXE     @Out *.*            @Group AE
  220.         @File    BDSETUP.EXE      @Out *.*            @Group AE
  221.     @EndLib
  222. @EndDisk
  223.  
  224. @DefineDisk
  225.     @Label = "Disk 2"
  226.  
  227.     @BeginLib EXEC2.LIF
  228.         @File    BD4I.EXE         @Out BD4.EXE        @Group AE    @Option 10
  229.         @File    BD4W.EXE         @Out BD4.EXE        @Group AE    @Option 11
  230.         @File    SHOWATV.EXE      @Out *.*            @Group AE
  231.         @File    SHOWGEN.EXE      @Out *.*            @Group AE
  232.         @File    SHOWTGAP.EXE     @Out *.*            @Group AE
  233.         @File    GENERIC.DRV      @Out DRIVER\*.*     @Group AE
  234.         @File    TARGAP.DRV       @Out DRIVER\*.*     @Group AE
  235.         @File    ATVISTA.DRV      @Out DRIVER\*.*     @Group AE
  236.     @EndLib
  237. @EndDisk
  238.  
  239. @DefineDisk
  240.     @Label = "Disk 3"
  241.  
  242.     @BeginLib ACADSUP.LIF
  243.         @File BDRSURF.LSP         @Out ACADSUP\*.*    @Group AS
  244.         @File GQ-MAN.DWG          @Out ACADSUP\*.*    @Group AS
  245.         @File PAINTING.DWG        @Out ACADSUP\*.*    @Group AS
  246.         @File PEPSI.DWG           @Out ACADSUP\*.*    @Group AS
  247.         @File SKY.DWG             @Out ACADSUP\*.*    @Group AS
  248.         @File TREE.DWG            @Out ACADSUP\*.*    @Group AS
  249.         @File AACAD.MNU           @Out ACADSUP\*.*    @Group AS
  250.         @File AFBUTTON.LSP        @Out ACADSUP\*.*    @Group AS
  251.         @File ASHADE.MNU          @Out ACADSUP\*.*    @Group AS
  252.         @File ATK.DOC             @Out ACADSUP\*.*    @Group AS
  253.         @File ATKDOC.DWG          @Out ACADSUP\*.*    @Group AS
  254.         @File ATKSETUP.DWG        @Out ACADSUP\*.*    @Group AS
  255.         @File BLOCKIT.LSP         @Out ACADSUP\*.*    @Group AS
  256.         @File KINETIC.LSP         @Out ACADSUP\*.*    @Group AS
  257.         @File PATH.LSP            @Out ACADSUP\*.*    @Group AS
  258.         @File PTOOLS.LSP          @Out ACADSUP\*.*    @Group AS
  259.     @EndLib
  260.  
  261.     @BeginLib BIGDSUP.LIF
  262.         @File BIGD.BDS            @Out *.*            @Group AE
  263.         @File HOUSE.BDE           @Out *.*            @Group AE
  264.         @File HOUSE.BDS           @Out *.*            @Group AE
  265.         @File HOUSE.DWG           @Out *.*            @Group AE
  266.         @File HOUSE.DXF           @Out *.*            @Group AE
  267.         @File LOGO.BDE            @Out *.*            @Group AE
  268.         @File LOGO.BDS            @Out *.*            @Group AE
  269.         @File LOGO.DWG            @Out *.*            @Group AE
  270.         @File LOGO.DXF            @Out *.*            @Group AE
  271.         @File SHOWMAT.BDE         @Out SHOWMAT\*.*    @Group AE
  272.         @File SHOWMAT.BDS         @Out SHOWMAT\*.*    @Group AE
  273.     @EndLib
  274.  
  275.     @BeginLib DRIVER.LIF
  276.         @File GBISVGA.HDI         @Out DRIVER\*.*     @Group AE
  277.         @File GSERVER.DRV         @Out DRIVER\*.*     @Group AE
  278.         @File MSGRAPH.HDI         @Out DRIVER\*.*     @Group AE
  279.         @File TIGA.HDI            @Out DRIVER\*.*     @Group AE
  280.     @EndLib
  281.  
  282.     @BeginLib FONT.LIF
  283.         @File HELVR108.HFF        @Out FONT\*.*       @Group AE
  284.         @File HELVR111.HFF        @Out FONT\*.*       @Group AE
  285.         @File HELVR112.HFF        @Out FONT\*.*       @Group AE
  286.         @File HELVR114.HFF        @Out FONT\*.*       @Group AE
  287.         @File HELVR119.HFF        @Out FONT\*.*       @Group AE
  288.         @File HELVR125.HFF        @Out FONT\*.*       @Group AE
  289.         @File HELVR706.HFF        @Out FONT\*.*       @Group AE
  290.         @File HELVR708.HFF        @Out FONT\*.*       @Group AE
  291.         @File HELVR709.HFF        @Out FONT\*.*       @Group AE
  292.         @File HELVR711.HFF        @Out FONT\*.*       @Group AE
  293.         @File HELVR714.HFF        @Out FONT\*.*       @Group AE
  294.         @File HELVR719.HFF        @Out FONT\*.*       @Group AE
  295.     @EndLib
  296.  
  297.     @BeginLib HELP.LIF
  298.         @File    BIGD.HDX         @Out *.*
  299.         @File    BIGD.HLP         @Out *.*
  300.     @EndLib
  301.  
  302.     @BeginLib LIB.LIF
  303.         @File BIGD.BDM            @Out LIB\*.*        @Group AM
  304.         @File BRIGHT.BDM          @Out LIB\*.*        @Group AM
  305.         @File DARK.BDM            @Out LIB\*.*        @Group AM
  306.         @File MATTE.BDM           @Out LIB\*.*        @Group AM
  307.         @File REFLECT.BDM         @Out LIB\*.*        @Group AM
  308.         @File REFLTRAN.BDM        @Out LIB\*.*        @Group AM
  309.         @File SHINY.BDM           @Out LIB\*.*        @Group AM
  310.         @File TRANSPAR.BDM        @Out LIB\*.*        @Group AM
  311.     @EndLib
  312.  
  313.     @BeginLib MAP.LIF
  314.         @File BEECH.GIF           @Out MAP\*.*        @Group AM
  315.         @File BRCKBEIG.GIF        @Out MAP\*.*        @Group AM
  316.         @File BRCKPAVR.GIF        @Out MAP\*.*        @Group AM
  317.         @File BRCKRED.GIF         @Out MAP\*.*        @Group AM
  318.         @File CEDAR.GIF           @Out MAP\*.*        @Group AM
  319.         @File CEDRPLNK.GIF        @Out MAP\*.*        @Group AM
  320.         @File CHECKER.GIF         @Out MAP\*.*        @Group AM
  321.         @File CONCRBLK.GIF        @Out MAP\*.*        @Group AM
  322.         @File GLASSBLK.GIF        @Out MAP\*.*        @Group AM
  323.         @File GQMAN.GIF           @Out MAP\*.*        @Group AM
  324.         @File GRASS.GIF           @Out MAP\*.*        @Group AM
  325.         @File MARBLTAN.GIF        @Out MAP\*.*        @Group AM
  326.         @File PAINTING.GIF        @Out MAP\*.*        @Group AM
  327.         @File PEPSI.GIF           @Out MAP\*.*        @Group AM
  328.         @File PINE.GIF            @Out MAP\*.*        @Group AM
  329.         @File ROCKWHIT.GIF        @Out MAP\*.*        @Group AM
  330.         @File SHNGCOMP.GIF        @Out MAP\*.*        @Group AM
  331.         @File SHNGWOOD.GIF        @Out MAP\*.*        @Group AM
  332.         @File SKY.GIF             @Out MAP\*.*        @Group AM
  333.         @File STONETAN.GIF        @Out MAP\*.*        @Group AM
  334.         @File STUCWHIT.GIF        @Out MAP\*.*        @Group AM
  335.         @File TILEBEIG.GIF        @Out MAP\*.*        @Group AM
  336.         @File TREE.GIF            @Out MAP\*.*        @Group AM
  337.     @EndLib
  338. @EndDisk
  339.  
  340. @Finish
  341.     @ChDrive            @OutDrive
  342.     @ChDir "@SubDir"
  343.  
  344.     Installation of @Name is now finished.
  345.  
  346.     @Pause
  347.     @ChDrive                      @OutDrive
  348.     @ChDir                        "@Subdir"
  349.     @System                       "mkdir temp"
  350.     @Execute                      "BDSETUP.EXE", ""
  351. @EndFinish
  352.  
  353. /* end-of-file */
  354.