[WiX-users] WiX documentation links broken

2009-07-06 Thread Brian Kretzler
Has anyone else noticed that the "Manual (WiX 3.0)" links on the right hand side of wix.sourceforge.net are broken? The 2.0 links are not much better, but show something. Under the 2.0 links, clicking on "Schema" takes me to an empty page. -

[WiX-users] How to add an extra xmlns

2009-04-28 Thread Brian Kretzler
I'm using a preprocessing in a wxs file to pull in a wxi file. This wxi file contains XmlFile elements which requires using an additional xmlns. i.e. http://schemas.microsoft.com/wix/UtilExtension> http://schemas.microsoft.com/wix/UtilExtension";); But when I try to use Wix.A