You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On windows 7, I need netcorecheck.exe in an InnoSetup installer to check if an installation of dotnet runtimes is needed.
When I run it, I get an error telling that a dependency is missing: api-ms-win-crt-stdio-l1-1-0.dll
Is there a way to auto-udpate netcorecheck or should I use another tool?
The text was updated successfully, but these errors were encountered:
@sinsedrix Can you confirm you're asking about Win7 SP1 here?
This seems fixable, if we statically linked some of the MS VC redist binaries. Using dumpbin /imports it looks like there's 8 from the vc redist that we use:
Description
Configuration
On windows 7, I need netcorecheck.exe in an InnoSetup installer to check if an installation of dotnet runtimes is needed.
When I run it, I get an error telling that a dependency is missing: api-ms-win-crt-stdio-l1-1-0.dll
Is there a way to auto-udpate netcorecheck or should I use another tool?
The text was updated successfully, but these errors were encountered: