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
I just made this work:
Add an uninstall.bat file to your project. The file contents is:
msiexec.exe /x %1
Make a shortcut to that batch file (say in User's Program Menu), specify in the shortcut's properties, next to Arguments: [ProductCode].
[ProductCode]