I am trying to install Sql server management studio and Visual studio
Question
Hi All,
Hope you all doing doing
I am trying to do silent install SSMS, Visual Studio through intune.
So you have any videos i am struggling at installation path and uninstallation path. Could you please help on this if any one using already or if any one know related this.
Really appreciate!!!
Warm Regards
Chaitanya
Answer ( 1 )
Hello Chaitanya, Where exactly you having issue? Finding the silent installation switch or any challenges with create package.
For Visual Studio Installation, you could check
vs_professional.exe –quiet –wait –norestart
Visual Studio Uninstall Command – vs_professional.exe /uninstall /force /quiet /norestart
Similarly for Sql server management studio –
Installation Command –
SSMS-Setup-ENU.exe /install /quiet /norestart
Uninstalling Command –
“C:\ProgramData\Package Cache\{91a1b895-c621-4038-b34a-01e7affbcb6b}\SSMS-Setup-ENU.exe” /uninstall /quiet /norestart
Note – It could be vary based on version you were using! Please check and ensure with manual installation