Skip to content

Conversation

@bhonsleaditya1
Copy link

winget for installation of MSVC & rustup

winget for installation of MSVC & rustup
```powershell
winget install Microsoft.VisualStudio.2022.Community --silent --override "--wait --quiet --add ProductLang En-us --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended"
```
Installing `rustup`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please consider wording and formatting consistency:

Suggested change
Installing `rustup`
You can use `winget` to install `rustup`:


[correctly exposed]: ./already-installed-rust.html#ensure-the-correct-path-configuration

### winget
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per the intro in https://github.com/microsoft/winget-cli, this section is better stylized as:

Suggested change
### winget
### WinGet


### winget

`MSVC` Pre Requisite
Copy link
Member

@rami3l rami3l Nov 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The MSVC installation instructions belong to another section which is located under https://rust-lang.github.io/rustup/installation/windows-msvc.html (you can use relative links to refer to it here if you want) so please don't put it here.


[correctly exposed]: ./already-installed-rust.html#ensure-the-correct-path-configuration

### winget
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put this section under ### Homebrew to keep the sections ordered.

$ rustup default stable
```

> As of 2024/12/23, this is the case for
Copy link
Member

@rami3l rami3l Nov 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please identify which quote block (of the two in this section) winget belongs to, and add it to the corresponding block in alphabetical order, together with the correct introduction page of that package (if applicable).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants