views:

40

answers:

0

The problem is that in our clients their normal user doesn't have administrator privileges so when they have to install or update our programs they have to log again as administrator to install them and then log as their user which is cumbersome...

As some updates are automatic the "run as" solution isnt a valid one...

One good idea would be to mark a folder as "admin folder" so all the exes executed from that folder run as administrator (having configured the admin account previously) or a configurable a list of executable names that must run as administrator (i say names because it could be different installers with different hash but with a generic exe name that identifies it as ours)

Does anyone know a program or windows configuration or c# code to achieve something like this?

related questions