Skip to content

Commit 999ccac

Browse files
Merge pull request #13557 from anandmeg/uuf-343832
Add info for UUF verbatim on non-interactive install
2 parents 144ae40 + 99436c1 commit 999ccac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/install/command-line-parameter-examples.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Command-line parameter examples for installation
33
description: Customize command-line parameter examples to create your own installation of Visual Studio by setting parameters, such as installPath, wait, all, remove, and more.
4-
ms.date: 10/14/2024
4+
ms.date: 1/31/2025
55
ms.topic: conceptual
66
author: anandmeg
77
ms.author: meghaanand
@@ -18,6 +18,8 @@ All commands require administrative elevation, and a User Account Control prompt
1818

1919
You can use the `^` character at the end of a command line to concatenate multiple lines into a single command. Alternatively, you can place these lines together onto a single row. In PowerShell, the equivalent is the backtick (`` ` ``) character.
2020

21+
To execute commands in a non-interactive manner, you can use`--passive` or `--quiet`. For more information on these parameters, see the [commands and command-line paremeters](use-command-line-parameters-to-install-visual-studio.md#install-update-modify-repair-uninstall-and-export-commands-and-command-line-parameters) page.
22+
2123
For lists of the workloads and components that you can install by using the command line, see the [Visual Studio workload and component IDs](workload-and-component-ids.md) page.
2224

2325
## Install using --installPath and --add alongside the bootstrapper

0 commit comments

Comments
 (0)