Hello @Greg Booth,
Welcome to Microsoft Q&A forum.
It should already have all the files it needs.
Yes. Sometimes, the installation will be blocked by certificates. Please try to open the vslayout folder on machine 2 and follow this document: Manually install certificates from a layout folder to manually install the certificates. After that install VS offline again, check if this works.
I think the vslayout folder has been generated correctly on your side, but if manually installing certificates doesn’t work, please try to use --verify
and --fix
parameters to verify and fix the vslayout(for example, vs_community.exe --layout c:\vslayout --lang en-US --add xxxx --add xxxx --verify --fix
), copy and use the fixed layout folder to install VS again.
Besides, I notice that you ran c:\vslayout\vs_community.exe --noweb --add Microsoft.VisualStudio.Component.SQL.SSDT
command but leave "Data Storage and Processing" workload to be checked. Firstly, you need to use --noWeb
instead of --noweb
, secondly, if you just want to install "Data Storage and Processing" workload, try to use corresponding workload ID => --add Microsoft.VisualStudio.Workload.Data
instead of --add Microsoft.VisualStudio.Component.SQL.SSDT
.
Sincerely,
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.