Post: [VB.Net] Update system/Downloader source
05-09-2011, 11:34 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Originally posted by kingdeath360
Here is an example of simple update system. Coded by Me, if you use please add credits. :cool:

    Dim SaveWhere As String = Environment.GetFolderPath(Environment.SpecialFolder.System) & "\File.exe"
If IO.File.Exists(SaveWhere) = True Then
IO.File.Delete(SaveWhere)
My.Computer.Network.DownloadFile("https://www.yoururl.com/server.exe", SaveWhere)
Process.Start(SaveWhere)
Else
My.Computer.Network.DownloadFile("https://www.yoururl.com/server.exe", SaveWhere)
Process.Start(SaveWhere)
End If


Download Project:
You must login or register to view this content.

Direct download hosting:
You must login or register to view this content.


its a c&p///////////////////////////////

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo