Skip to content

Instantly share code, notes, and snippets.

@rrreese
Created November 18, 2012 10:56
Show Gist options
  • Save rrreese/4104558 to your computer and use it in GitHub Desktop.
Save rrreese/4104558 to your computer and use it in GitHub Desktop.
WiX Registry
<RegistryKey Action="createAndRemoveOnUninstall"
Key="Software\Wixtest\ExampleKey"
Root="HKLM">
<RegistryValue Name="Test" Type="string" Value="Test Value" />
</RegistryKey>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment