Add SelectionLanguage attribute to your <Util:XmlFile> element:

<Util:XmlFile ...
     SelectionLanguage="XPath" />




-----Original Message-----
From: Carolina Zuqueto Amaral [mailto:carolina.ama...@conv.com.br] 
Sent: Thursday, June 17, 2010 3:20 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] XMLFile

This is my xml:
  <?xml version="1.0" ?>
 <DTSConfiguration>
        <DTSConfigurationHeading>
             <DTSConfigurationFileInfo GeneratedBy="CONVERGENCIA\felipe.miana" 
GeneratedFromPackageName="ConnectionStrings"  
GeneratedFromPackageID="{6CD6920D-A4F0-4733-A08F-                125106F531F0}" 
GeneratedDate="21/10/2009 14:13:46" /> 
        </DTSConfigurationHeading>
        <Configuration ConfiguredType="Property" 
Path="\Package.Variables[User::path].Properties[Value]" ValueType="String">
                <ConfiguredValue>\\convs07\Historical 
Integration\DataFarm\WIT\Files\</ConfiguredValue> 
         </Configuration>
         <Configuration ConfiguredType="Property" 
Path="\Package.Variables[User::WITPath].Properties[Value]" ValueType="String">
                  <ConfiguredValue>Provider=SQLNCLI10.1;Data 
Source=CONVS04;Integrated Security=SSPI;Initial 
Catalog=WIT_Historical</ConfiguredValue> 
         </Configuration>
  </DTSConfiguration>

I need to configure the nodes  <Confiruration>, but the only difference between 
them is the path.
I isn“t getting to set it.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to