Skip to main content

Cosafe Support Center


Windows Desktop App – MSI Deployment

The Cosafe Desktop App .msi installer installs per user by default. For enterprise-wide deployment via Intune, GPO, or scripts, use the parameters below.

note

This guide applies when the MSI installer runs as a different user than the currently logged-in user — for example, as SYSTEM via Intune, GPO, or a deployment script. If the installer runs within the user's own session, the default per-user installation applies and no extra parameters are needed.

Recommended for Intune

Customers using Microsoft Intune should use the Microsoft Store version of the Cosafe app. Only fall back to .msi if the Store is unavailable in the environment.

Per-machine installation (all users)

Add ALLUSERS=1 to install to Program Files instead of the user profile:

CosafeDesktopApp-latest.msi ALLUSERS=1

After install: The app will not auto-relaunch. It restarts automatically on the next user login or system reboot.

Warning: If the app was previously installed per-user (default), switching to per-machine may cause conflicts. Uninstall the per-user version first.

Force-close the running app before updating

If the installer runs as SYSTEM or another user, kill any running instance before updating:

taskkill /IM "Cosafe Desktop App.exe" /F