Re: [WiX-users] Using XmlFile in a merge module

2008-01-02 Thread Bob Arnson
csellers wrote: > We are using Wix build 3.0.2925.0 > Please try the latest weekly release. The version you're using is over six months old. And please include the exact error message from a verbose log, to get the details the CA logs. > Looking at this, you would think SchedXmlFile would oc

Re: [WiX-users] Using XmlFile in a merge module

2008-01-02 Thread csellers
Here's a sample that demonstrates the problem: http://schemas.microsoft.com/wix/2006/wi"; xmlns:sql="http://schemas.microsoft.com/wix/SqlExtension"; xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension"; xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>

Re: [WiX-users] Using XmlFile in a merge module

2007-12-28 Thread csellers
Thank you very much for your reply. We are planning on providing this part of the install to third parties, so the merge module approach is desirable. My answers in bold. - The exact version of WiX you're using, including build number; We are using Wix build 3.0.2925.0 - The name and version o

Re: [WiX-users] Using XmlFile in a merge module

2007-12-28 Thread Mike Dimmick
Merge modules are for providing to third parties, for them to integrate into their installers. If you're only using this common code in-house, in other WiX-based installers, I recommend building and sharing a .wixlib instead (or you can simply share the .wxs source code, the .wixlib simply saves so