Hi,
I've made a script to install VS 2017 in silent mode with Unity, IIS, SQL and also Microsoft components.
Now I want to uninstall all of them silently too. But I'm not able to uninstall Unity, IIS, SQL with this command line :
"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" /uninstall --quiet --norestart.
I think it's because all these components are installed independently from VS Studio and are in different install folders.
There is a way to uninstall VS Studio completely with all its installed components by script as well ?
Best regards
Anthony