winget-cli icon indicating copy to clipboard operation
winget-cli copied to clipboard

Disabling App Installer breaks Intune-delivered Store Apps

Open SkipToTheEndpoint opened this issue 10 months ago • 0 comments

Brief description of your issue

As of Intune 2304, management policies are available via the DesktopAppInstaller CSP, and all of the settings are Device scoped, thus written into HKLM. Setting "EnableAppInstaller" to "Disabled" blocks Intune-delivered Store applications from installing. This does not seem to impact app updates, and if the Store is user-accessible, application installs can still be triggered.

Steps to reproduce

Deploy the EnableAppInstaller setting configured to Disabled to a device via Intune, and attempt to install a Store application via the Company Portal.

Expected behavior

I would expect a System-context install to work correctly, but user-context to be blocked. Ideally the CSP would support user-level scoping so as to have more granularity over the configuration.

Actual behavior

Any Store app delivered via Intune and regardless of installation context is met with a failure.

Environment

Windows: Windows.Desktop vl0.0.22621.3296
System Architecture: X64
Package: Microsoft.DesktopAppInstaller vl.22.10861.0

SkipToTheEndpoint avatar Apr 02 '24 14:04 SkipToTheEndpoint