Skip to content

Commit 20fbc79

Browse files
authored
update date
1 parent 9f4803c commit 20fbc79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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
@@ -1,7 +1,7 @@
11
---
22
title: Set Up Visual Studio on an Offline Machine
33
description: Describes how to set up Visual Studio on an offline machine.
4-
ms.date: 12/09/2024
4+
ms.date: 12/27/2024
55
ms.reviewer: khgupta
66
ms.custom: sap:Installation\Offline Install
77
ms.topic: how-to
@@ -11,7 +11,7 @@ ms.topic: how-to
1111
To set up Visual Studio on an offline machine, follow these steps:
1212

1313
1. Download the Visual Studio installer from the [Visual Studio page](https://visualstudio.microsoft.com/vs/).
14-
1. Create an offline installer using the 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.
14+
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
1717
"vs_professional.exe" --LayOut "C:\Temp\VS2022Offline" --Lang en-US"

0 commit comments

Comments
 (0)