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
row). > > -- > Mike Dimmick > > -Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of csellers > Sent: 27 December 2007 23:00 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Using XmlFile in a merge module > &

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

2007-12-28 Thread Mike Dimmick
ers] Using XmlFile in a merge module I currently have an MSI Wix project that (among other things) copies an xml file and makes modifications to it using util:XmlFile. I am in the process of converting this project to a merge module (MSM), but when I include the merge module in another install, I ge

[WiX-users] Using XmlFile in a merge module

2007-12-27 Thread csellers
I currently have an MSI Wix project that (among other things) copies an xml file and makes modifications to it using util:XmlFile. I am in the process of converting this project to a merge module (MSM), but when I include the merge module in another install, I get an error saying there was a fail