Sigh...
I need to modify an xml file:
<applicationSettings>
<Company.Enterprise.Management.Properties.Settings>
<setting name="IsCompanyServer" serializeAs="String">
<value>*false*</value>
</setting>
<setting name="SyncIntervalMinutes" serializeAs="String">
<value>3</value>
</setting>
</Company.Enterprise.Management.Properties.Settings>
<Company.EnterpriseServices.Properties.Settings>
<setting name="DataProviderName" serializeAs="String">
<value>SQL Server Database Provider</value>
</setting>
</Company.EnterpriseServices.Properties.Settings>
</applicationSettings>
I need to change the false to a true... here is my xmlconfig code:
<util:XmlConfig Id="ModifyIsCompanyServer"
Action="create"
File="[WixLibRedirectFolder]Company.Enterprise.Management.dll.config"
ElementPath="applicationSettings"
On="install"
Node="value"
Name="setting"
Value="true"
/>
What the heck am I doing wrong?
Frustrated,
Steve
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/modify-XML-file-using-utils-XmlConfig-tp7580678.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users