I have an installer that consists of an EXE that gets placed in "C:\Program Files (x86)" and it creates some registry keys in HKLM. Is it possible to make it so that non-admin users can run the installer and not get an elevated privileges prompt?
Or if an admin users installs the application, would it be possible for non-admin users to install updates to the application? When I searched around for solutions, the options I found were: a) use GPO to roll out an update or b) use digitally signed patches. I was hoping to find a more simple solution.
How do most people handle this? We're trying to avoid having an admin user log into many machines to install updates to a product. Thanks.
Or if an admin users installs the application, would it be possible for non-admin users to install updates to the application? When I searched around for solutions, the options I found were: a) use GPO to roll out an update or b) use digitally signed patches. I was hoping to find a more simple solution.
How do most people handle this? We're trying to avoid having an admin user log into many machines to install updates to a product. Thanks.
Comment