Yes, that resolved my issue.  
 
Thanks,
Kevin


> Date: Fri, 11 May 2007 13:10:11 -0700> From: [EMAIL PROTECTED]> To: 
> wix-users@lists.sourceforge.net> Subject: Re: [WiX-users] Questions on using 
> XmlConfig/XmlFile elements> > > > > Kevin Fischer wrote:> > > > I'm just 
> starting out with using WiX inside of Visual Studio 2005.> > > > I've 
> installed the December 2006 version 3 of WiX, Votive, etc. via the> > MSI 
> installation. I have a very basic .wxs file currently.> > > > I want to use 
> XmlConfig inside of my .wxs file. The documentation says> > it's a child of 
> Component. If I nest an empty <XmlConfig /> inside of> > Component it 
> complains that it's not a valid child of Component.> > > > The documentation 
> said I need to link to wixca.wixlib, but I didn't find> > that installed as 
> part of WiX. I also saw a mention of Util on the doc> > page, so I added a 
> reference to WixUtilExtension.dll, but that didn't> > change anything.> > > > 
> What's the trick to getting XmlConfig/XmlFile working? Do I need to refer> > 
> to a namespace or something?> > > > Thanks,> > Kevin> > > > > > Wix 3 have 
> different schemas to use depending your need. xmlconfig needs> util schema, 
> which you have to include it by adding > 
> xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"; to your Wix> node 
> inside each wxs file that uses xmlConfig. Also you have to make a> reference 
> to WixUtilExtension by right-clicking references folder on> solution explorer 
> ->add reference ->select WixUtilExtension.dll from the> list. Then, when you 
> use xmlConfig, you have to put <util:XmlConfig, in> order to recognize as 
> part of the util schema. > > hope this helps! > > Jose> > > -- > View this 
> message in context: 
> http://www.nabble.com/Questions-on-using-XmlConfig-XmlFile-elements-tf3729268.html#a10438632>
>  Sent from the wix-users mailing list archive at Nabble.com.> > > 
> -------------------------------------------------------------------------> 
> This SF.net email is sponsored by DB2 Express> Download DB2 Express C - the 
> FREE version of DB2 express and take> control of your XML. No limits. Just 
> data. Click to get it now.> http://sourceforge.net/powerbar/db2/> 
> _______________________________________________> WiX-users mailing list> 
> WiX-users@lists.sourceforge.net> 
> https://lists.sourceforge.net/lists/listinfo/wix-users
_________________________________________________________________
Download Messenger. Start an i’m conversation. Support a cause. Join now.
http://im.live.com/messenger/im/home/?source=TAGWL_MAY07
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to