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 )

    1
    2020-06-12T14:22:06+05:30

    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\

    0
    2020-06-11T19:09:15+05:30

    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

    Best answer
    0
    2020-06-11T15:47:28+05:30

    It’s Visual Studio 2012 ultimate edition

Leave an answer

Sorry, you do not have permission to answer to this question .