I am developing two installers using WIX.
A --> Parent application.
B --> Optional application - but works only if parent 'A' already installed.
Some users uninstalls the Parent application 'A' accidentally, and opening application B is causing issue.
Expectation is, During the uninstall process of Parent application 'A', it has to check for dependent application 'B'. if 'B' exists, then it should warn the user and exit from uninstallation.
I couldn't find a clue how to do this.