1
相關:WiX XmlFile setValue on multiple linesWiX XmlConfig在多行上更改值?
我想用一個語句使用XmlConfig更新多個xml節點上的屬性。有沒有相當於XmlFile - bulkSetValue?
這將更新第一個實例。
<util:XmlConfig Id="ServerWCFCertClientSettings" File="[#APP_CONFIG]" On="install" PreserveModifiedDate="yes"
Action="create"
Node="value"
ElementPath="//configuration/system.serviceModel/client/endpoint/identity/certificateReference"
Name="findValue"
Value="[SELECTED_WCF_CERTIFICATE]"
Sequence="200" />
我可以用XMLFILE這一點,但我們正在努力對XMLConfig的規範進行所有操作。