Is it possible to add custom attributes to the Directory element? I can add
custom attributes to other elements like Features, Components, etc. Maybe
its something with my schema? I tried the following but nothing worked:

 <xs:element name="Directory">
    <xs:complexType>
      <xs:attribute type="xs:string" name="NIPath">
      <xs:annotation>
        <xs:documentation>
          dsfasdfasdfasfsfsdf
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    </xs:complexType>
  </xs:element>

Another way I tried: 
 <xs:attribute type="xs:string" name="NIPath">
    <xs:annotation>
      <xs:documentation>
       Test
      </xs:documentation>
      <xs:appinfo>
        <xse:parent namespace="http://schemas.microsoft.com/wix/2006/wi";
ref="Directory" />
      </xs:appinfo>
    </xs:annotation>
  </xs:attribute>

Any thoughts?
-- 
View this message in context: 
http://n2.nabble.com/Adding-Custom-Attributes-to-the-Directory-Element-tp2458508p2458508.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
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

Reply via email to