1

I tried this:

Dim address As String = "http:/test/updateConfirm.txt"
     Dim client As WebClient = New WebClient()
     Dim updateConfirmVar As String = client.DownloadString(address)
     If updateConfirmVar = "available" Then

But I want to do it with the clickOnce update system. How to do it?

Vebbie
  • 1,669
  • 2
  • 12
  • 18
Stelios Liakopoulos
  • 101
  • 1
  • 1
  • 11
  • 2
    What do you not understand about what you read about ClickOnce when you researched it? If you don't even know that one of the points of ClickOnce is that it will check for updates without you writing any code then you clearly haven't done the appropriate research so it's too soon to be posting a question here. – jmcilhinney Feb 10 '19 at 21:58
  • but it needs to be uploaded to the internet right?Where to upload it – Stelios Liakopoulos Feb 11 '19 at 05:38
  • 1
    That's completely up to you. There's no one magic place that all ClickOnce apps get uploaded to. It just needs to be a server that your users can access. That might be on an intranet for a corporate app or a public web server for anyone to use. – jmcilhinney Feb 11 '19 at 06:00

0 Answers0