Share via

Intune Win32 app content options

Simon Ringrow 0 Reputation points
2026-03-07T15:35:46.62+00:00

As it is possible for many applications to be uninstalled without their original installation media, can the option be added to the Win32 app configuration page to allow either no uninstall content or an alternate package/path as with Configuration Manager?

  • Same as install content
  • No uninstall content
  • Different from install content

The rationale behind this is to avoid content unnecessarily being downloaded causing delay and to potentially facilitate offline uninstall.

Microsoft Security | Intune | Application management
{count} votes

2 answers

Sort by: Most helpful
  1. Pavel yannara Mirochnitchenko 13,446 Reputation points MVP
    2026-03-12T17:36:09.92+00:00

    @Simon Ringrow you should be able to do this by creating new Win32 app, add dummy intunewim file and command the uninstall with powershell.

    0 comments No comments

  2. Q&A Assist
    2026-03-07T15:35:56.52+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    This option isn't available for Intune Win32 apps.

    The uninstall content options

    • Same as install content
    • No uninstall content
    • Different from install content exist in Configuration Manager for MSI deployment types, both in the console UI and via PowerShell using the -UninstallOption parameter on Add-CMMsiDeploymentType.

    For Intune Win32 apps, uninstall behavior is controlled by the uninstall command (or script) defined in the app configuration, and by options such as Allow available uninstall. There is no equivalent setting in Intune to specify separate uninstall content or "no uninstall content" in the same way Configuration Manager does. Intune Win32 app content is handled as a single package prepared with the Win32 Content Prep Tool, and the platform does not expose a separate uninstall content path or flag.

    To minimize unnecessary downloads, rely on detection rules and assignments (for example, not targeting devices where the app is already removed) rather than Configuration Manager–style uninstall content options.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.