How to use Updates option in vb express 2005

  • Thread starter Thread starter raz230
  • Start date Start date
R

raz230

I have recently begun working with VS 2005 (Visual Basic Express
2005). I have been using 2003 using the 1.1 version
of the framework before that and I notice all these new options with
the 2005 projects.

Specifically under your project properties, on the Publish pane, there
is an Updates button. There are options in there that
I would like to understand more. Perviously, I have always had to
make my own updaters, but this looks automated.

Does anyone know how this works and could it be explained easily? Are
there any good web sites that explain this? I'd really like to use
this
as it would save me a lot of time :)


Thanks for any help!

Rob
 
Specifically under your project properties, on the Publish pane, there
is an Updates button. There are options in there that
I would like to understand more. Perviously, I have always had to
make my own updaters, but this looks automated.

Does anyone know how this works and could it be explained easily? Are
there any good web sites that explain this? I'd really like to use
this
as it would save me a lot of time :)

It's for "ClickOnce" deployment. See:

http://msdn.microsoft.com/msdnmag/issues/04/05/clickonce/
 
Back
Top