Command Line / MSI / EXE
Silent MSI deployment of We360.ai agent on Windows — MSIEXEC command-line install for mass employee monitoring rollout.
Last updated
Was this helpful?
Silent MSI deployment of We360.ai agent on Windows — MSIEXEC command-line install for mass employee monitoring rollout.
Our Windows installers come as both MSI and EXE packages . They can be deployed silently using MSIEXEC from an elevated Command Prompt, PowerShell, or any RMM tool with remote command-line access.
The MSI installer is absolutely not recommended unless you have no other choice. We recommend using the EXE installer to ensure that our app starts immediately after install and that the updates and installtions work properly (which has been found to be buggy with MSI setups)
The installer file downloaded from the We360.ai portal (Stealth version recommended for silent deployment).
An elevated (Run as Administrator) command prompt or PowerShell session on the target machine.
Do not rename the stealth installer file. The stealth installer filename is tied to your organization's license. Renaming it, or allowing extra characters to be appended (e.g. (1) or (2) from duplicate downloads), will cause the installation to fail.
> "C:\path\to\<installer-filename>.exe" /exenoui /qnReplace C:\path\to\<installer-filename>.exe with the actual path and filename of your organization's EXE.
MSIEXEC /i "C:\path\to\<installer-filename>.msi" /QNReplace C:\path\to\<installer-filename>.msi with the actual path and filename of your organization's MSI.
Download the zen-cleanup utility from here Download Links & Utilities
Run the exe file via terminal with Administrator permissions.
If an installation fails, re-run with verbose logging enabled:
Attach the generated log file (%TEMP%\myzen-install.log) when creating a support ticket.
These commands work with any tool that provides remote command-line access:
RMM tools with remote shell (e.g. ConnectWise, Datto, NinjaRMM)
PSExec for remote execution across the network
SCCM task sequences
The command runs silently with no on-screen feedback. RMM tools may provide their own success/failure reporting.
Last updated
Was this helpful?
Was this helpful?
MSIEXEC /x "C:\path\to\<installer-filename>.msi" /QN"C:\path\to\<installer-filename>.exe" /exenoui /qn /l*v %TEMP%\myzen-install.logMSIEXEC /i "C:\path\to\<installer-filename>.msi" /QN /l*v %TEMP%\myzen-install.log