Easier would be to find out, does the .exe support silent switches. Like /silent, /S, /quet, /Q or anything like that. After that. you can create Task Scheduler with Group Policy Preferences to launch short script for silent install.
make a msi trusted
So i want to rollout a msi with GPO so far so good
but the problem i am struggeling with is that i get an msg from User Account Control if i want to install this application form an unkowen publisher.
i converted the Azure Site to Site VPN exe with "EXE to MSI converter free"
is there a solution that i dont get this popup.
or should i deploy the exe and a batch file with gpo
i hope this is understanding
best regards
2 answers
Sort by: Most helpful
-
Pavel yannara Mirochnitchenko 12,621 Reputation points MVP
2022-10-20T07:54:13.857+00:00 -
Limitless Technology 44,431 Reputation points
2022-10-24T07:55:08.54+00:00 Hi,
The proper way is to get the msi signed by Microsoft and then it won’t be an issue. If the MSI isn’t signed by Microsoft, your only option may be to disable UAC.
---------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept as answer--