Command Line / MSI / EXE

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.

Prerequisites

  • 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.

Silent Install

EXE

> "C:\path\to\<installer-filename>.exe" /exenoui /qn

Replace C:\path\to\<installer-filename>.exe with the actual path and filename of your organization's EXE.

MSI

MSIEXEC /i "C:\path\to\<installer-filename>.msi" /QN

Replace C:\path\to\<installer-filename>.msi with the actual path and filename of your organization's MSI.

Silent Uninstall (MSI only)

Silent Uninstall (All Apps and Config)

  • Download the zen-cleanup utility from here Download Links & Utilities

  • Run the exe file via terminal with Administrator permissions.

Install with Logging (for Troubleshooting)

If an installation fails, re-run with verbose logging enabled:

Attach the generated log file (%TEMP%\myzen-install.log) when creating a support ticket.

Usage with RMM / PSExec

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?