Cannot uninstall sql server 2012 on Windows 7

This is the error a co-worker gets when trying to uninstall SQL Server 2012. She is running Windows 7 Professional
Service Pack 1, 64 bit OS. She had SQL 2008 installed and then installed 2012 Enterprise as well, because she needed it for a project. The problem is we don't have a license for local instances of Enterprise, so we need to install it. However,
2012 Setup is telling us we don't have the minimum requirements to *install* 2012. Which leads to some interesting questions:
1) Why does the 2012 installer allow you to install but not uninstall when you don't meet system requirements?
2) How does that make any sense?
3) Does she really need to install more software to be able to uninstall? Since SP1 is already installed, what would that be?
Thanks!
Joe

Hello,
In theory, if Windows 7 has SP1 then it is compatible with SQL Server 2012.
Please try to use the procedure explained on the following article:
http://msdn.microsoft.com/en-us/library/ms143412.aspx
If that article does not help, please perform the following steps to manually uninstall SQL Server 2012:
1. Uninstall all SQL Server 2012 components you can using Control Panel -> Programs and Features
2. Backup the registry.
3. Delete the following keys in regedit:
--HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
--HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
4. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server.
5. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server.
6. Rename all the SQL Server folders in the computer like
C:\Program Files\Microsoft SQL Server and subfolders.
Hope this helps.
Regards,
Alberto Morillo
SQLCoffee.com

