Welcome › Forums › General PowerShell Q&A › Silent Installation Of Visual Studio Professional 2008
I want to install Visual Studio Professional 2008 in silent mode and with unattendfile
I used this command
<p>f:\Setup\setup.exe -ArgumentList “/q /norestart /unattendfile d:\tmp_install_files\FVS2008Installation_Settings.ini” -wait</p>
but i get Window for user interface.
What should i change in the code line.
Not sure what you are expecting from PowerShell here. There should be some option to silently install it. Have checked the documentation ?
See if below link works. https://www.ibm.com/support/pages/visual-studio-add-ins-pop-message-during-silent-install-issetup
As I already told you here … https://social.technet.microsoft.com/Forums/de-DE/f4d5bc93-d3d9-43cc-8727-f0fe5b843524/silent-installation-of-visual-studio-professional-2008?forum=powershell_de
The support for Visual Studio 2008 has ended on the 10th of April 2018. You should not use it anymore.