Skip to content

Commit 4a6a557

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/sql-docs-pr into 07-10-seo-move-file
2 parents 7d83087 + 2b82036 commit 4a6a557

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ssms/download-sql-server-management-studio-ssms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ If you want to install SSMS in the background with no GUI prompts, then follow t
8989
2. Type the command below in the command prompt.
9090

9191
```console
92-
start "" <path where SSMS-ENU.exe file is located> /Quiet SSMSInstallRoot=<path where you want to install SSMS>
92+
start "" /w <path where SSMS-ENU.exe file is located> /Quiet SSMSInstallRoot=<path where you want to install SSMS>
9393
```
9494

9595
Example:
9696

9797
```console
98-
start "" %systemdrive%\SSMSfrom\SSMS-Setup-ENU.exe /Quiet SSMSInstallRoot=%systemdrive%\SSMSto
98+
start "" /w %systemdrive%\SSMSfrom\SSMS-Setup-ENU.exe /Quiet SSMSInstallRoot=%systemdrive%\SSMSto
9999
```
100100

101101
You can also pass */Passive* instead of */Quiet* to see the setup UI.

0 commit comments

Comments
 (0)