Similar Messages

  • Unable to uninstall sql server 2012 from Windows 7(ultimate) 64-bit SP1 version.

    I am trying to install sql sever 2012 on my m/c but it's giving me error after partial installation.
    Now I have successfully installed Sql Server 2008 R2 on my machine but when I am trying to uninstall 2012 sql server from my machine its giving an error regarding unsupported OS. However as mentioned earlier I have Windows 2007 Ultimate SP1 (64-bit) installed
    on my machine which is included in valid platform for sql server 2012. Also I installed visual studio 2013 on my machine but it existed with error SqlServer\LocalDB not installed.

    Hi pritamk,
    According to your error message, as other post, you can uninstall SQL Server from command line, inaddition, another workaround is that change the compatibility mode of setup.exe to Vista SP2, then run “Remove” option from the control panel. You can refer
    to the following steps.
    Browse to your SQL setup bootstrap folder, For SQL Server 2012, this is the path "C:\Program Files \Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\".
    Go to Setup.exe file and right click on Setup.exe. Then go to properties and click on "Compatibility" tab. Under "Compatibility mode", click on Run this program in compatibility mode for "Windows Vista (Service Pack 2)". Then Click on "Apply" then "OK".
    After that go to control panel -> Programs and Features -> and remove SQL Server 2012
    There is similar issue about uninstalling SQL Server 2012 RC0 from control panel. You can review the following post.
    https://connect.microsoft.com/SQLServer/feedback/details/707706/unable-to-uninstall-sql-server-2012-rc0-from-control-panel
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Unable to install SQL Server 2012 on windows 7 os

    Hello All,
    I am trying to install SQL Server Enterprise evaluation edition sp1 on windows 7 os professional edition.
    Previously I have used to sql server 2012 enterprise evaluation edition on the same os. I did not have any issues at that time.
    But now, I formatted my system and re-installed the same operating system. But now it is showing the below error to me when i tried to install sql server on my system.
    Please help me.
    Thanks in advance.
    Thanks and Regards, Readers please vote for my posts if the questions i asked are helpful.

    Hello,
    This is a known issue. Please try the workarounds posted on the following link:
    https://connect.microsoft.com/SQLServer/feedback/details/707706/unable-to-uninstall-sql-server-2012-rc0-from-control-panel
    Look at the Workarounds section.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Connect SQL Server 2012 from Windows Server 2003 with native client 9.0

    Hi,
    I currently have a setup where ETL tool Ab Intio, running on a Linux server, connects to the SQL Server 2005 through a passthrough Wintel server with Windows Server 2003 OS using SQL server native client 9.0
    Now I have the requirement to upgrade the SQL server from 2005 to 2012.
    My question is, will it be possible to connect to SQL server 2012 through Windows Server 2003 with native client 9.0?
    As per the specs, I need native client 11.0+ to fully support SQL Server 2012, but then, as per specs, native client 11.0 doesnot run on Windows server 2003. OS upgradation is currently not on the cards.
    So will it be possible to the run the basic queries we use currently, if we can connect SQL server 2012 through Windows Server 2003 with native client 9.0/10.0, without updgrading the OS of the Wintel server?
    Thanking you in advance! 

    Hi Soumya,
    Yes, you can use the SQL Server Native Client shipped with SQL Server 2005 to connect to a SQL Server 2012 instance, and there is no need to upgrade the operating system.
    Regards,
    Mike Yin
    TechNet Community Support

  • Uninstall SQL Server 2012 in Command Prompt

    I need to make an  uninstall script for SQL Server 2012 Express but I can't figger it out.
    After I uninstalled the SQL instance with following command:
    C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\setup.exe /Action=Uninstall /FEATURES=SQL,AS /INSTANCENAME=SQLEXPRESS /QUIETSIMPLE
    There are still a couple of programs that I want to remove:
    Microsoft SQL Server 2008 Setup Support Files
    Microsoft SQL Server 2012 Transact-SQL ScriptDom
    Microsoft SQL Server 2012 Native Client
    SQL Server Browser for SQL Server 2012
    Microsoft VSS Writer for SQL Server 2012
    Microsoft - SQL Server 2012 Express
    Microsoft SQL Server 2012 Setup (English)
    Can someone please help me removing them without using 'Add or Remove Programs'
    and preferably without any interaction.

    Hi Michael1105,
    Are there any other instances except SQL Server Express in your system?
    To completely uninstall SQL Server Express include the Browser, Writer and other SQL Server components, I recommend you use the
    ConfigurationFile.ini file. Below is an example for you.
    Firstly, you can perform the following steps to generate a configuration file.
    1. Right click SQL Server 2012 from control panel and select Remove
    2. Follow the wizard through to the Ready to Remove page. The path to the configuration file is specified in the
    Ready to Remove page in the configuration file path section.
    3. Cancel the setup without actually completing the uninstallation, to generate the INI file.
    Secondly, you can specify the configuration file at the command prompt and uninstall SQL Server 2012 Express, or you can change the scripts in configuration file to meet your requirement, then copy the scripts
     in command prompt to uninstall SQL Server 2012 Express.
    Reference:
    Install SQL Server 2012 Using a Configuration File
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • Need help installing sql server 2012 on windows server 2012 core

    Hi Guys 
    I am having trouble installing sql server 2012 on windows server 2012 core. I am doing this on VM and my VM is not connected to internet. 
    This setup is part of preparing lab for sql serve exam 70-462. I would really appreciate your help.
    I am including the links to the log files that were generated after installation. There are following 2 files
    Component Update and
    Detail_Global_Rules
    Thanks

    Hi
    iworkonline,
    Regarding to your original question, you can work around it according to Prashanth’s post or unclick the “Include SQL Server Product Updates" checkbox when installing SQL Server on your VM.
    Regarding to your second question, I make a test using TechNet Virtual Lab and everything works as expected . Below are my steps.
    1. Choose Web client after laughing the Lab.
    2. Choose SQLONE machine and “OPEN CHARMS” as follows, then search SQL Server Management Studio, use it to connect to the default instance (which has been installed in the lab).
    From your description, you get error message “Device not ready”. Could you please post more details? Are you installing SQL Server 2012 on the TechNet Virtual Lab?
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • Unable to install SQL server 2012 on windows 7 64bit

    Overall summary:
    Final result: Failed: see details below
    Exit code (Decimal): -2057043966
    Exit facility code: 1380
    Exit error code: 2
    Exit message: There was a failure to calculate the applicability of setting ALLINSTANCES.
    Start time: 2015-03-17 21:43:13
    End time: 2015-03-17 21:43:34
    Requested action: LandingPage
    Exception help link: http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.2100.60&EvtType=0x4F2D2386%400xE9BC3D64&EvtType=0x4F2D2386%400xE9BC3D64
    Machine Properties:
    Machine name: ELKR-1214-1745
    Machine processor count: 4
    OS version: Windows 7
    OS service pack: Service Pack 1
    OS region: United States
    OS language: English (United States)
    OS architecture: x64
    Process architecture: 64 Bit
    OS clustered: No
    Package properties:
    Description: Microsoft SQL Server 2012
    ProductName: SQL Server 2012
    Type: RTM
    Version: 11
    SPLevel: 0
    Installation location: c:\afaeb7739e47ceedb4b5f79a1e14a784\x64\setup\
    Installation edition:
    User Input Settings:
    ACTION: LandingPage
    CONFIGURATIONFILE:
    ENU: true
    HELP: false
    INDICATEPROGRESS: false
    QUIET: false
    QUIETSIMPLE: false
    UIMODE: AutoAdvance
    X86: false
    Configuration file: C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20150317_214254\ConfigurationFile.ini
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report file: The rule result report file is not available.
    Exception summary:
    The following is an exception stack listing the exceptions in outermost to innermost order
    Inner exceptions are being indented
    Exception type: Microsoft.SqlServer.Chainer.Infrastructure.CalculateSettingApplicabilityException
    Message:
    There was a failure to calculate the applicability of setting ALLINSTANCES.
    HResult : 0x85640002
    FacilityCode : 1380 (564)
    ErrorCode : 2 (0002)
    Data:
    SettingId = ALLINSTANCES
    WatsonData = Microsoft.SqlServer.Chainer.Infrastructure.CalculateSettingApplicabilityException@2
    HelpLink.EvtType = 0x4F2D2386@0xE9BC3D64
    DisableWatson = true
    Stack:
    at Microsoft.SqlServer.Chainer.Infrastructure.Setting.CalculateApplicability()
    at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.CalculateAllSettings(Boolean chainerSettingOnly)
    at Microsoft.SqlServer.Configuration.SetupExtension.FinalCalculateSettingsAction.ExecuteAction(String actionId)
    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun, ServiceContainer context)
    Inner exception type: Microsoft.SqlServer.Chainer.Infrastructure.CalculateSettingChangeabilityException
    Message:
    There was a failure to calculate the changeability of setting ALLINSTANCES.
    HResult : 0x85640003
    FacilityCode : 1380 (564)
    ErrorCode : 3 (0003)
    Data:
    SettingId = ALLINSTANCES
    WatsonData = Microsoft.SqlServer.Chainer.Infrastructure.CalculateSettingChangeabilityException@3
    Stack:
    at Microsoft.SqlServer.Chainer.Infrastructure.Setting.CalculateChangeabilityByUser()
    at Microsoft.SqlServer.Deployment.PrioritizedPublishing.PublishingQueue.CallQueuedSubscriberDelegates()
    at Microsoft.SqlServer.Deployment.PrioritizedPublishing.PublishingQueue.Publish(Publisher publisher)
    at Microsoft.SqlServer.Chainer.Infrastructure.Setting.CalculateApplicability()
    Inner exception type: Microsoft.SqlServer.Chainer.Infrastructure.UnableRetrieveConfigObjectForSettingException
    Message:
    Unable to retrieve a public configuration object type Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings for setting ALLINSTANCES.
    HResult : 0x85640007
    FacilityCode : 1380 (564)
    ErrorCode : 7 (0007)
    Data:
    SettingId = ALLINSTANCES
    ConfigObjectType = Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings
    WatsonData = Microsoft.SqlServer.Chainer.Infrastructure.UnableRetrieveConfigObjectForSettingException@7
    Stack:
    at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.GetHostingObject()
    at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.ChangeabilityByUser()
    at Microsoft.SqlServer.Deployment.PrioritizedPublishing.PublishingQueue.CallFunctionWhileAutosubscribing[T](SubscriberDelegate subscriberDelegate, Int32 priority, AutosubscribingFunctionDelegate`1 function)
    at Microsoft.SqlServer.Chainer.Infrastructure.Setting.CalculateChangeabilityByUser()
    Inner exception type: Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException
    Message:
    Unable to generate a temporary class (result=1).
    error CS0009: Metadata file 'c:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll' could not be opened -- 'File is corrupt'
    HResult : 0x84b10001
    FacilityCode : 1201 (4b1)
    ErrorCode : 1 (0001)
    Stack:
    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type, String elementXPath)
    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type)
    at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.GetHostingObject()
    Inner exception type: System.InvalidOperationException
    Message:
    Unable to generate a temporary class (result=1).
    error CS0009: Metadata file 'c:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll' could not be opened -- 'File is corrupt'
    Stack:
    at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
    at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
    at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
    at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
    at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type, String elementXPath)

    Hi,
    I would like to add that if you see summary.txt file you would see
    Message:
    Unable to generate a temporary class (result=1).
    error CS0009: Metadata file 'c:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll' could not be opened -- 'File is corrupt'
    HResult : 0x84b10001
    FacilityCode : 1201 (4b1)
    ErrorCode : 1 (0001)
    You can see file is corrupt. So either you have to download the setup file again or there can be chance that Antivirus caused some issue.
    Plus if you see starting of summary.txt you could see
    Requested action: LandingPage
    The error message came while landing page was being loaded/or was in action so again I think it is some thing related to corrupt media or antivirus.
    Please
    1. Download ISO file again and extract using WINRAR, don't use Winzip
    2. Disable Antivirus.
    3. Make a new folder and extract installable there.
    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 Article
    MVP

  • NetFx3 error while installing SQL Server 2012 on windows 8 Pro

    I can't install SQL Server 2012 on my windows 8 Pro, every time I try I get this error: Error while trying to enable NetFx3 
    Can anyone help, please.

    Hi,
    Windows 8 does not include .NET 3.5 (include .NET 2.0 and 3.0) by default.
    1. We can make sure this feature is enabled by check in Program and Features.
    a. Go to Settings. Choose Control Panel then choose Programs.
    b. Click Turn Windows features on or off, and the user will see Windows feature window.
    c. You can enable this feature by click on .NET Framework 3.5 (include .NET 2.0 and 3.0) select it and click OK. After this step, it will download the entire package from internet and install the .NET Framework 3.5 feature.
    This option requires an Internet connection.
    2. As Alberto suggested, you can use the command to enable .NET Framework 3.5 (include .NET 2.0 and 3.0) feature in offline mode to avoid interruption before run SQL Server Setup.
    For your information:
    Installing the .NET Framework 3.5 on Windows 8 or 8.1
    http://msdn.microsoft.com/en-us/library/hh506443(v=vs.110).aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Error While Installing SQL SERVER 2012 on Windows Serrver 2012 R2

    I encounter the following errors while installing SQL SERVER on Windows SERVER 2012 R2, can anybody help me out?
    dotdazzle

    If you are using any system account then password is not needed. From the screenshot I see NT Authority\....  so you don't need password.
    Balmukund Lakhani | Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Trouble installing SQL Server 2012 on Windows Server 2012

    I have a brand new install of Windows 2012 Server Standard Edition. I am trying to get SQL Server 2012 installed on it, but have been having a lot of trouble.
    When I run the System Configuration Checker everything passes except for "Setup administrator" -
    Rule "Setup administrator" failed. The account running SQL Server Setup does not have administrator rights on the computer. To continue, use an account with administrator rights.
    If I go to try the "New SQL Server stand-alone installation or add features to an existing installation then I get the same "Setup administrator" error plus the following one.
    Setup account privileges
    Rule "Setup account privileges" failed.
    The account that is running SQL Server Setup does not have one or all of teh following rights: the right to back up files and directories, the right to manage auditing and the security log and the right to debug programs. To continue, use an account with both
    of these rights. For more information, see
    http://msdn.microsoft.com/en-us/library/ms813696.aspx, http://msdn.microsoft.com/en-us/library/ms813959.aspx and
    http://msdn.microsoft.com/en-us/library/ms813847.aspx.
    I am running the install using the administrator account. The server is not on a domain. I have tried to suggestions in the links above as well as this link http://support.microsoft.com/kb/2000257, but I still keep getting the same error. I even just re-installed
    the OS so it is fresh, nothing else on it.
    Any help would be greatly appreciated.
    Thanks,
    Hassan

    Hi Hassan,
    Based on the error message, this issue can occur the current Windows user isn’t a Windows administrator account. Please refer to the following document to add the account to Local Administrator Group. If the issue persists, please help to collect the installation
    log under C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log
    Windows Server 2012: How to Add an Account to a Local Administrator Group:
    http://social.technet.microsoft.com/wiki/contents/articles/13436.windows-server-2012-how-to-add-an-account-to-a-local-administrator-group.aspx
    View and Read SQL Server Setup Log Files:
    http://technet.microsoft.com/en-us/library/ms143702(v=sql.110)
    Allen Li
    TechNet Community Support

  • Can't Install SQL Server 2012 in Windows 8.1 Pro

    I have Visual Studio 2010 Ultimate installed on my unit.
    I tried installing SQL Server 2012 and it failed because I don't have the SP1 for VS2010.
    I installed SP1 successfully, but now I can't install the SQL Server 2012.
    Error says: Managed SQL Server 2012 has stopped
    I have scanned many forums but cannot find the answer.
    I have .Net frameworks 3.5 and 4.0 installed in my laptop, still, no progress.
    Please help me with this. Thanks a lot.

    Check below thread seems to be similar issue
    You need to enable .NET Framework 3.5 using Control Panel
    Control Panel -> Programs and Features -> Turn on or off features.
    Install or enable PowerShell 2.0 also.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/1fe44750-0d6b-46ff-929a-15e616e33546/problem-installing-sql-server-2012-sp1-managed-sql-server-installer-has-stopped-working
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • How can I uninstall SQL Server 2012 SP2

    I have installed the SQL Server 2012 RTM and then SQL Server 2012 SP2 on top. I was under the impression that the "Programs and features" would allow me to uninstall the SP2 if necessary. There, I couldn't see any SQL Server 2012 SP2 but all
    the components at the 11.2.5058 level, i.e. Microsoft SQL Server 2012 Setup? So, does it mean that I have to uninstall all components on the list from 11.2.5058 levels and presume that everything will rollback to 11.2.2100...? Thanks.

    I have installed the SQL Server 2012 RTM and then SQL Server 2012 SP2 on top. I was under the impression that the "Programs and features" would allow me to uninstall the SP2 if necessary.
    There, I couldn't see any SQL Server 2012 SP2 but all the components at the 11.2.5058 level, i.e.
    Microsoft SQL Server 2012 Setup? So, does it mean that I have to uninstall all components on the list from 11.2.5058 levels and presume that everything will rollback to 11.2.2100...? Thanks.
    This is because you are looking at wrong place. Yes you need to go to add remove program but when you open that page there is no information about SP/CU updates. On top left side you need to click on
    View installed updates and different screen would come there you can find SQL Server 2012 SP2
    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 Article
    MVP

  • Cannot connect SQL Server 2012 express

    Dear Sir,
    I install SQL Server 2012 Express on Windows 8 Pro. I try to connect to it from another Windows 8 machine but it fails.
    The SQL is set to allow remote connection, TCP/IP port is set to 1433 and add to exception list on Windows Firewall. But it fails to connect. 
    I try to turn on the SQL Browser service, it fails to connect.
    I even turn off the Windows Firewall on SQL Server 2012 machine, it still fails.
    Please help !

    SQLState 01000
    SQL Server Error 67
    ODBC SQL Server Driver DBNETLIB ConnectionOpen
    SQLState 08001
    SQL Server Error 17
    ODBC SQL Server Driver DBNETLIB SQL Server does not exist or deny access
    The SQL server is started and can connect locally from SSMS.
    I still somehow think this is issue with How exception is configured in firewall.Can you take help of below link and follow the step
    http://blogs.msdn.com/b/walzenbach/archive/2010/04/14/how-to-enable-remote-connections-in-sql-server-2008.aspx
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Uninstalling SQL server 2012 in SCCM 2012

    I am facing issues while uninstalling MS SQL server 2012 throw SCCM 2012.Since it is a exe installation settings msi has been targeted to create package. There is no error in SCCM log since Uninstall.cmd completely removes the settings msi. But SQL server remains
    in the system.
    Contents of Uninstall.cmd is
    "%Programfiles%\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\setup.exe" /QUIET /ACTION=Uninstall /IACCEPTSQLSERVERLICENSETERMS /FEATURES="SQLENGINE,REPLICATION,FULLTEXT,DQ,AS,RS,DQC,BIDS,CONN,IS,BC,SDK,BOL,SSMS,ADV_SSMS,DREPLAY_CTLR,DREPLAY_CLT,SNAC_SDK"
    MsiExec /X {DA388E40-A359-4345-9184-01ED96928FB6} /qn
    MSIEXEC /x {D411E9C9-CE62-4DBF-9D92-4CB22B750ED5} /qn
    MSIEXEC /x {83F2B8F4-5CF3-4BE9-9772-9543EAE4AC5F} /qn
    MSIEXEC /x {C3F6F200-6D7B-4879-B9EE-700C0CE1FCDA} /qn
    MsiExec /X {8F3AB164-B4F3-45B1-A85A-F5E5815A44E1} /qn
    MsiExec /X {FA0A244E-F3C2-4589-B42A-3D522DE79A42} /qn
    MsiExec /X {DA1C1761-5F4F-4332-AB9D-29EDF3F8EA0A} /qn
    MSIEXEC /x {CC8B009A-98C9-497F-99AF-CEBE35D8C0CF} /qn
    MsiExec /X {9169C939-ED01-446A-BD0C-29873BAF4E48} /qn
    Msiexec /X {DA388E40-A359-4345-9184-01ED96928FB6} /qn (Settings MSI)
    its working fine with pstools. but not thro SCCM 2012.
    Any suggestions ?

    The only unique thing about running things in ConfigMgr is that it uses the local System account. Other than that, ConfigMgr simply runs what you tell it to run so if it's not meeting your expectations, then what you are telling it to run is what needs to
    be troubleshot.
    You should add logging to the msiexec commands and should review the event logs. Beyond that though, this is specific to SQL Server uninstallation and thus for support on troubleshooting SQL Server uninstallation, you should post in a SQL Server forum.
    I know that doesn't explicitly help, but the problem doesn't lie with ConfigMgr so there's not much more to say. You could try running this using a task sequence though with a single run command-line task that specifies alternate credentials to avoid running
    it as local System.
    Jason | http://blog.configmgrftw.com

  • Cannot get SQL Server 2012 to Install

    I downloaded SQL Server 2012 SP1 64 bit version.
    I opened the download using Cyberlink ISO Viewer.
    When I double-click on the setup.exe file I get the usual dialog "Do you want this program to make changes to your computer?"
    After I click yes, something flashes briefly and then I get a dialog box with an "X" in it.
    Doesn't say why it is not installing.

    You are most welcome :-)
    * Please close the thread, by marking an answer. Unfortunately this post was moved to a different forum, which i am not a moderator :-), therefor I can't close the thread myself (this forum's moderators will probably, but it is always
    better that you do it as this is your thread). In this case it is absolutely OK to mark your own answer, as you explain what is the solution and you did not used other posts. You can always mark several
    correct answers since maybe the next person that will look a solution will prefer using defferent solution.
    Have a good day
    and thank for the thanks :-)
    [Personal Site] [Blog] [Facebook]

Maybe you are looking for