Forum Discussion
MTSBob
Jul 13, 2018Iron Contributor
Unable to deploy app to device, rather than user context
Unsuccessful in my attempts to deploy an MSI via Intune. I want to target the device context for deployment, but the drop-down to select this option is disabled in the Intune assignment GUI. There is...
- Jul 16, 2018
Hi Bob,
your problem is based on the MSI itself. The MSI can have properties to control execution context:
Here an example based on 7-zip, during upload the MSI itself will tell you what is available:
And during configuration you can limit this to a certain context then:
I guess your MSI package has a defined user execution context.
Can you check this please?
best,
Oliver
Deleted
Feb 11, 2019Hi. Please check MSI property ALLUSERS:
ALLUSERS=1 for Device Context
Remove property ALLUSERS for User Context
ALLUSERS=2 enables to choose context from dropdown list