When I build an MSI in Visual Studio, I have the option of specifying required components (in this case, MSXML6), and if the component isn't installed then the installer would say that it was needed, and would open a browser to the download site for the component.
How can I implement this using Wix?
(Note that I don't necessarily want it to install the component, just exit the installation and go to the download page. I'm not trying to execute MSI from within MSI.)