VB.NET 2003 - Setup and Deployment ok.. but uninstalling?
Hi All,
I was able to pack my application using Setup and Deployment wizard within VS.NET 2003.
I'd like to include a shortcut in user's start menu for uninstalling the application. As far as I see until now, the user can only uninstall the application from Control Panel>Add/Reomove Programs.
Thank you for helping!
Re: VB.NET 2003 - Setup and Deployment ok.. but uninstalling?
Include a shortcut to the uninstall program (in VB6, it's ST6UNST.EXE) in your program's directory. (I think .net still creates an uninstall.)