Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleInstall Command

The following install command will install VSM Everywhere into 'C:\Program Files\Virsae Group\Machine Proxy Agent E' with the URL set to "a356dhgj4g5j690f9e333a60da991.vl-beta.virsae.io:443" and the Group set to "NZ/AUS", please replace these values with those which are suitable for your installation.

Code Block
languageyml
msiexec /i MachineProxyAgentE_Installer.msi /qn /norestart /L*v "C:\Windows\Temp\install.log" TARGETDIR="C:\Program Files\Virsae Group\Machine Proxy Agent E" CGWS="a356dhgj4g5j690f9e333a60da991.vl-beta.virsae.io:443" GROUP="Formation LaptopsNZ/AUS"



Note
titleUninstall Command

Use the following GUID for the uninstall command: {988CA538-BD2B-4362-95B3-A89501732179} .

I.e. the uninstall command will be:

Code Block
languageyml
 msiexec /x "{988CA538-BD2B-4362-95B3-A89501732179}"


...