Documentation Index
Fetch the complete documentation index at: https://docs.iru.com/llms.txt
Use this file to discover all available pages before exploring further.
The Windows Custom App Library Item is available for Windows devices
For what end users see when a Windows Custom App or Auto App install waits on running apps, including the system tray close-app prompt, see User Experience with Windows Apps.
Create a Windows Custom App Library Item
To add this Library Item to your Iru Endpoint Library, follow the steps outlined in the Library Overview article.Select Windows Custom App
Use the Search field to find Windows Custom App by name, type, or label, then select it.
Assign to Blueprints
Assign the Library Item to one or more Blueprints. You can use Assignment Maps within Blueprints for conditional logic if needed.
Installation options
Choose Install once per device or Install and continuously enforce. See Installation options in the overview.
Enforcement timeframe
Set Enforcement deadline and, if you use By enforcement deadline, Enforcement after version is saved and Enforcement deadline time. See Enforcement timeframe in the overview.
Enter application details
Enter Publisher, Name, and Version. Optionally add an App icon (.png). For more, see Application details in the overview.
Upload app
Upload a .zip file containing the installer (MSI or EXE) and any supporting files (maximum 5 GB). Details are in Installers.
Configure detection logic
Add at least one rule under Detection logic rules. See Detection logic in the overview.
Executables for open app detection
Optional. Add executable names as described in Executables for open app detection in the overview.
Select architecture
In Architecture, choose x64 or arm64. See Architecture in the overview.
Install command line parameters
In Install command line parameters, enter the full silent install command line. You can reference files in the zip with relative paths or run a PowerShell script from inside the zip. See Commands in the overview. If a path contains spaces, wrap it in double quotes, for example
"my installer.exe".Uninstall command line parameters
In Uninstall command line parameters, enter the full silent uninstall command line. See Commands in the overview. Use the same quoting rule as for the install command when paths contain spaces.
Configure an Assignment Map to Deploy a Windows Custom App
Drag Windows Custom App to node
Drag your Windows Custom App from the left side of the Assignment Map to your desired node on the map.
Related Articles
Custom Apps Overview
Deploy custom applications to Mac and Windows devices
Configure the Mac Custom App Library Item
Step-by-step setup for Mac Custom Apps (PKG, DMG, ZIP)