Click once property in setup project

  • Thread starter Thread starter HIK
  • Start date Start date
H

HIK

Click once can be set up to pole the setup url if there is a newer
version or not. I have a project which can only be deployed using a
setup project. How can I create the same feature in my setup project,
so the client will automatically check if there is a newer version or not?

haim
 
The question would be: check where?

With ClickOnce it makes sense - the user browses to a URL to begin with.

But if you just have a setup project, how would that know where to check?

I think you would have to roll your own solution for this. There is an
Application Updater Block from MS, that might be helpful with this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top