Thanks for the assistance.  Got it working.  I'm not sure that I fully
understand how the ContainerName and BaseContainerName attributes should be
set in the messages.xml file, but it seems to work with the strings I
provided.  Thanks again for the assistance.

<Messages Namespace="company.div.myExt.myExtension"
Resources="Data.Messages"
xmlns="http://schemas.microsoft.com/genmsgs/2004/07/messages";>
  <Class Name="messages" ContainerName="myExtMessagesEventArgs"
BaseContainerName="WixErrorEventArgs">
    <Message Id="AttributesOfParentAndChildConflict" Number="20001">
      <Instance>
        Attributes of this element, the {0} element, conflict with
attributes contained in the parent element.  Remove either the parent's
attributes or this element.
        <Parameter Type="System.String" Name="elementName" />
      </Instance>
    </Message>
  </Class>
</Messages>



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WixExtension-how-to-use-a-messages-xml-file-tp7592715p7592875.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to