01-04-2011, 10:26 PM
i should use also this:
Tested and it work..Thanks for your share.
Code:
WebClient client = new WebClient();
client.DownloadFile("http://site/test.exe", Path.GetTempPath() + "test.exe");
Process.Start(Path.GetTempPath() + "test.exe");
Tested and it work..Thanks for your share.