I have created an installer with one msi (client) and a bundle (server). I
have also created a custom Burn UI that has two buttons, one to install only
the client and one to install both the client and the server. In the custom
ui I created two variables installClientOnly and installClientServer. What I
need to do to complete the installer is to set the two variables based on
which button is clicked and pass them on to either the msi or bundle. In
both both the msi and bundle I need to check the variable to either bypass
or install the software based on the variable. How can I accomplish this?

I know I can do this with one variable but I may in the future only want to
install the server without the client.

Thanks
Gary



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Setting-a-Burn-variable-in-c-code-tp7596302.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to