Versions Compared

Key

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

...

Code Block
languageyml
titleExamples
// Command Prompt
> msiexec /i "C:\Path\To\MachineProxyAgentE_Installer.msi" /qn /norestart /L*v "C:\path\to\install.log" CGWS="a356dhgj4g5j690f9e333a60da99x.vVLVL-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=a356dhgj4g5j690f9e333a60da99x.VL-beta.virsae.io:443 GROUP=NZ/AUS'

...

Note
titleUninstall Command

Use the following MSI GUID for the uninstall command: Refer to the version table below for the appropriate GUID.

I.e. the uninstall command will be:

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



VersionMSI GUID
1.0.27988CA538-BD2B-4362-95B3-A89501732179


For "Step 4: Detection Rules", Manually configure a detection rule, selecting MSI and enter the version GUID above. Optionally use "File" detection and check for the folder "C:\Program Files\Virsae Group\Machine Proxy Agent E".

...