Re: [WiX-users] Conditions on a Fragment

2011-09-05 Thread Anil Patel
conditions ( Condition element nested under a > Component element ) and the VersionNT property. > > > > From: "Anil Patel" > > Sent: Monday, September 05, 2011 9:29 AM > > To: "General discussion for Windows In

Re: [WiX-users] Conditions on a Fragment

2011-09-05 Thread Christopher Painter
05, 2011 9:29 AM To: "General discussion for Windows Installer XML toolset." Subject: [WiX-users] Conditions on a Fragment Hello, I have a number of fragments say A, B & C. What I would like to do is to install fragment A if the the OS is Windows 7, install fragment B if the

[WiX-users] Conditions on a Fragment

2011-09-05 Thread Anil Patel
Hello, I have a number of fragments say A, B & C. What I would like to do is to install fragment A if the the OS is Windows 7, install fragment B if the OS is Win XP and install fragent C if its Windows Vista. So its a selective install of fragments based on OS. I thought of using a condition el