[wix-users] WiX ComponentGroup Condition

Joel Budreau joel.budreau at gmail.com
Mon Aug 29 13:12:44 PDT 2016


You can set a build-time condition on the ComponentGroup using <?if?> and
$(var) that will allow you to package or not-package a set of components.


On Mon, Aug 29, 2016 at 12:57 PM, Jon Earle <earlej at hotmail.com> wrote:

>
>
> I have a Feature, which references a ComponentGroup.  That ComponentGroup
> is defined in a Fragment in another file and contains number of Components.
>
>
>
>
> This project is shared across multiple versions of the product and I
> would like to maintain one version of the Product.wxs file (the codebase
>  is common between the product versions).
>
>
>
>
> Can I set a Condition on a ComponentGroup to determine whether or not to
> include it in the installer?
>
>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>


More information about the wix-users mailing list