Has anyone else ran xsd on wix.xsd to create a cs file? I'm trying to automate the creation of my wix files but now need to add support for iis. In a manually created file I included:
Xmlns:iis = "http://schemas.microsoft.com/wix/IIsExtension" - to try and replicate this I attempted to use line 8 but you can't seemingly have a duplicate XmlRootAttribute. If I change the namespace in 6 to "http://schemas.microsoft.com/wix/2006/wi, abc" for example this shows I could maybe format a string to include the IisExtension part? Not sure if this an appropriate approach however. I realise this is possibly more of a serialization issue rather than wix however I thought that if any forum would have some idea about this then it would be here. /// <remarks/> 1. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] 2. [System.SerializableAttribute()] 3. [System.Diagnostics.DebuggerStepThroughAttribute()] 4. [System.ComponentModel.DesignerCategoryAttribute("code")] 5. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.microsoft.com/wix/2006/wi")] 6. [System.Xml.Serialization.XmlRootAttribute(Namespace = "http://schemas.microsoft.com/wix/2006/wi", IsNullable = false)] 7. //[System.Xml.Serialization.XmlRootAttribute(Namespace = "http://schemas.microsoft.com/wix/IIsExtension", IsNullable = false)] Any help would be gratefully received. Thanks Norman Lough Developer Tel: +44 (0)191 213 5555 DDI: +44 (0)191 2028360 Email: norman.lo...@imass.co.uk Imass Ltd, Northumbria House, Regent Centre, Gosforth, Newcastle upon Tyne, NE3 3PX. http://www.imass.co.uk <http://www.imass.co.uk/> Imass Limited is an Infoterra company, part of EADS Astrium Registered in England and Wales No. 2379476 - Disclaimer - The information contained in this e-mail and its attachments is confidential and intended only for the use of the individual or entity named above. If you are not the intended recipient, please do not read, copy, use or disclose this message or its attachments. If you have received this message in error, please notify the sender immediately and delete or destroy all copies of this message and attachments in all media. Any views expressed in this e-mail that do not relate to Imass' official business may not reflect the views of the company. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users