I have an addin application, A, built with Add-In express. Its installer is built in a Visual Studio setup project. Now I have included it in another comprehensive application, B. Its installer is built with Advanced Installer.
We want to be able to uninstall A during install of the comprehensive application B. According to Advanced Installer's user guide "How do I uninstall another MSI package when my application is uninstalled?", I follow the guide, but it does not work for me.
So I must miss something or some setting is not correct in my AIP. I am not sure how to attach aip file. How can I fix this problem?