Forum Discussion
StuartK73
Jul 29, 2020Iron Contributor
Deploy EXE as Admin
Hi All
I'm trying to deploy an EXE app via Intune (Packaged up in WinAppUtil), however end users are getting prompted for admin creds to install.
Any way around this at the app deploy level?
Regards
2 Replies
- joel_grangierBrass Contributor
StuartK73
If your Intune package needs admin privileges to be installed, you should install it under the system context, by selecting the correct "Install behavior". If you have selected "User", the installation will run in the context of the logged-in user and the UAC will pop-up if it's activated.
If am I understanding your case correctly, I assume that the user is not admin on the device...- StuartK73Iron ContributorHi There
The EXE is configured in Intune as Install Behavior: System
And users are Standard Users.
Any other ideas?