The Windows Custom App Library Item is available for Windows devices
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.Enter application details
Enter Publisher, Name, and Version. Optionally add an App icon (.png). For more, see Application details in the overview.
Assign to Blueprints
Assign the Library Item to one or more Blueprints. You can use Assignment Maps within Blueprints for conditional logic if needed.
Set execution frequency
Choose Execution frequency (Install once per device or Install and continuously enforce). See Installation options for details.
Set enforcement timeframe (optional)
If needed, set Enforcement timeframe (immediately or by enforcement deadline). Enforcement timeframe has more on this.
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 Detection logic rule (File, Folder, MSI Product Code, or Registry). Optionally add Executables for open app detection. For more, see Detection logic in the overview.
Enter install command
Enter the Install command (e.g.
msiexec /i yourapp.msi /qn). You can reference files in the zip with relative paths or run a PowerShell script from inside the zip. See Commands for details. If the path to the installer or script contains spaces, enclose that path in double quotes (for example, "my installer.exe").Enter uninstall command
Enter the Uninstall command (e.g.
msiexec /x {ProductCode} /qn). Commands has examples. Use the same quoting rule as for the install command when paths contain spaces.Select architecture
Select Architecture (x86, x64, or ARM64). Iru may auto-detect from MSI metadata. For details, see Architecture.
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)