Need Visual Studio 2012 uninstall package
Question
Hi Team,
I got requirement for uninstall visual studio from vdi. We do not have uninstall package.
I do not have packaging knowledge and we do not have packaging team as well.
Can we do this in some other way. Please help me on this. Thank you.
Answers ( 3 )
Not sure which version you are using but you may try this option
Create Uninstall Program using command line –
“vs_enterprise.exe –uninstall –passive –norestart”
If you are using app model – Try using the below detection method for performing Uninstall.
File Detection path
“%ProgramFiles%\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\
Do you have a package to install Visual Studio 2012 ultimate edition?
If so, do use that program to get uninstallation command
https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2019#command-line-parameters
C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe
Some examples here https://docs.microsoft.com/en-us/visualstudio/install/command-line-parameter-examples?view=vs-2019
It’s Visual Studio 2012 ultimate edition