Answered by:
UE-V Agent 2.1 and SCCM

Question
-
Hi,
please help me to resolve the problem with deploy UE-V agent.
UE-V agent is exe file, and have some command line keys
https://docs.microsoft.com/en-us/microsoft-desktop-optimization-pack/uev-v1/deploying-the-ue-v-agent
I use powershell to start installation
Start-Process "\\contoso.com\profiles\ue-v administrative\UEV2.1SP1\UEV2.1SP1_Agent_KB4014009.exe" -ArgumentList "/install /passive /norestart AcceptLicenseTerms=True SettingsStoragePath=""\\contoso.com\profiles\ue-v profiles"" SettingsTemplatCatalogPath=""\\contoso.com\profiles\ue-v administrative\Templates"" SyncMethod=None SyncEnabled=True"
When I run this line, the agent starts install. And than UAC ask me "Do you want to allow the following program ..."
Of course I can select "Yes", but if I use SCCM - user can`t do that. The installation is stack.
I we look in temp folder, we can see something like this
If I try use Agent.exe - this well repeat, create folders in temp and UAC massage.
Who can I install UE-V using SCCM :)
Tuesday, October 23, 2018 8:56 PM
Answers
-
Here solution
https://mwesterink.wordpress.com/2013/10/04/configmgr-2012-application-deployment-and-user-account-control-uac/
User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode
After setting it to Elevate without prompting I was able to successfully deploy applications provided by the Application Catalog. After all, SYSTEM is an administrator…- Marked as answer by Denis.Pasternak Wednesday, October 24, 2018 7:55 PM
Wednesday, October 24, 2018 7:54 PM
All replies
-
Hi,
I recommend you try installing the UE-V agent silently.
Microsoft UE-V – Part 3 Silently installing the UE-V agentPlease remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.Wednesday, October 24, 2018 8:56 AM -
Hi,
I recommend you try installing the UE-V agent silently.
Microsoft UE-V – Part 3 Silently installing the UE-V agent
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.Hi, and thanks for reply.
Silent or passive no difference, always try run agent.exe from temp folder, and process stacks
- Edited by Denis.Pasternak Wednesday, October 24, 2018 6:54 PM
Wednesday, October 24, 2018 6:53 PM -
Here solution
https://mwesterink.wordpress.com/2013/10/04/configmgr-2012-application-deployment-and-user-account-control-uac/
User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode
After setting it to Elevate without prompting I was able to successfully deploy applications provided by the Application Catalog. After all, SYSTEM is an administrator…- Marked as answer by Denis.Pasternak Wednesday, October 24, 2018 7:55 PM
Wednesday, October 24, 2018 7:54 PM