Stay Visible

Is there a way to make the automatic updater component on a WinForm update stay visiible.

How can I add a progress bar during the install.

We have people closing and then causing all sorts of problems.

Hey Andy,

Is there a way to make the automatic updater component on a WinForm update stay visiible.

Yes, set the visible property to true.

How can I add a progress bar during the install.

Use the progress changed event.

We have people closing and then causing all sorts of problems.

What problems?