Thanks for the replay, 

My requirement is i have a config file, in that i will set the values. 
I will use those values while deploying msi package in server. 
In my wix file i will use xmlfile tag. 

Like below 

<XmlFile Id="WritetierPresentation_XML_LogPath"  CreateElement="no"
ElementPath="configuration/userSettings/LogPath"
File="F:\Processes\PN6IROSD\ImportReutOptionSymbols.exe.config"
Value="[TIERPRESENTATIONXMLLOGPATH]" /> 

in cofig file : 

<TierPresentationXML> 
      <LogPath> 
          <![CDATA[<string>10.10.10.11</string> 
        <string>10.10.10.12</string> 
        ]]> 
        </LogPath> 
      </TierPresentationXML> 

based on LogPath i have to copy the complete data into another file. 

but it's copied differently 
like : 

<LogPath> 
          <string>10.10.10.11</string> 
<string>10.10.10.12</string> 
        ]]> 
        </LogPath> 

But i want exact format 

Could you please help on this? 

-- 
View this message in context: 
http://n2.nabble.com/How-to-use-and-in-CDATA-function-tp4738881p4739081.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; 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

Reply via email to