This section describes the installation and testing of the Windows version of the NetSolve client software. At present, the software is distributed in the form of a self-extracting exe file. An InstallShield setup is being developed to simplify the installation instructions, and this setup will be available soon.
The contents of the self-extracting exe file are as follows, where NETSOLVE_DIR refers to the directory where you have unzipped the distribution.
This directory contains the readme file and an installation script.
This directory contains the NetSolve client library.
This directory contains the matlab binaries.
This directory contains various tools for managing NetSolve.
This directory contains various sample binary test programs that you can run to verify your installation.
The installation process is quite simple.
Run the exe you downloaded from the NetSolve webpage.
To determine the agent host name, the user can issue the following command:
cd NETSOLVE_DIR\tools
getagent
To set a new agent host name, the user must issue the following command:
cd NETSOLVE_DIR\tools
setagent [agent host name]
If the agent host name is not specified on the command line, you will be prompted for a host name. You will have the option of specifying a name or accepting the current agent name set in the registry.
The de-installation process is quite similar.
cd NETSOLVE_DIR
netsolve_install -uninstall
The above program removes the keys from the Windows registry.
delete NETSOLVE_DIR