Visual Studio 2008 Setup Project Question ?
C / C++ / MFC
1
Posts
1
Posters
1
Views
1
Watching
-
I have written Installation using Visual Studio 2008 Setup project. I have created a GUI for installing specific product (using check box dialog). but I need the same gui for uninstallation also. Means if unchecked that product should be uninstalled. all other products should remain same. any suggestion how to do it in Visual Studio 2008 setup project.I used only C++ base installation. No .net dependencies.