Did I download the wrong WIX version? #6430
Unanswered
LuvWhiteSand
asked this question in
Questions
Replies: 1 comment 7 replies
-
WiX v3.11 and older requires .NET Framework v3.5 because backwards compatibility is its primary goal. You can install .NET Framework v3.5 on Windows 10 using "Turn Windows features on or off". WiX v4 moves up to .NET Core v3.1 and .NET Framework v4.6.1+. WiX v3.14 is a "stepping stone release" that has breaking changes in it aimed to help the migration from v3.x to v4.0 and as such no longer supports .NET Framework v3.5 (like v4.0). |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Downloaded WIX to windows 10 tried to start it but it says .net framework 3.5.x needs to be installed. I found this question in numerous places but no real answer. Found a link that says WIX 3.14 will fix this but that was 4 years ago. Is this really still not fixed?
Beta Was this translation helpful? Give feedback.
All reactions