The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Hi @RIVA Adrien (EXT) ,
Thank you for contacting us.
Offline installation using a remote layout is supported. However, the deployment approach depends on how the layout is hosted.
There are two common hosting methods:
- Intranet web hosting (using Hypertext Transfer Protocol, such as [http://server/]...)
- Network share hosting (using file system path such as \ServerName\Share)
Each method uses a different hosting approach and requires a different installation command.
Based on your description, it appears you are using a network share. Additionally, since this is a first time installation of Visual Studio on the client machines, these following parameters are not required:
-
--channelUri - --force
- --removeOOS
- --downloadThenInstall
These parameters are generally used for update or servicing scenarios rather than initial installation.
Please try the following command instead:
YourRemoteServer\VS26Layout\vs_professional.exe --in "
YourRemoteServer\VS26Layout\response.json" --noWeb --passive --norestart --includeRecommended --includeOptional --wait
This command will help you deploy and install the configuration consistently across all client machines.
Please make sure the shared layout is configured with read permissions. If it is not, this may cause errors such as the system being unable to find the specified path, as in your case.
If the issue persists, please try running the command manually on a single client machine. This will help determine whether the problem is related to permissions or the deployment configuration.
Please keep us updated on the results, and we will be happy to assist you further.