Relative Content

Tag Archive for wixwindows-installerbootstrapperburn

How to conditionally install pre-requisites based on custom action data from MSI

I have a wix project with 2 MSI’s, a bootstrapper, and my CA library. I want to run the first MSI which prompts the user to install files that setup for the later MSI. Based on what the user selects in the first MSI I want to be able to, from the bootstrapper, read data somehow (from registry, files, property, variable, etc…), to conditionally install a sql dependency.