[WiX-users] Using util extension in include file.
Hi, I am having a problem using util:XmlConfig from an include file, it seems like the namespace declaration isn't seen by the stuff in the include file even though I declare it in the tag for the main file. Here is basic version of what I have now, with all the irrelevant details removed: Main.wxs http://schemas.microsoft.com/wix/2006/wi"; xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"; > Include.wxi If I move the stuff from include.wxi to main.wxs it works fine, but when I try use include.wxi I get the error "Not a valid source file; detail: 'util' is an undeclared namespace. Line 29, position 14." Any ideas on what I'm doing wrong? Thanks, Jason -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] configuring a firewall exception
Hi, I have a component that I need to add a firewall exception to, the catch is I need to specify the port from a property that is set on the command line. For example, I am using something like the following: When I use that code above I get the error: error CNDL0008 : The fire:FirewallException/@Port attribute's value, '[PORT]', is not a legal integer value. Legal integer values are from -2,147,483,648 to 2,147,483,647. I'm very new to wix, so any help would be greatly appreciated. Thanks, Jason -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users