Ensure WiX installer verifies that .NET Framework 4.8 is installed #842
Labels
5 - Released
The issue has been resolved, and released to the public for consumption
Improvement
Issues that enhances existing functionality, or adds new features
Milestone
As a follow up to this issue: #841 we need to update the WiX installer to ensure that .NET Framework 4.8 is installed.
This is really belts and braces, since we have updated the dependency on the Chocolatey package to ensure that it is installed, however, if installing the MSI directly, it wouldn't install correctly if this check isn't there.
When I attempted to make this change, the result was the following:
I installed the the 3.14 version from the development downloads section: https://wixtoolset.org/releases/development/ as it was mentioned here: https://github.com/wixtoolset/wix3/blob/develop/src/chm/documents/customactions/wixnetfxextension.html.md#properties that this was required, but it still chose not to work.
The text was updated successfully, but these errors were encountered: