Skip to main content
Version: 11.5

Installing DeskAlerts Agent using Intune

This guide provides step-by-step instructions for deploying the DeskAlerts Windows Agent to user devices using Microsoft Intune.

πŸ’‘ This method is recommended for organizations using Microsoft Endpoint Manager (Intune) to manage Windows devices at scale.

Overview​

The DeskAlerts Agent is distributed as an .msi package (Win32 app). To deploy it via Intune, you must first convert the file to an .intunewin format and then create a line-of-business app deployment policy.

πŸ’‘ To get the latest .msi package please contact DeskAlerts Support Team

πŸ’‘ For more information please visit the official Microsoft Learn portal.

Prerequisites​

Before proceeding, ensure the following:

Step 1: Build an Intune Package​

  1. Download the Microsoft Win32 Content Prep Tool.
  2. Place your .msi installer in a folder (e.g., C:\DeskAlertsInstaller).
  3. Open PowerShell as Administrator, navigate to the tool’s folder, and run: .\IntuneWinAppUtil.exe -c "C:\DeskAlertsInstaller" -s "DeskAlertsClient11.x.x.x.msi" -o "C:\DeskAlertsInstaller\output" This will generate a .intunewin file in the output folder.

Step 2: Upload to Intune​

Go to Microsoft Intune Admin Center β†’ Apps β†’ Windows β†’ Create.

Create an App

Select App type: Windows app (Win32) β†’ Select.

Win32

In the App package file step:

  • Click Select app package file and upload your .intunewin file.
  • Click OK to continue.

App package file

Step 3: Configure App Information​

Fill in the following fields: β€’ Name: DeskAlerts Agent β€’ Description: DeskAlerts notification agent for Windows devices β€’ Publisher: DeskAlerts β€’ Category: (Optional) β€’ Upload an icon if desired.

App information

Click Next.

Step 4: Configure Install & Uninstall Commands​

In the Program section:

  • Install command: msiexec /i "DeskAlertsClient11.x.x.x.msi" /qn /quiet ALLOWING_UNTRUSTED_SSL=true BASE_URL=https://yourserverurl/DeskAlerts REGISTRATION_TYPE=5 /lv log.txt

Parameter Breakdown

ParameterDescription
REGISTRATION_TYPEDefines the user registration method
BASE_URLSpecifies the URL of your DeskAlerts Server (e.g., https://server.company.com/DeskAlerts).
ALLOWING_UNTRUSTED_SSL=trueOptional. Allows agents to connect to servers with self-signed or invalid SSL certificates. Skip if your server has a valid certificate.
DELETEPROFILE=1Removes the user’s local alert history and content from previous installations. Default if omitted.
APPDIR="C:\Path\To\Install"(Optional) Specifies the installation directory.
ENABLE_SERVICE=trueInstalls the DeskAlerts Windows Service for Wallpaper, Lockscreen, and Screensaver features.
DISABLE_WP_LS_SS=trueDisables Wallpaper, Lockscreen, and Screensaver functionality.
/qn /quietInstalls the application silently, with no user interface.
/lv log.txtCreates a detailed log file of the installation process.

REGISTRATION_TYPE Values

ValueRegistration TypeDescription
0SimplePrompts user for manual registration (login/password).
1ComputerNameUses the device hostname as the user ID.
2SimpleADAutomatically registers users using Active Directory (AD) attributes.
3AzureADAutomatically registers users using Azure Active Directory attributes.
5SeamlessAutomatically registers using current Windows user and device (silent).
6SeamlessHybridUserADRegisters users in hybrid Azure AD environments.

When using the AzureAD registration type, users will be prompted to confirm their identity via Microsoft MFA upon first launch of the DeskAlerts Agent. This is a standard part of the Azure authentication flow.

Additional Parameters

ParameterDescription
AI_DESKTOP_SH=0Prevents creation of a desktop shortcut
AI_STARTMENU_SH=0Prevents creation of a Start Menu shortcut
DISABLE_TRAY_MENU=truePermanently hides the system tray menu, overriding server-side settings
  • Uninstall command: msiexec /x "DeskAlertsClient11.x.x.x.msi" /qn /quiet
  • Install behavior: System

Click Next.

Step 5: Configure Requirements​

  • Operating system architecture: 64-bit
  • Minimum operating system: Windows 10 1903 (or higher)

Requirements

Click Next.

Step 6: Configure Detection Rules​

  1. Choose Manually configure detection rules.
  2. Click Add and use the following settings:
  • Rule type: MSI
  • MSI product code: (Intune will detect this automatically from the .msi)
  • Leave all other fields as default.

Click Next.

Step 7: Assign the App​

Assign the DeskAlerts Agent to all devices or a specific device/user group (recommended for pilot testing).

Click Next, then Create.

Your .intunewin file will be uploaded to the Intune Portal. You can check the uploading status by pressing the Notifications icon.

Notifications

Step 9: Monitor Deployment​

After assignment, you can monitor deployment status under:

Intune Admin Center β†’ Apps β†’ Windows β†’ DeskAlerts Agent β†’ Device install status