...
The following example will perform a silent install of VSM-E with logging. The Virsae Cloud Collector URL and port are 'a356dhgj4g5j690f9e333a60da991a356dhgj4g5j690f9e333a60da99x.VL-beta.virsae.io:443' and the VSM Everywhere profile group is 'NZ/AUS'
Code Block | ||||
---|---|---|---|---|
| ||||
// Command Prompt > msiexec /i "C:\Path\To\MachineProxyAgentE_Installer.msi" /qn /norestart /L*v "C:\path\to\install.log" CGWS="a356dhgj4g5j690f9e333a60da991a356dhgj4g5j690f9e333a60da99x.vVL-beta.virsae.io:443" GROUP="NZ/AUS" //Powershell > Start-Process msiexec.exe -Wait -ArgumentList '/i C:\Path\To\MachineProxyAgentE_Installer.msi /qn /norestart /L*v C:\path\to\install.log CGWS=a356dhgj4g5j690f9e333a60da991a356dhgj4g5j690f9e333a60da99x.VL-beta.virsae.io:443 GROUP=NZ/AUS' |
...
To upgrade, simply install over the VSM Everywhere Client by using the latest installer and the same installation commands that were used to install the client previously.
In Supersedence set the previous version you want upgraded by this version.
Warning |
---|
Upgrades should only be performed via installing over the existing client. Uninstalling and re-installing the client with the latest installer will cause data loss. |
...
For "Step 2: Program", in the above tutorial, use the examples below on this page to define your Install and Uninstall commands. Include the version number provided in the MSI. This will help with support and updates.
Note | |||||
---|---|---|---|---|---|
| |||||
The following install command will install VSM Everywhere into 'C:\Program Files\Virsae Group\Machine Proxy Agent E' with the URL set to "a356dhgj4g5j690f9e333a60da991a356dhgj4g5j690f9e333a60da99x.VL-beta.virsae.io:443" and the Group set to "NZ/AUS", please replace these values with those which are suitable for your installation.
|
...
Note | |||||
---|---|---|---|---|---|
| |||||
Use the following MSI GUID for the uninstall command: {988CA538-BD2B-4362-95B3-A89501732179} Refer to the version table below for the appropriate GUID. I.e. the uninstall command will be:
|
Version | MSI GUID |
---|---|
1.0.27 | 988CA538-BD2B-4362-95B3-A89501732179 |
For "Step 4: Detection Rules", Manually configure a detection rule, use the selecting MSI and enter the version GUID above. Optionally use "File" option detection and check for the folder "C:\Program Files\Virsae Group\Machine Proxy Agent E".
Collecting Logs
...