I found the option to install silently from command line (vscode-installer.exe /VERYSILENT
), BUT it still opens automatically at the end of the installation, thus making unattended installation on multiple computers inconvenient.
I checked Inno Setup's documentation (that's what the Visual Studio Code installer uses), but there's nothing related to disabling Visual Studio Code autostart (even on very silent installation).
There might be a way by using /COMPONENTS
, /TASKS
or /MERGETASKS
, but for that I need to know what is already available for use.
Is there a way to make it install completely silently?