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.
Customers installing EdgeVis Client version 8.7.1 or above will need to ensure they have installed the latest Microsoft Visual C++ 2022 Redistributable, which must be at least version 14.42.34433.0. This update is required due to a breaking change in the redistributable, otherwise users may encounter crashes.
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 (using your installed version number instead of X & Y):
msiexec /uninstall “EdgeVis Client Installer 8.X.Y.msi”
This will uninstall quietly:
msiexec /uninstall “EdgeVis Client Installer 8.X.Y.msi” -q