-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chocolatey-visualstudio.extension: update VS Installer to the highest…
… version required by installed VS products The VS Installer checks all channels of already installed VS products to determine if it needs to be updated, not only the channel of the product being currently installed/modified. The extension should do that, too, to maintain control over the VS Installer processes (when the VS Installer self-updates, it does not respect --wait). The extension will not check the other channels if --noWeb is passed in package parameters (to avoid going online). Channel uris stored in the installed VS product metadata are used (so the same that the VS Installer would use). If a VS product was installed with updates turned off (by passing a blank channelUri to the installer), it is skipped. As before, passing --noUpdateInstaller turns off all VS Installer update logic in the extension. Related issue: GH-97
- Loading branch information
1 parent
f0e1e40
commit cb72b55
Showing
3 changed files
with
58 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters