Re: [WiX-users] Conditions on a Fragment

2011-09-05 Thread Anil Patel
Thanks Christopher. I'll look at component conditions. Regards, Anil. On Mon, Sep 5, 2011 at 3:46 PM, Christopher Painter < chr...@deploymentengineering.com> wrote: > > > Fragments are a compiler/build concept not an installer/runtime concept. > Take a look at component conditions ( Condition

Re: [WiX-users] Conditions on a Fragment

2011-09-05 Thread Christopher Painter
Fragments are a compiler/build concept not an installer/runtime concept. Take a look at component conditions ( Condition element nested under a Component element ) and the VersionNT property. From: "Anil Patel" Sent: Monday, September 05, 2011 9:29