[WiX-users] Occasional crash when running "devenv /setup"

2011-09-05 Thread Rob Hamflett
Hi, I'm having some occasional crashes when running "devenv /setup" during an install. It's not completely reproducible and only happens occasionally. Everything is statically linked and I don't think there's a runtime dependency problem occuring. I've also asked the developers to cast an

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

[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