Hello @Tate, Corey (CCL),
Welcome to Microsoft Q&A forum.
Some new features/tools were added into newer version of Visual Studio and make the behavior of updating VS different.
Are you using VS 2017, VS 2019 and VS 2022, or VS 2015, VS 2013 or older versions?
For VS 2017, VS 2019 and VS 2022, I think you can consider using command updateall
.
Related blog: Update all Visual Studio installations with a single click! and document: Install, Update, Modify, Repair, Uninstall, and Export commands and command-line parameters
updateall, Updates all of the installed products in sequential order. Works with --quiet and --passive parameters.
It can be used like => "C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe" updateall --quiet
. The command will firstly check if the installed Visual Studio can be updated, if VS can be updated, then it will execute to update VS.
Best Regards,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.