Skip to content

Instantly share code, notes, and snippets.

@hjerpbakk
Created August 19, 2012 11:34
Show Gist options
  • Save hjerpbakk/3394381 to your computer and use it in GitHub Desktop.
Save hjerpbakk/3394381 to your computer and use it in GitHub Desktop.
Checking the .Net version in WiX
<Condition Message='.NET Framework 4.0 must be installed prior to installation of [ProductName].'>
MsiNetAssemblySupport >= "4.0"
</Condition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment