Software » Microsoft » SQL Server Management Studio » 2014
Homepage FIXME
Download SQLManagementStudio_x86_ENU.exe
SQLManagementStudio_x64_ENU.exe

Silent Install

x64

first extract the Installer somewhere for example in the temp path

SQLManagementStudio_x64_ENU.exe /Q /x:"%temp%\Microsoft SQL Server Management Studio 2014"

then execute the Setup with this command

"%temp%\Microsoft SQL Server Management Studio 2014\SETUP.EXE" /IACCEPTSQLSERVERLICENSETERMS /Q /ACTION=install /UPDATEENABLED=FALSE
ReturnCodes 0
3010

x86

first extract the Installer somewhere for example in the temp path

SQLManagementStudio_x86_ENU.exe /Q /x:"%temp%\Microsoft SQL Server Management Studio 2014"

then execute the Setup with this command

"%temp%\Microsoft SQL Server Management Studio 2014\SETUP.EXE" /IACCEPTSQLSERVERLICENSETERMS /Q /ACTION=install /UPDATEENABLED=FALSE
ReturnCodes 0
3010

Silent Uninstall

x64

first extract the Installer somewhere for example in the temp path

SQLManagementStudio_x64_ENU.exe /Q /x:"%temp%\Microsoft SQL Server Management Studio 2014"

then execute the Setup with this command

"%temp%\Microsoft SQL Server Management Studio 2014\SETUP.EXE" /IACCEPTSQLSERVERLICENSETERMS /FEATURES=Tools /Q /ACTION=uninstall
  
ReturnCodes 0
3010

x86

first extract the Installer somewhere for example in the temp path

SQLManagementStudio_x86_ENU.exe /Q /x:"%temp%\Microsoft SQL Server Management Studio 2014"

then execute the Setup with this command

"%temp%\Microsoft SQL Server Management Studio 2014\SETUP.EXE" /IACCEPTSQLSERVERLICENSETERMS /FEATURES=Tools /Q /ACTION=uninstall
  
ReturnCodes 0
3010