Skip to content

Commit a3dfde4

Browse files
joeloffadegeo
andauthored
Update docs/core/install/windows.md
Co-authored-by: Andy (Steve) De George <[email protected]>
1 parent 3b4b63a commit a3dfde4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/core/install/windows.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,13 @@ Suppresses any attempts to restart.
220220
dotnet-sdk-9.0.100-win-x64.exe /install /quiet /norestart
221221
```
222222

223-
You can replace the `/install` option with `/uninstall` or `/repair` to remove or modify an installation.
223+
If you've already installed .NET, use the .NET Installer to manage the installation. Instead of `/install`, use one of the following options:
224224

225+
- `/uninstall`\
226+
Remove this version of .NET.
227+
228+
- `/repair`\
229+
Check if the installations key files or components are damaged and restore them.
225230
> [!TIP]
226231
> The installer returns an exit code of **0** for success and an exit code of **3010** to indicate that a restart is required. Any other value is most likely an error code.
227232

0 commit comments

Comments
 (0)