Hi @PerserPolis-1732 ,
but how can I download the upgrade version of workload for version 17.6.10? Or even version 17.8.4??
With the specific bootstrapper, like I mentioned above. Move VS176 folder to machine with network, use specific bootstrapper for version 17.6.10(can be downloaded here: Release and Build History), run command: vs_Professional.exe --layout X:\VS176
, after it finishes, the layout folder VS176 will include updates(packages) for version 17.6.10(no need to use --add
in this situation, as you are updating VS, instead of modifying VS to add workloads and components).
Move the updated VS176 layout folder back to your offline machine, use command: vs_Professional.exe --quiet –update --offline
to update VS Installer, and then use command: vs_Professional.exe update --installPath "C:\Program Files\Microsoft Visual Studio\2022\Professional" --noWeb
to update VS from 17.6 to 17.6.10.
Why can I not run update to version 17.6.10 easy with following step:
You can create a new layout for 17.6.10(VS1760) and move it to replace VS176 and update VS, but it’s not easy. As you know, installation location of VS cannot be changed easily. Previously, version 17.6 uses layout VS176, and the path was confirmed, but if you replace the VS176 to VS1760, the name is changed and VS may fail to find it automatically which may cause error.
How can I verify the VS 17.6.10 is finished or is installing?
A little complex, as you use --quiet
, ideally, VS should be updated in the background automatically. Do you consider using --passive
to monitor the progress?
Kind 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.