windows installer - Add maxMessagesToLog parameter in diagnostics using wix -
i need enable logs while installing msi. able update existing properties in diagnostics not able add new. code sample below getting error.
<util:xmlfile id="setmaxmessagestolog" action="setvalue" file="[rootdirectory]\web.config" elementpath="/configuration/system.servicemodel/diagnostics/messagelogging/add[\[]@maxmessagestolog[\]]" value="[length]" />
Comments
Post a Comment