The Windows Custom App Library Item deploys Win32 applications via MSI and EXE packages to Windows devices, with full control over installation, detection, and enforcement.
Upload a zipped installer containing your MSI or EXE and any supporting files, define silent install and uninstall commands, and configure detection logic so the agent knows whether the app is present on a device. A PowerShell script can also be used to deploy the app to make changes before or after the installation. Four detection methods are available: file, folder, MSI Product Code, and registry.
Two enforcement modes let you decide how the app is maintained: install once per device, or continuously enforce so the app reinstalls if removed. An optional enforcement deadline ensures the app will install by a specific deadline. Installers download and expand locally before the install command runs and SHA-256 hash verification confirms installer integrity before execution begins. Architecture targeting supports x86, x64, and ARM64.
