Created
August 19, 2012 11:34
-
-
Save hjerpbakk/3394381 to your computer and use it in GitHub Desktop.
Checking the .Net version in WiX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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