wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
129 stars 24 forks source link

Figure out how to handle .NET 4.x detection properties #4662

Closed wixbot closed 8 years ago

wixbot commented 9 years ago

.NET 4.5, 4.5.1, 4.5.2, and 4.6 are all in-place updates and have the same detection methods and therefore have the same detection property names (i.e., NETFRAMEWORK45). Do we want to duplicate them for 4.6 as NETFRAMEWORK46? Do we want to do so in the future for a theoretical .NET 4.7? 4.10? Add NETFRAMEWORK4X_*?

Brain trust, activate!

Originally opened by wixbot

wixbot commented 9 years ago

Add a way of identifying each version "or later" -- e.g., NETFRAMEWORK46ORLATER -- and verify NETFRAMEWORK40FULL works for all 4.x.

AssignedTo set to bobarnson

wixbot commented 9 years ago

https://github.com/wixtoolset/wix3/pull/199

Originally posted by barnson

wixbot commented 9 years ago

f223fe9a7c6f2bf5e2f62b8ef67dc37201e68974

Originally posted by barnson Resolution set to fixed Status changed from Open to Resolved