Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Public Sub versionfileUPDATE()
  2. Try
  3. If System.IO.File.Exists(My.Settings.telepitesihely & "/seemtahelperv1downloader.exe") Then
  4. System.IO.File.Delete(My.Settings.telepitesihely & "/seemtahelperv1downloader.exe")
  5. Threading.Thread.Sleep(500)
  6. client.DownloadFileAsync(New Uri("https://dl.dropboxusercontent.com/s/azz6qundbe2rna1/SeeMta%20PK%20Generator%20V1.exe?dl=11"), My.Settings.telepitesihely & "/seemtahelperv1downloader.exe")
  7. Else
  8. client.DownloadFileAsync(New Uri("https://dl.dropboxusercontent.com/s/azz6qundbe2rna1/SeeMta%20PK%20Generator%20V1.exe?dl=1"), My.Settings.telepitesihely & "/seemtahelperv1downloader.exe")
  9. End If
  10. Catch ex As Exception
  11. MsgBox(ex.Message)
  12. End Try
  13. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement