I have a program that only runs on Windows 10 builds greater than a specific version. Is there any way to detect the build version during installation with a Wix condition and deny installation if the build number is too low?
VersionNT does not work as it is not specific enough to know that the user is using Windows 10.