I have an application that I want to share on my company's network share. It's a .exe with some .dll's.
We have ~40 users who will need this program. We want it to autostart with the computer.
The problem rises when we need to update the application. Because some of the users might have the application running we cannot delete the .exe and replace it with a new one...
Some say I should use .NET "ClickOnce", but it would'nt work with autostart, right?
What would be the best way to do this? Have a seperate .exe that copies the application to the users temp-folder and then run it from there?