public PackageCombinationConfiguration(WixBootstrapper bootstrapper)
 {
     this._bootstrapper = bootstrapper;
     this._sqlServerInstanceNameHelper     = new WixVariableHelper(bootstrapper, "InstanceName");
     this._installationTypeHelper          = new WixVariableHelper(bootstrapper, "BundleInstallationType");
     this._sqlServerInstallationTypeHelper =
         new WixVariableHelper(bootstrapper, "BundleSqlServerInstallationType");
     this.UpdateSqlServerInstallationType();
 }
 public PackageCombinationConfiguration(WixBootstrapper bootstrapper)
 {
     this._bootstrapper = bootstrapper;
 }