Versions Compared

Key

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

...

The command line and powershell arguments below contain the placeholders {VIRSAE CLOUD COLLECTOR URL:443} and {PROFILE_GROUP}, replace these respectively with your Cloud Collector URL on port 443, URL  and Profile Group name.

The path to the *.msi file and the install.log will need to be altered to suit the location of your installation files.

...

Code Block
languageyml
titleInstall Commands
// Command Prompt
> msiexec /i "C:\Path\To\MachineProxyAgentE_Installer.msi" /qn /norestart /L*v "C:\path\to\install.log" CGWS="{VIRSAE CLOUD COLLECTOR URL}:443}" GROUP="{PROFILE_GROUP}"  

//Powershell
> Start-Process msiexec.exe -Wait -ArgumentList '/i C:\Path\To\MachineProxyAgentE_Installer.msi /qn /norestart /L*v C:\path\to\install.log CGWS={VIRSAE CLOUD COLLECTOR URL}:443} GROUP={PROFILE_GROUP}'


The following example will perform a silent install of VSM-E with logging. The Virsae Cloud Collector URL and port are is 'a356dhgj4g5j690f9e333a60da99x.VL-beta.virsae.io:443'  and the VSM Everywhere profile group is 'NZ/AUS'  

...

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 "a356dhgj4g5j690f9e333a60da99x.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="a356dhgj4g5j690f9e333a60da99x.VL-beta.virsae.io:443" GROUP="NZ/AUS"


...