Want to uninstall all versions

In the past I have installed multiple versions of Visual Studio Express (2008, 2010, 2012, 2013). Included in this is multiple versions of SQL Server. I just want a fresh start. I know not to uninstall any versions of .NET Framework or the C++ Redistributables.
I have uninstalled all versions of Visual Studio. (My plan is to have just the 2013 version installed in the end). I'm using Window 7. In Programs and Features there are 28 different entries with SQL Server listed in them. Including 2005, 2008, 2012 and such.
I would like to clear these out and start with just one version. I'm sure I can just Uninstall all 28 entries but I don't want to break any pre-existent software that might be using an older version.
Is there a way to delete all of these, then install just a latest version and not break any software?
Thanks,

Hi,
Refer below links
How to uninstall SQL Server 2005
How to uninstall SQL server 2008 and 2008 r2
Please read both links clearly before proceeding
Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
My TechNet Wiki Articles

Similar Messages

  • Uninstalling All versions of Java from Windows Silent

    Hi Everyone,
    If there is something somewhere on Sun sites that does this already I appologize, but I have to get all previous version of Java from Sun uninstalled from over 700 hundred PCs and so I have created a set of scripts to uninstall all previous versions.
    You would copy 'java-uninstall.bat' and 'java-uninstaller.vbs' to c:\temp (make sure you have one) the script can be modified for another location of your choosing. Then you can execite the batch file or have it scheduled to do that with the NT 'AT' command. It will uninstall anything that shows up in Add/Remove programs with 'Java' in the displayname and 'Sun' as the publisher. This would including removal of SDK amd JRE versions, so keep that in mind.
    This could probably be used in the login script, but thats not how I deploy updates, it may be fashioned to work with SMS, I don't know. I have a script that goes through network copying files to c$ shares and scheduling it for later in the night.
    Also note this just uninstalls the older versions I have another script that does the reinstalling of the newer version.
    Files below:
    [java-uninstall.bat]
    REM <start>
    @echo off
    if not exist c:\temp\. mkdir c:\temp
    REM Export the Uninstall registry keys
    start /wait "" REGEDIT /E c:\temp\registry.tmp HKEY_LOCAL_MACHINE\SOFTWARE\microsoft\windows\currentversion\uninstall
    REM Filter only the {} keys that Java might be in
    type c:\temp\registry.tmp | find /i "\{" | find /i "}]" > c:\temp\uninstall.tmp
    REM Run the Vbscript that uses this file to find Java Sun entries to uninstall
    cscript c:\temp\java-uninstaller.vbs
    REM <end>
    [java-uninstaller.vbs]
    '<start>
    Set WshShell = WScript.CreateObject("WScript.Shell")
    Dim fso, MyFile
    Set fso = CreateObject("Scripting.FileSystemObject")
    Const ForReading = 1, ForWriting = 2
    'Open the exported registry file
    Set MyFile = fso.OpenTextFile("c:\temp\uninstall.tmp", ForReading)
    Do While mYFile.AtEndOfStream <> True
         ReadLineTextFile = MyFile.ReadLine
         Uninstall = ReadLineTextFile
         CLSID = Mid(Uninstall, 73, 38)
         On Error Resume Next
         'DisplayName
         DisplayName=WshShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\"+CLSID+"\DisplayName")
         'Publisher
         Publisher=WshShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\"+CLSID+"\Publisher")
         'Search for presence of Java and Sun in DisplayName and Publisher
         search1 = Instr(1, DisplayName, "Java", 1)
         search2 = Instr(1, Publisher, "Sun", 1)
         'Execute removal if there is a match
         Uninstaller="MsiExec.exe /X"&CLSID+" /QN"
         if search1>0 And search2>0 Then Return = WshShell.Run(Uninstaller , 1, TRUE)
    Loop
    '<end>

    Here is a batch file that I wrote to accomplish the same objective of uninstalling all versions of Java Virtual Machine JVM from a XP/Vista box:
    You can name it anything you like, such as cleanjava.bat:
    @echo off & cls
    Rem List all Installation subkeys from uninstall key.
    echo Searching Registry for Java Installs
    for /f %%I in ('reg query HKLM\SOFTWARE\microsoft\windows\currentversion\uninstall') do echo %%I | find "{" > nul && call :All-Installations %%I
    echo Search Complete..
    goto :EOF
    :All-Installations
    Rem Filter out all but the Sun Installations
    for /f "tokens=2*" %%T in ('reg query %1 /v Publisher 2^> nul') do echo %%U | find "Sun" > nul && call :Sun-Installations %1
    goto :EOF
    :Sun-Installations
    Rem Filter out all but the Sun-Java Installations. Note the tilda + n, which drops all the subkeys from the path
    for /f "tokens=2*" %%T in ('reg query %1 /v DisplayName 2^> nul') do echo  . Uninstalling - %%U: | find "Java" && call :Sun-Java-Installs %~n1
    goto :EOF
    :Sun-Java-Installs
    Rem Run Uninstaller for the installation
    MsiExec.exe /x%1 /qb
    echo  . Uninstall Complete, Resuming Search..
    goto :EOFAdditional Info: http://tinyurl.com/29cdah
    Hope this helps.

  • Uninstalling All Versions of Application Prior to Installation

    Hey Guys - 
    For the application Adobe Reader (X and XI), I've created custom source files/folders which have the updates slipstreamed into them plus include Transforms created with the Adobe Customization Wizard.  Once made into Applications, they deploy / install
    as intended.
    On some systems which have older versions of Reader installed, the users try to install the new versions which fail.  I've found that uninstalling their old version then trying to install from App Catalog works fine therefore I'm trying to add a function
    in each Adobe Reader Application (X & XI) to uninstall first using "msiexec /x {AC76BA86-7AD7-1033-7B44-AA1000000001} for X and another GUID for XI.
    I planned on adding a new deployment type and making it a pre-requisite - but - how do I configure a Detection Method for an uninstall?  All of this would be super easy in a Task Sequence or Program, but not in a an Application.  I tried creating
    a batch file which uninstalled then made a new empty directory in a hidden area to set as detection method but failed.
    Any Suggestions?  Thanks!
    Ben K.

    Hi,
    Use the PS App Deployment Toolkit,
    https://psappdeploytoolkit.codeplex.com/
    It has a feature to uninstall "Adobe Reader" for instance and it will uninstall all installed versions of a Adobe Reader. Works Great!
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • I installed Firefox 35 and now ALL OF MY PASSWORDS ARE GONE! What is the FF35 file called? I want to uninstall this version ASAP but I can't find it in my downl

    ALL OF MY PASSWORDS ARE GONE! WORSE, I CAN'T FIND FF35 IN MY DOWNLOADS FILE TO INSTALL FF35.
    OS: Win 7

    Look on your desktop. Is there a folder called '''Old Firefox ?'''

  • How Do I uninstall all versions of Firefox silently via script?

    I have been tasked to remove Firefox from 200 computers in our company due to security reason.
    I have scanned all the computers for versions of firefox installed on them and noticed there are different versions of firefox on our computers.
    I need to be able to uninstall them via our software deployment tool.
    Please let me know if there is a script that can do the work.
    thanks

    Hello,
    Maybe this help you:
    *[https://wiki.mozilla.org/Installer:Command_Line_Arguments]

  • I want to uninstall latest version of Firefox.

    It has ruined the performance of my computer! It's slowed it down tremendously. And now I cannot watch Hulu at all, which was not a problem before this latest version was automatically installed on my laptop without asking me. Don't want to be bothered figuring out how to fix the problems I'm experiencing with the latest version of Firefox. Want it off my computer & the previous version restored.

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * Update All your Firefox Plugins -> https://www.mozilla.org/en-US/plugincheck/
    * '''NOTE: When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''
    * [[Troubleshooting extensions and themes]]
    Check and tell if its working.

  • I want to uninstall all adobe aplications but I cant.

    I use windows. When I go to the pregrams menu I cant find any adobe apps exept creative cloud and bridge. I Want to unistall Illustrator, InDesign, etc

    If they are Cloud products you should be able to uninstall thru the creative cloud application manager.  If they are individual programs you should be able to uninstall using the machine's Control Panel.

  • I want to uninstall the version of TB that I just downloaded and installed.

    I liked the more simple version of Thunderbird and would like to get it back. I am getting so frustrated that I may deinstall period.

    ''plfk [[#question-1042752|said]]''
    <blockquote>
    I liked the more simple version of Thunderbird and would like to get it back. I am getting so frustrated that I may deinstall period.
    </blockquote>
    I was using a very old version; perhaps 2.something. It was so simple, this is so cluttered. If I could get back to the 3. whatever that is no longer supported, I would be happy. I never needed support, don't know why I didn't ignore the message to update today.

  • Want to uninstall previous versions of Creative Suite applications

    Been working in CC 2014 for a while now, want to delete CS4 through 5.5 applications that are still on my computer, because they no longer run in Mavericks or Yosemite.
    I still have discs for this stuff. Do I run uninstallers from them, or trash the folders, or what? I see something about a CC Cleaner, but I want to ensure that my CS6 and CC apps remain intact.
    Your advice is greatly appreciated. Thank you!

    Hi Shawn
    I agree with what Keith stated if you can use the uninstallers. If you need to use the Adobe Clean tool here is a link for it.
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    Scott

  • I want to uninstall my version of adobe elements 11 in order to upgrade my operating system and then re-install. I have the original disk but not the code or registration info - where can I find it or how can I contact someone who can help me?

    Do I have to alert adobe if I'm moving my product from one computer to another? or will they recognise my intentions when my product is removed from their database?

    Is there a way to export my movie timeline (as in the organisation of my
    clips, not just the movie)  to a external hard drive. I thought publish
    would help but I'm unsure and the export button under file doesn't light
    up. I'm using Elements 11 and I'm trying to save it to a hard drive so I
    can unistall the program, upgrade my operating system and reinstall.
    Message was edited by: Christopher Hewett
    On Tue, Dec 30, 2014 at 12:14 PM, Barbara B. <[email protected]>

  • Uninstall all previous versions

    I am looking to uninstall all previous versions of Sun Java from my network and standardise on 1_4_2_03.
    previous versions include various ones between 1_2 and 1_4_2_02.
    It would seem you need to uninstall each version individually, what I need is a way to uninstall all versions in one go, this would need to be able to run silently.
    Has anyone come up with a way as I have been unable to find a single catch all way on the Sun web site.

    Thought it would be the case. Looks like I might need to go for a folder/regkey delete and reinstall. Its anoying that Java installs to a different folder with each version rather than over writing. I am sure Sun has its reasons.

  • Adobe Reader Customization uninstall previous versions

    Hello, I deployed Adobe Reader XI through Group Policy, Windows Server 2003. I used the Adobe Reader XI Customization Tool, and created a transform. I left the option checked to uninstall previous versions of Reader. Adobe Reader XI installed with all other settings configured properly that were created in the transform; however, the previous version, Adobe Reader X, did not uninstall. Has anyone experience this issue? If so, how did you get the other version of Adobe uninstalled?

    Make sure the last thing you do in the wizard (right before you save) is check the box. There is a current bug in the customization wizard that will uncheck that option if you do anything else afterwards. There is a note of the bug in the wizard documentation located here (see the note in section 6.2): http://www.adobe.com/devnet-docs/acrobatetk/tools/Wizard/installoptions.html#remove-insta lled-products
    The note reads: "There is a current bug in which this checkbox becomes unchecked if any other feature is configured. Therefore, if you want to remove all versions of Reader, check this box as your last action before you save the modified package."

  • All Versions of E-Business Suite

    Hi All,
    I want to know all versions of E-Business Suite starting from 10.7 to 11.5.10.2
    (I mean 10.x,11.0.x,11.5.x).
    It would be great, If I can get a list of all versions.
    Thanks in advance,
    Putti

    Metalink will be best or under otn/documentatiion you can see different versions or the suite.

  • Migration of all versions of version management

    Hello, is it possible to transport all versions of repository objects (active and inactive ones) from one system to another without getting problems?
    Example:
    System 1
    Program 1
    Version 28   active
    Version 27 inactive
    System 2
    Program 1
    Version 26  active
    Version 25 inactive
    Version 24 inactive
    System 2 will not longer exist and so I want to have all versions from that system in system 1 (V28, V27, V26, V25, V24).
    Not only the Link in table VRSD, also the additional stuff like coding for example.
    Does anybody know how to do it?
    Regards,
    Tobias.

    I would do the transfer #1... from another Mac and follow the instructions. You need a firewire 6-pin to 6-pin connector. Stay right where you are in Setup Assistant. If you restart your Mac before migrating it will create an admin account and the migration will be difficult.
    EDIT: Time Machine won't recognize the new volume anyway and you should begin a fresh TM backup.
    Have you gone into TM preferences and chosen other drives and folders not to back up?
    -mj
    Message was edited by: macjack

  • Uninstall older Versions of Adobe

    Yes I previously have 'Adobe Reader X 10.1.7.and already updated to the newer version XI(11.0.06). I SHOULD be able to UNINSTAL the older vers., of the 2 correct??  Same Question with Flash PlayerXII ActiveX. That could be Updated,BUT THEN can I uninstall that as well??? HEELLPP!!!  Thanks. Petereno

    That should happen automatically when you install a newer version.
    Sometimes these things go away when restarting Windows.  If not, uninstall all versions using
    http://labs.adobe.com/downloads/acrobatcleaner.html
    http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
    then reinstall the latest versions from
    http://get.adobe.com/reader/enterprise/
    http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_text_4

Maybe you are looking for

  • Aperture 2.1.4 crashing

    To make a long story short, this is a brief of my ordeal, with conclusions at the end. a) Aperture 2.1.3 (+40.000 images library) + OS 10.5.8 Initial configuration a couple months ago. Running smoothly. Until I decided to upgrade the OS... b) Apertur

  • Where to configure which stock type to post in a movement type?

    Hi, As we know , when we carry out a posting with a movement type, e.g. mvt. typ. 261, system will automatically post to unrestricted-use stock. And if mvt.typ. 331, system will post to QI stock. I'd like to ask where to configure movement type to le

  • Is there any issues to use exp in a live production instance?

    Hi all, I'll migrate from 9.0.1 o hp-ux to a 10gR2 on Redhat AS E4 To prepare my upgrade, I need the whole structure from our 9.0.1 instance. Can I without any danger / problem use exp to export the structure of our live instance while its actively r

  • Relate to Transformations ?

    Hi All, Can anyone explain what are the disadvantages using Transformations while using mediator transformations ?

  • MDT and capture & sysprep existing machine

    Hi, In a few special situations I need to be able to capture and sysprep existing physical machine. In MDT there is this Sysprep & Capture task sequence template. I think it's just what I need, but I have read somewhere before that it shouldn't be us