Re: [WiX-users] Question about using XmlFile (WixUtilExtension.dll in general, actually)

2010-09-05 Thread Bob Arnson
On 02-Sep-10 17:12, Dave DaveLists wrote: > Thanks for the thought. I checked this out when I started having > trouble, actually, along with removing the reference and putting it > back in manually. But it is indeed present on the command line. Never seen that. It might be a problem with upgradi

Re: [WiX-users] Question about using XmlFile (WixUtilExtension.dll in general, actually)

2010-09-02 Thread Dave DaveLists
Hi Bob, Thanks for the thought. I checked this out when I started having trouble, actually, along with removing the reference and putting it back in manually. But it is indeed present on the command line. -Dave On Thu, Sep 2, 2010 at 6:03 AM, Bob Arnson wrote: >  On 27-Aug-10 13:53, Dave DaveLi

Re: [WiX-users] Question about using XmlFile (WixUtilExtension.dll in general, actually)

2010-09-02 Thread Bob Arnson
On 27-Aug-10 13:53, Dave DaveLists wrote: > Yes, we're referencing the DLL in the project. Take a look at a verbose MSBuild log to see what -ext switches are being passed to Candle.exe. My bet is that the reference isn't turning into an -ext switch. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Question about using XmlFile (WixUtilExtension.dll in general, actually)

2010-08-27 Thread Dave DaveLists
. >> > >> > Mine looks like this >> > >> > http://www.w3.org/2001/XMLSchema-instance"; xmlns=" >> http://schemas.microsoft.com/wix/2006/wi"; xmlns:util=" >> http://schemas.microsoft.com/wix/UtilExtension";> >> > >>

Re: [WiX-users] Question about using XmlFile (WixUtilExtension.dll in general, actually)

2010-08-26 Thread James Kessler
t; http://schemas.microsoft.com/wix/UtilExtension";> > > > > -Original Message- > > From: Dave DaveLists [mailto:dbfli...@gmail.com] > > Sent: Wednesday, August 25, 2010 8:50 AM > > To: General discussion for Windows Installer XML toolset. > > Subj

Re: [WiX-users] Question about using XmlFile (WixUtilExtension.dll in general, actually)

2010-08-26 Thread Dave DaveLists
> To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Question about using XmlFile (WixUtilExtension.dll > in general, actually) > > Ah, yes, sorry. It is a wix compiler error: > > The Component element contains an unhandled ex

Re: [WiX-users] Question about using XmlFile (WixUtilExtension.dll in general, actually)

2010-08-26 Thread Chad Petersen
"; xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";> -Original Message- From: Dave DaveLists [mailto:dbfli...@gmail.com] Sent: Wednesday, August 25, 2010 8:50 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Question about using XmlFile (WixU

Re: [WiX-users] Question about using XmlFile (WixUtilExtension.dll in general, actually)

2010-08-25 Thread Dave DaveLists
Ah, yes, sorry. It is a wix compiler error: The Component element contains an unhandled extension element 'util:XmlFile'. Please ensure that the extension for elements in the 'http:⁄⁄schemas.microsoft.com⁄wix⁄UtilExtension' namespace has been provided. I googled this line and found a few referen

Re: [WiX-users] Question about using XmlFile (WixUtilExtension.dll in general, actually)

2010-08-25 Thread Bob Arnson
On 24-Aug-10 21:00, Dave DaveLists wrote: > we expected to be able to reference XmlFile using util:XmlFile but > this is failing at compile time. It might help if you described how it was failing... -- sig://boB http://joyofsetup.com/ -

[WiX-users] Question about using XmlFile (WixUtilExtension.dll in general, actually)

2010-08-24 Thread Dave DaveLists
Hello all, We are trying to connect up XmlFile functions to our installer and had some interesting problems. Adding a reference to the DLL to the project and including a namespace in the wxs file - using something like xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"; we expected to b