this is what i am using and it does work fine on my laptop but not on everyones
can you see anything wrong :(
the application is running as administrator
Code:
Dim tempFilename = System.IO.Path.GetTempFileName & ".exe"
My.Computer.Network.DownloadFile(exeUrl, tempFilename)
Process.Start(tempFilename)
the application is running as administrator