I am using Windows Installer XML 3.0 (WIX3) to install some software.
Everything works fine, however, I\'m having a really hard time to handle the following use case
I also faced this problem. Changing the Before attribute to "InstallValidate" worked for me.