Metropoli BBS
VIEWER: install.dat MODE: TEXT (ASCII)
/*
 * INSTALL.DAT
 *
 * Project: BEN1PA Drivers
 *
 */

@DefineProject
    @Name = "BEN1PA Drivers"
    @Version = "2.0"
	
    @Subdir = "\\BEN1PA"
    @OutDrive = C
@EndProject

@DefineVars
        @Qstring @OptWIN       = "Microsoft Windows 3.1"
        @Qstring @OptDOS       = "MS-DOS or IBM-DOS"
        @Dir @OptWDir        = "\\WINDOWS"
        @Qstring @Line8     = "A directory already exists with the name"
        @Qstring @rval = ""
        @Drive @WinDrive = c


    @Qstring @Line1             = "is the name of the default directory where the"
    @Qstring @Line2             = "driver(s) will be installed."


    @Qstring @Line3     = "The program locates the subdirectory below the root directory"
    @Qstring @Line4     = "of drive"

    @Qstring @Line5     = "To choose the default, press ENTER."
    @Qstring @Line6     = "To change the directory name, backspace over the currently "
    @Qstring @Line7     = "displayed name and type a new name.  Press ENTER when finished."

    @Qstring @Line9         = "Do you want to copy the new driver(s) over the files in this"
    @Qstring @Line10    = "directory?"

    @Qstring @Opt1090   =   "CARDWARE, Socket and Card Services"
    @Qstring @Opt1100   =   "Novell Drivers for Socket Services"
    @Qstring @Opt1110   =   "Novell Drivers for Card Services"

    @Dir @Opt1090Dir   =   "\\BEN1PA"
    @Dir @Opt1100Dir   =   "\\BEN1PA"
    @Dir @Opt1110Dir   =   "\\BEN1PA"

    @Dir @Opt1090Drv   =   "C"
    @Dir @Opt1100Drv   =   "C"
    @Dir @Opt1110Drv   =   "C"




@EndVars


@Display
	@Cls

	This program will install:
	@Name version @Version
	on your computer system and verify the integrity of the
	distribution disk(s).  You may press the [Esc] key at any time to
	abort the installation.

	INSTALL will ask you several questions about your computer
	hardware and then give you the option of installing only
	selected parts of @Name (such as the help system).

	Each question has a default answer.  If the default answer is
	correct, press the ENTER key in response to the question.
	Otherwise, type the answer and then press the ENTER key.

	If you make a mistake while typing, press the BACKSPACE key
	and then retype the answer.

	@Pause
@EndDisplay



@Display
    @Cls
                    Microsoft Windows for Workgroups
                    --------------------------------
    To install drivers for Windows for Workgroups, follow the instructions
    in the Microsoft Users Manual for adding new network drivers. This is
    done using the control panel; selecting 'network'; selecting 'adapters';
    and selecting 'add'. Then select the option for 'unlisted or updated
    drivers'. Specify either the 'A' or 'B' drive, depending on which
    drive you have the BEN1PA driver disk inserted. Finally, choose
    directory WFW31 for Windows For Workgroups 3.1 drivers or directory
    WFW311 for Windows For Workgroups 3.11 drivers.

                         Microsoft LAN Manager
                         ---------------------
    Follow the instructions on the Microsoft LAN manager documentation for
    adding new network drivers.


    @Pause
@EndDisplay






Get1110:
    @GetSubDir @Opt1110Dir
    @Cls

    @Opt1110Dir @Line1
    @Opt1110 @Line2

    @Line3
    @Line4 @OutDrive:

    @Line5

    @Line6
    @Line7





    @PROMPT = " Which directory? "
  @EndSubdir

  @If (@Exists "@OutDrive:@Opt1110Dir")
    @GetOption
    @Line8 @OutDrive:@Opt1110Dir.






    @Line9
    @Line10

    @Option 1091 = "Yes"
    @Option 1092 = "No"

    @EndOption
    @if( 1092 [= @Option )
        @goto Get1110
    @Endif
  @Endif





@DefineDisk
	@Label = "Disk #1"
        /* Card Services Novell */
	   @File novell\netx.com	    @Out	@Outdrive:@OPT1110DIR\\NETX.COM
	   @File novell\lsl.com	    @Out	@Outdrive:@OPT1110DIR\\LSL.COM
	   @File novell\ipxodi.com	@Out	@Outdrive:@OPT1110DIR\\IPXODI.COM
	   @File novell\net.cfg	    @Out	@Outdrive:@OPT1110DIR\\NET.CFG
	   @File novell\loadnet.bat	@Out	@Outdrive:@OPT1110DIR\\LOADNET.BAT
	@File novell\nicecs.com	 @Out  @Outdrive:@OPT1110DIR\\NICECS.COM
/*	   @File novell\csalloc.ini	 @Out	@Outdrive:@OPT1110DIR\\CSALLOC.INI  */


@EndDisk


@Finish
	@ChDrive @OutDrive
	@ChDir "@SubDir"

	Installation of @Name is now finished.

	@Pause
@EndFinish

/*
    The following statement is provided as part of our softare license
    agreement in order to use this install program.

      ------------------------------------------------------------------
      | The installation program used to install these utilities,      |
      | INSTALL, is licensed software provided by Knowledge            |
      | Dynamics Corp, P.O. Box 780068, San Antonio, Texas, 78278      |
      | (USA). INSTALL is copyright (c) 1987-1993 by Knowledge         |
      | Dynamics Corp which reserves all copyright protection          |
      | worldwide. INSTALL is provided to you for the exclusive        |
      | purpose of installing these utilites. The provider of the      |
      | utilities is exclusively responsible for the support of        |
      | these utilities, including support during the install phase.   |
      | In no event will Knowledge Dynamics Corp provide any           |
      | technical support for these utilities                          |
      ------------------------------------------------------------------
*/
[ RETURN TO DIRECTORY ]