We have a .NET application (C#, 2.0) which is placed on a network share and is executed via a Batch file on the user's PC.
Right now the users have admin access on their PC and when the UAC popup prompts the user can accept it and the application will run fine.
Our IT team has decided to remove Admin access from the local PC. With this change, our application will not work anymore. We cannot install the application on all PCs because we wish to avoid additional footprint on the PC + we have a lack of an update process.
Are there any options to run from network without UAC popup? Will Clickonce work for .NET 2.0 applications too?