Skip to content

Commit 227a143

Browse files
authored
Refine troubleshooting installation issues documentation
Updated wording for clarity and consistency in troubleshooting instructions.
1 parent 5e4b6e4 commit 227a143

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/developer/visualstudio/installation/troubleshoot-installation-issues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Try to [repair your installation](/visualstudio/install/repair-visual-studio). A
3333

3434
#### Learn what the developer community says about the error
3535

36-
If a repair doesn't fix your issue, search for your error message in the [Visual Studio Developer Community](https://developercommunity.visualstudio.com/search?space=8). Other members of the community might have found a solution or workaround to your problem.
36+
If a repair doesn't fix your issue, search for your error message in the [Visual Studio Developer Community](https://developercommunity.visualstudio.com/search?space=8). Other members of the community might find a solution or workaround to your problem.
3737

3838
#### Delete the Installer folder (update issues)
3939

@@ -87,12 +87,12 @@ As a last resort, you can remove all Visual Studio installation files and produc
8787
If none of the previous steps help you to successfully update Visual Studio, you can roll back the program to your previously installed version by using the Visual Studio Installer or the command line.
8888

8989
> [!IMPORTANT]
90-
> If you're in an organization, and you use a layout to update Visual Studio, your IT Administrator is expected to maintain the previous packages in the layout if the client is expected to be able to roll back. Also, the rollback process might be disabled or your rollback attempt might be undone if you're in an organization that has security compliance or software updating requirements. Contact your IT Administrator for more details.
90+
> If you're in an organization that uses a layout to update Visual Studio, your IT administrator typically maintains the previous packages in the layout. Those packages enable the client to roll back the installation. Also, the rollback process might be disabled or your rollback attempt might be undone. This could occur if your organization has security compliance or software update requirements. For more details, contact your IT administrator.
9191
9292
##### Roll back by using the Visual Studio Installer
9393

9494
1. Start **Visual Studio Installer** on your computer.
95-
1. In the installer, look for the edition of Visual Studio that you have installed.
95+
1. In the installer, look for the edition of Visual Studio to match the installed edition.
9696
1. Select **More**.
9797
1. Select **Rollback to previous version**.
9898

@@ -101,7 +101,7 @@ If none of the previous steps help you to successfully update Visual Studio, you
101101

102102
##### Roll back by using the command line
103103

104-
You can roll back the update programmatically by using the installer on the client computer and passing in the rollback command alongside the installation path instance. For example:
104+
You can roll back the update programmatically. Use the installer on the client computer, and pass in the rollback command together with the installation path instance. For example:
105105

106106
```powershell
107107
VisualStudioSetup.exe rollback --installPath <VisualStudioInstallPath>

0 commit comments

Comments
 (0)