PDA

View Full Version : Requirements for .Net Failing Check



wtmullican
10-27-2020, 09:43 AM
We have a SQL Instance installer built with SetupBuilder Developer Edition 2019.6 version 10.0.6531.
We added a requirement of .Net Framework as 4.6 as required by SQL 2016.

When we run the installer on AWS 2012 Windows Server R2 VM with 4.8 installed the installer pops the .Net 4.6 or greater is required?

We have the same issue on AWS 2016 Windows Server VM.

Are we missing something?

Thanks,

Terry Mullican

linder
10-27-2020, 11:13 AM
Terry,

the .Net Framework 4.6 script is dated March 2017. Please try the .Net Framework 4.8 script, which incorporates the new detection method.

Does this work?

Friedrich

wtmullican
10-29-2020, 01:13 PM
This worked great! Thanks Friedrich!

For reference, this was tested on Win10, Win2012R2, Win2016, and Win2019 servers.