I want to verify online if the installer can proceed. If I can change the website to whatever I need, is there any way to make this verification in a WiX generated MSI for a desktop app?
I had to create a WiX Custom Action to check it and added it to the After="FindRelatedProducts"
in the InstallUISequence
tag