Skip to content

Instantly share code, notes, and snippets.

@rrreese
Created November 18, 2012 09:41
Show Gist options
  • Save rrreese/4104387 to your computer and use it in GitHub Desktop.
Save rrreese/4104387 to your computer and use it in GitHub Desktop.
Configuring XML with WiX
<Wix XMLns="http:⁄⁄schemas.microsoft.com⁄wix⁄2006⁄wi"
XMLns:util="http:⁄⁄schemas.microsoft.com⁄wix⁄UtilExtension">
<util:XmlFile File="[INSTALLLOCATION]⁄Uploader.exe.config"
Id="config"
Action="setValue"
Name="connectionString"
ElementPath="⁄configuration⁄connectionStrings⁄add[\[]@connectionString[\]]"
Value="TESTVALUE"
⁄>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment