Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/core/install/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,14 @@ Suppresses any attempts to restart.
dotnet-sdk-9.0.100-win-x64.exe /install /quiet /norestart
```

If you've already installed .NET, use the .NET Installer to manage the installation. Instead of `/install`, use one of the following options:

- `/uninstall`\
Remove this version of .NET.

- `/repair`\
Check if the installations key files or components are damaged and restore them.

> [!TIP]
> 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.

Expand Down
Loading