Skip to content

Commit 71e49bd

Browse files
joeloffadegeo
andauthored
Document /uninstall and /repair options for .NET (#43677)
* Document /uninstall and /repair options for .NET * Update docs/core/install/windows.md Co-authored-by: Andy (Steve) De George <[email protected]> * Fix lint error --------- Co-authored-by: Andy (Steve) De George <[email protected]>
1 parent 60d8fa8 commit 71e49bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/core/install/windows.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,14 @@ Suppresses any attempts to restart.
216216
dotnet-sdk-9.0.100-win-x64.exe /install /quiet /norestart
217217
```
218218

219+
If you've already installed .NET, use the .NET Installer to manage the installation. Instead of `/install`, use one of the following options:
220+
221+
- `/uninstall`\
222+
Remove this version of .NET.
223+
224+
- `/repair`\
225+
Check if the installations key files or components are damaged and restore them.
226+
219227
> [!TIP]
220228
> 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.
221229

0 commit comments

Comments
 (0)