Skip to content

Commit e22113e

Browse files
authored
Fix typo and improve clarity in install failure guide
Corrected a typo in the installation instructions and clarified the command execution step.
1 parent 2af1204 commit e22113e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/developer/visualstudio/installation/install-failure-2017-later-versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The symptoms of this problem depend on whether you're trying an [online installa
1818

1919
### Online installation
2020

21-
When you try an _online installati9on_ of Visual Studio 2017 or a later version, the installation wizard displays the following message:
21+
When you try an _online installation_ of Visual Studio 2017 or a later version, the installation wizard displays the following message:
2222

2323
> Before you get started, we need to set up a few things so that you can configure your installation.
2424
@@ -87,7 +87,7 @@ To resolve this problem, follow these steps:
8787

8888
1. Download the [Microsoft Windows Code Signing PCA 2024](https://www.microsoft.com/pkiops/certs/Microsoft%20Windows%20Code%20Signing%20PCA%202024.crt) certificate by using a device that has internet access.
8989
1. Copy the certificate file to `C:\Temp` on the device that experiences the installation problem.
90-
1. Install the _Microsoft Windows Code Signing PCA 2024_ certificate in the [Trusted Root Certification Authorities store](/windows-hardware/drivers/install/trusted-root-certification-authorities-certificate-store). To do this, run the following command in an elevated Command Prompt window:
90+
1. Install the _Microsoft Windows Code Signing PCA 2024_ certificate in the [Trusted Root Certification Authorities store](/windows-hardware/drivers/install/trusted-root-certification-authorities-certificate-store) by runninng the following command in an elevated Command Prompt window:
9191

9292
```cli
9393
CertUtil -addStore CA "C:\Temp\Microsoft Windows Code Signing PCA 2024.crt"

0 commit comments

Comments
 (0)