Quote:
Originally Posted by baica123
|
Nice, but why not instantly on form load?
Also you can add Thread.Sleep(200) before Process.Start so it have time (200ms should be more than enough) to download them before it actually start exe. You could also add some error handling in case server is down.
Or you can hardcode files inside source so it wont need to download them each time and just write them locally within launcher (of course you can add updater.exe which will update you main launcher exe in case you made changes/change ips etc etc).
p.s you still have debug exes inside debug folder