Skip to content

Commit a7860d1

Browse files
author
Simonx Xu
authored
Merge pull request #8235 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/SupportArticles-docs (branch main)
2 parents f46b719 + e005a2b commit a7860d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/developer/visualstudio/installation/set-up-vs-professional-2022-offline-machine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To set up Visual Studio on an offline machine, follow these steps:
1414
1. Create an offline installer using the following command line. In this example, **vs_professional.exe** is the Professional edition of Visual Studio, and **VS2022Offline** is the folder where you want to create the layout.
1515

1616
```cmd
17-
"vs_professional.exe" --LayOut "C:\Temp\VS2022Offline" --Lang en-US"
17+
"vs_professional.exe" --LayOut "C:\Temp\VS2022Offline" --Lang "en-US"
1818
```
1919

2020
1. After successfully creating the offline installer for Visual Studio, copy **C:\Temp\VS2022Offline** to the target offline machine.
@@ -38,4 +38,4 @@ To set up Visual Studio on an offline machine, follow these steps:
3838

3939
## More information
4040

41-
[Create an offline installation package of Visual Studio for local installation](/visualstudio/install/create-an-offline-installation-of-visual-studio)
41+
[Create an offline installation package of Visual Studio for local installation](/visualstudio/install/create-an-offline-installation-of-visual-studio)

0 commit comments

Comments
 (0)