From: Tony Wallulis
Sent: Monday, September 22, 2008 1:42 PM
To: 'wix-users@lists.sourceforge.net'
Subject: Wix 2.0 issue

Hey I'm using Wix 2.0 to build an MSI that creates a web site and ideally 
assigns a custom response header.  I have the following code:

                        <WebSite Id='WUWebSite' Description='WUWEB' 
Directory='WWWDIR' AutoStart='no' DirProperties='MUReadAndExecute' 
ConfigureIfExists='yes'>
                            <WebAddress Id='WUWebAddress' Port='80' 
Secure='no'/>
                            <WebAddress Id='WUWebAddressSSL' Port='443' 
Secure='yes'/>
                        <WebApplication Id='RootApplication' Name='/' 
Isolation='low' AllowSessions='no' SessionTimeout='60' Buffer='yes' 
ParentPaths='no' DefaultScript='VBScript' ScriptTimeout='60' 
WebAppPool='WUPool'/>
                        <HttpHeader Name='X-UA-Compatible' 
Value='IE=EmulateIE7' />
                        </WebSite>


Which is correct according to the Wix Schema, but when I do candle on the wix, 
I get "error CNDL0005 : The WebSite element contains an unexpected child 
element 'HttpHeader'"

Why am I seeing this error?

Also, as a follow up question, how do you set custom response headers in WIX 
3.0, as we plan to upgrade our MSIs to use 3.0 in the near future.

Thanks
Tony
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to