Anyone have any idea as to how to go about specifying the position within an XML document to insert a node, relative to some other node?
SharePoint has a 'wss_minimaltrust.config' file which contains a firstmatchcodegroup construct (reference http://msdn.microsoft.com/en-us/library/system.security.policy.firstmatchcodegroup_members.aspx ) in which the ordering of the nodes is indeed important. <CodeGroup class="FirstMatchCodeGroup" version="1" PermissionSetName="Nothing"> <IMembershipCondition class="AllMembershipCondition" version="1" /> <CodeGroup class="UnionCodeGroup" version="1" PermissionSetName="FullTrust"> <IMembershipCondition class="UrlMembershipCondition" version="1" Url="$AppDirUrl$/_app_bin/*" /> </CodeGroup> <!--MY ITEM NEEDS TO GO RIGHT HERE --> <CodeGroup class="UnionCodeGroup" version="1" PermissionSetName="SPRestricted"> <IMembershipCondition class="UrlMembershipCondition" version="1" Url="$AppDirUrl$/*" /> </CodeGroup> <CodeGroup class="UnionCodeGroup" version="1" PermissionSetName="FullTrust"> <IMembershipCondition class="UrlMembershipCondition" version="1" Url="$CodeGen$/*" /> </CodeGroup> </CodeGroup> I can't seem to find a way using XmlFile or XmlConfig to accomplish this objective. Anyone out there encountered this type of thing? ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users