Simple question - does burn replace msiexec?
I'm interested because I'm looking at the "VersionNT for Windows 10" issue and am getting very confused about who does/does not have a manifest that indicates Windows 10 support and whether Wix can detect Windows 10 during installs.
From what I can see, if Wix installs use msiexec, the answer is 'no' because even on Windows 10, msiexec.exe has no manifest. However burn does seem to have a manifest indicating Windows 10 suppport - but is it a replacement for msiexec and if not, does the Wix generated 'app-install.exe' just shell msiexec?