How to add debug\console logging to Legacy VNA Installations
1. Run installation so it fails and creates a CA_VNA_Install_bak folder within the installation source directory.
2. mv CA_VNA_Install_bak CA_VNA_Install
3. vi install.sh and uncomment set -x
4. run ./install.sh
NOTE: If the VNA installation path is being changed during the installation attempts the CA_VNA_Install_bak \ CA_VNA_Install folder should be completed removed and recreated by re-running the default txe installation (run the install till the prompt and ^C) before trying another installation.