I am running into a complex situation where I have two install packages. One depends on the install of the other. And uninstall must be done in the correct order as well.
I am having a lot of trouble getting the conditions to work to prevent one from being uninstalled if the other is still installed. I keep making conditions that prevent uninstall no matter what - which is very messy to clean up...
So all I want now is to raise a warning message when a condition is met. Something like "Warning: You should uninstall X before you uninstall this package" with Quit and Ignore buttons. Is there any way to make a conditional warning in WiX 3?