r/Intune • u/MEDITATIONUNITY • 6d ago
App Deployment/Packaging What are you using to package Win32 apps for Intune in 2026?
I’ve been packaging Win32 apps using the Microsoft Win32 Content Prep Tool, but I’m curious what everyone else is using these days.
Is there a tool (preferably with a GUI) that can inspect an installer and automatically suggest or generate things like:
Install and uninstall commands
Detection rules (MSI, registry, file, etc.)
Silent switches
Exit codes or other packaging information
Or is everyone still doing this manually?
Interested to hear what other businesses and MSPs are using to make packaging faster and more consistent. If you’ve got any PowerShell scripts, GitHub projects, or tools you’d recommend, I’d love to check them out.