Ref: 19140010
Title: Troubleshooting Tip for Installation of 3+Open XNS
Date: 8/17/90

Copyright 3Com Corporation, 1991.  All rights reserved.

If you have tried installing 3+Open XNS and the 3+Open drivers did not
install, this article may explain why.

In the Installation Guide, under Task 2 it says:

    To establish the 3+Open directory structure and 3+Open driver
    installation for the Setup program, type:

    set X3VER=3PO

    The default value is 3P; 3PO is for 3+Open.

When "setup" is run, the X3VER value is tested by SETUP.BAT with the
following three lines:

    if "%X3VER%" =="BOTH" goto ins3p
    if "%X3VER%" == "3PO" goto ins3po
    set X3VER=3P

Note: The {if "%X3VER%"} statements are case sensitive!  Therefore,
the 3+Open drivers will be installed only if "3PO" is in upper case.
