any answer????????????????
Modify or add new Components Visual Studio Pro 2022 without Internet Access
Hi, I have a issue with add new components on Visual Studio pro 2022 without Internet Access. I have Power shell script for adding new components or Workloads. I have my layout local on the client machine. f:\VisualStudio2022 I am connecting as Administrator to the f:\VisualStudio2022 with Power Shell
and run the following command line
.vs_Professional.exe modify --installpath "C:\Program Files\Microsoft Visual Studio\2022\Professional" --add Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64 --add Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL --add Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC --quiet
After the command line finished, I did run "Visual Studio Installer" and check whether my components I added, is installed or not. It seems, it is not added and is not checked . It should be added Components as following screenshot
But It is not checked as above screenshot
I need a solution because all my client machine does not have any Internet Access.
Regards