We have created the msi file using windows installer project in visual studio 2019 we have a requirement that end user could install the msi
End users will be under Active directory so user will install our msi in their domains
If user installs the msi UAC message is displayed prompting admin password
How to create msi using windows installer project in visual studio 2019 or anyother installer have this option to install without UAC
We tried using changing msi location to localAppData of the corresponding domain that time also UAC is displayed