ClickOnce Restore / Rollback

G

Guest

I am testing ClickOnce for use with my application and have a question about
restoring to a previous application state.

I can publish, deploy, and run a test ClickOnce deployed app fine. I then
update the app and version and redeploy it fine. When I restore the app to
the previous version using Add/Remove Programs, that also works as expected.

After a user has done a rollback on the app to the previous version, can it
be updated at a later time back to the updated version? After it is rolled
back, the auto update no longer sees that newer version (which I assume is by
design?), but the app also does not see the update when manually checked
using My.Application.Deployment.CheckForUpdate().

I know the user could manually reinstall the update, I am just wondering if
I am doing something wrong or if this is normal as I have described?
 

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

Top