On the surface, packaging applications for deployment with Intune seems simple: Wrap an installer using the IntuneWinAppUtil.exe
utility; provide silent installation and uninstallation commands; provide a detection method; and call it a day, right? Practically speaking, however, there are ample opportunities for human error. Naturally, the solution is automation!
This One Zero One automation script attempts to “normalize” application deployment with Intune. It creates install.cmd
and uninstall.cmd
wrapper scripts for your application, and packages them into an .intunewin
along with the installer and any additional file assets you’ve placed in the application’s assetsDirectory
; and writes a predictable registry key-value-data entry that can be used to detect the installation.
- Share:
One thought on “Automating Intune Application Packaging”
Comments are closed.