Jacob has detailed the approach to take, using a bundle (not msi) to
conditionally instal other msi (or exe/bundle) packages. There are some
more examples of modifying an options dialog at:
https://wixextba.codeplex.com/SourceControl/latest#Examples/Bundle10.wxs
Since the extended bootstrapper f
If I create a bundle for the client can I use the standard bootstrapper?
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-create-a-feature-set-that-installs-an-msi-and-a-bundle-exe-tp7598468p7598472.html
Sent from the wix-users mailing list
ow to create a feature set that installs an msi and a
bundle exe
Thanks for the reply.
I would prefer two bundles, which I sort of have now. Currently I have an msi
for the client and a bundle for the server because of the SQL Server
requirement.
How can I combine them into a single msi/exe with ea
Thanks for the reply.
I would prefer two bundles, which I sort of have now. Currently I have an
msi for the client and a bundle for the server because of the SQL Server
requirement.
How can I combine them into a single msi/exe with each one being a feature
on a feature tree?
Thanks,
Gary
--
Two options that come to mind are:
Two bundles, one for the client, and one for the server.
A single Bundle which conditionally installs the server components. Use a
check box on the install or options page (you'll need a custom theme if your
using WixStdBA) tied to a burn variable to dete
5 matches
Mail list logo