I have a Visual Studio setup project.
Upon installation, it creates an uninstall batch file in the application folder. IF the user wants to uninstall the product, he can g
For removing the application I would use the [ProductCode] as a parameter, calling the msiexec from within the application itself - for a detailed guide as to creating the uninstaller please check this blog: http://endofstream.com/creating-uninstaller-in-a-visual-studio-project/