Re: [WiX-users] Prerequisites in a separate file

2009-08-14 Thread Blair
Fragments are atomic blocks of "code" that are either incorporated or ignored based on other fragments referencing them (a lot like functions being included or ignored by the c/c++ linker based on an already included code segment). You could either put this in an include file (like Yan suggests) o

Re: [WiX-users] Prerequisites in a separate file

2009-08-14 Thread Yan Sklyarenko
You don't reference anything from this file in your main authoring(s), that's why it is not picked by WiX engine. You can verify this by opening the resulting MSI with Orca and see the LaunchCondition table. What I do in my project is grouping the prerequisites in a separate wxi (include) file and