Installation options
The EdgeVis Windows install suite is available in several installation options. The latest version can be downloaded from the Download Center.
Windows installer
The standard Windows installer includes all the required pre-requisites and will perform some system checks before upgrading.
The full windows installer can be run with the following options:
-s, /s, -silent, /silent
-q, /q, -quiet, /quiet
-uninstall
-install (optional, it will default to this)
The silent/quiet option will install the application without any user prompts.
MSI installation
MSI files are available on request for the different Windows components. This does not include any of the system pre-requisites, the user must ensure the following libraries are already installed before installing the MSI. All libraries are available directly from Microsoft.
The MSIs can be installed with the following options:
-q, /q, -quiet, /quiet
The quiet option will install the application without any user prompts.
To uninstall the MSI use the following command:
msiexec /uninstall “EdgeVis Client Installer 7.2.0.msi”
This will uninstall quietly:
msiexec /uninstall “EdgeVis Client Installer 7.2.0.msi” -q