Answer the question
In order to leave comments, you need to log in
Dependent installation of packages in WiX Bootstrapper, how to do?
I'm making a multi-package installer in WiX.
The idea is this: the first package is launched in Chain, options are selected in it, on the basis of which a decision is made whether to install subsequent packages.
Specifically, then:
<Bundle Name="..." ... >
...
<Chain >
<PackageGroupRef Id="WindowsInstaller45"/>
<PackageGroupRef Id="NetFx40Redist"/>
<MsiPackage Id="MyMSIInstaller" SourceFile="..." DisplayInternalUI="yes" ...>
<!--В этом пакете со своим UI принимается решение, устанавливать ли новый SQL сервер или использовать имеющийся где либо в сети -->
<MsiProperty ... />
</MsiPackage>
<!--Как сделать так, чтобы этот пакет не устанавливался, если в предыдущем так было выбрано?-->
<PackageGroupRef Id="SQLServer2008Express"/>
</Chain>
</Bundle>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question