Skip to content

Commit e20f2ae

Browse files
authored
Update win7/8/vista prereqs (#22264)
* Update win7/8/vista prereqs * clarify reqs * https fix
1 parent 77ebd5c commit e20f2ae

File tree

1 file changed

+16
-21
lines changed

1 file changed

+16
-21
lines changed

docs/core/install/windows.md

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -175,30 +175,21 @@ For more information about .NET Core 2.1 supported operating systems, distributi
175175

176176
### <a name="additional-deps"></a> Windows 7 / Vista / 8.1 / Server 2008 R2 / Server 2012 R2
177177

178-
Additional dependencies are required if you're installing the .NET SDK or runtime on the following Windows versions:
178+
More dependencies are required if you're installing the .NET SDK or runtime on the following Windows versions:
179179

180-
- Windows 7 SP1 [ESU][esu]
181-
- Windows Vista SP 2
182-
- Windows 8.1
183-
- Windows Server 2008 R2
184-
- Windows Server 2012 R2
180+
| Operating System | Prerequisites |
181+
|--------------------------|----------------------------------------------------------------------------------|
182+
| Windows 7 SP1 [ESU][esu] | - Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] <br> - KB3063858 [64-bit][kb64] / [32-bit][kb32] <br> - [MicrosoftRootCertificateAuthority2011.cer](https://go.microsoft.com/fwlink/?linkid=747875&clcid=0x409) (.NET Core 2.1 only) |
183+
| Windows Vista SP 2 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] |
184+
| Windows 8.1 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] |
185+
| Windows Server 2008 R2 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] |
186+
| Windows Server 2012 R2 | Microsoft Visual C++ 2015-2019 Redistributable [64-bit][vcc64] / [32-bit][vcc32] |
185187

186-
Install the following:
188+
The previous requirements are also required if you receive an error related to either of the following dlls:
187189

188-
- [Microsoft Visual C++ 2015 Redistributable Update 3](https://www.microsoft.com/download/details.aspx?id=52685).
189-
- [KB2533623](https://support.microsoft.com/help/2533623/microsoft-security-advisory-insecure-library-loading-could-allow-remot)
190-
191-
The previous requirements are also required if you come across one of the following errors:
192-
193-
> The program can't start because *api-ms-win-crt-runtime-l1-1-0.dll* is missing from your computer. Try reinstalling the program to fix this problem.
194-
>
195-
> \- or -
196-
>
197-
> The program can't start because *api-ms-win-cor-timezone-l1-1-0.dll* is missing from your computer. Try reinstalling the program to fix this problem.
198-
>
199-
> \- or -
200-
>
201-
> The library *hostfxr.dll* was found, but loading it from *C:\\\<path_to_app>\\hostfxr.dll* failed.
190+
- *api-ms-win-crt-runtime-l1-1-0.dll*
191+
- *api-ms-win-cor-timezone-l1-1-0.dll*
192+
- *hostfxr.dll*
202193

203194
## Install with PowerShell automation
204195

@@ -313,3 +304,7 @@ For more information about using .NET in a Docker container, see [Introduction t
313304
- [Tutorial: Containerize a .NET Core app](../docker/build-container.md).
314305

315306
[esu]: /troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq
307+
[vcc64]: https://aka.ms/vs/16/release/vc_redist.x64.exe
308+
[vcc32]: https://aka.ms/vs/16/release/vc_redist.x86.exe
309+
[kb64]: https://www.microsoft.com/en-us/download/details.aspx?id=47442
310+
[kb32]: https://www.microsoft.com/en-us/download/details.aspx?id=47409

0 commit comments

Comments
 (0)