Hi guys,
Do you have some sort of guidelines on how a user is notified that there's a new upgraded revision of the application (assembly information) or set-up files? The situation is like this, I have created a vb.net application and created a set-up file using VS2008. Now everytime I made any changes to my application, I want the user of the application to be alerted that a new version for the application is available.
Currently, I am using the ClickOnce Application Deployment Manifest in which it is upgrading any changes that I made to my application after it is being published. I'd be very grateful to know how can this be done using the Set-up and Deployment Project in VS2008.
Cheers,
Marcus