I have a server with a bunch of installers on it. However my program stops when I attempt to initiate connection to the server.
Process.Start(@"\\{Server ip}\Software_Depot\Installers_Master\Snagit\v2019\snagit.exe");
What I'm trying to do here is initiate the installation of snagit.exe from our server.