Someone posted a reply on a separate chat. The problem was with "SdkRuntimeCompatibilityCheck" unable to be loaded. Searching for SdkRuntimeCompatibilityCheck, I found the following article, https://github.com/microsoft/service-fabric/issues/1462, and was able to resolve the problem. I ended up using Chocolatey to do the installation following the Powershell command in the article.
Setup Wizard gets error installing Service Fabric SDK
vNormanG
10
Reputation points Microsoft Vendor
Trying to run service fabric on local development machine. I installed the Service Fabric runtime, 10.0.1816.9590. Trying to install the Service Fabric SDK, 7.0.1816. The msi setup wizard keeps getting an error, "Microsoft Azure Service Fabric SDK Setup Wizard ended prematurely because of an error". It doesn't say the error and I don't see any logs. How/Where can I find the error? Here is the page where I retrieved the downloads, https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started#next-steps.