The CSE Desktop App for Windows is available as an MSI package, providing a standardized installation method compatible with enterprise MDM platforms such as Microsoft Intune. The MSI installer is the recommended deployment method for managed Windows environments and replaces the legacy EXE-based zero-touch script workflow.
The MSI installer is only supported for desktop app versions 4.3.0 and later. Earlier versions must continue to use the EXE-based installer. {:.alert.alert-info}
Warning: The MSI and EXE installers are mutually exclusive. You must uninstall any existing EXE-based installation before installing the MSI, and vice versa. {:.alert.alert-warning}
Before installing, ensure the following:
reg delete "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager" /v PendingFileRenameOperations /f
After a successful installation, the following are created:
C:\Program Files\SonicWall Cloud Secure Edge\sonicwall-cse-adminsonicwall-cse-wgssonicwall-cse-updaterUser data and configuration are stored in C:\ProgramData\SonicWallCSE\ and are preserved across upgrades and uninstalls.
The following standard msiexec flags control installer behavior at the command line:
| Flag | Purpose |
|---|---|
/quiet | Fully silent — no UI. App does not auto-launch. |
/passive | Progress bar only, no user interaction. |
/norestart | Never reboot automatically; return code signals if reboot is needed. |
/l*v <path> | Verbose log (includes property values; DEPLOYMENT_KEY is redacted). |
MSIRESTARTMANAGERCONTROL=Disable | Skip the RestartManager close-app dialog. |
| {:.table.table-bordered.table-responsive} |
The sonicwall-cse-updater service handles automatic updates. It polls the SonicWall release server, verifies the downloaded installer's signature, and applies the update silently without launching the app. No action is required from end users or administrators.
To disable auto-updates, pass DISABLE_AUTO_UPDATE=true at install time.