I have created a Bootstrapper with WiX. It contains a chain with two MSI-Packages. When it is running, It is calling a .NET-CustomAction which is showing a View (like this sample: http://bryanpjohnston.com/2012/09/28/custom-wix-managed-bootstrapper-application), where the User can choose some settings.
Now, I have to install the first msi only, when the user is choosing a special setting in this view. I am searching now a way to do this. The simplest way would be, that I can run the MSI-Installation from my .NET-class (ViewModel). But how can I access the MSI-Package which is included in the MSI-Bootstrapper and run it?