I have a VS2010 Setup and Deployment project. We have decided to change the program group to which the next version installs. How do I remove the previous program group? I would prefer to not have the user uninstall via Control Panel.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need to trigger the windows installer to peform a “Major Upgrade” of you product. A major upgrade will uninstall the previous versions components. Details can be found here ins the MSDN docs: http://msdn.microsoft.com/en-us/library/windows/desktop/aa369786(v=vs.85).aspx
You might also consder moving to Wix (Windows Installer XML). You can create much more flexable installers in Visual Studio with it. See: http://wix.sourceforge.net/