I currently have a wix installer which produces a single MSI. As part of this I check whether or not the correct version of the .Net runtime is installed on the machine. If not it currently aborts the installation and prompts the user to install it. I initially tried using a different method as per this:
But this produces an exe and I need it to remain as a single MSI.
Would it be possible to instead have a custom action that runs the .Net offline installer and install it then continue with the MSI installation?