zoukankan      html  css  js  c++  java
  • Uninstall SQL 2005 Embedded Edition SSEE

    reference from

    Frustrated because WSS v3-Beta sometimes leaves an orphaned install Embedded Edition of SQL 2005 (SSEE) on your machine ?

    Now you can get rid of it ;)

    • Start Registry Editor, and then locate the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

      • In the left pane, click each GUID. For each GUID that you click, look for a display name in the right pane that matches “Microsoft SQL 2005 embedded Edition…”. When you see a display name that matches the name, copy the value of the Key named “UninstallString”

      • Open a Command-Window (Start->run->cmd)

      • Paste the Copied string.

      • Append “ CALLERID=OCSETUP.EXE” eg “MsiExec.exe /X{BDD79957-5801-4A2D-B09E-852E7FA64D01} CALLERID=OCSETUP.EXE”

    • There you go Don’t forget to reboot.

      • (no name)

        http://technet2.microsoft.com/WindowsServer/en/library/94d1385f-4872-4c29-8822-3a4ec5e45ae41033.mspx?mfr=true

        Issue 33: Uninstalling WSUS 3.0 does not uninstall SQL Server Embedded Edition (Windows) If WSUS 3.0 is uninstalled, SQL Server 2005 Embedded Edition (Windows) will not be uninstalled. If it is necessary to uninstall SQL Server 2005 Embedded Edition (Windows), the following commands will uninstall the application:

        (on 32-bit platforms)

        msiexec /x {CEB5780F-1A70-44A9-850F-DE6C4F6AA8FB} callerid=ocsetup.exe

        (on 64-bit platforms)

        msiexec /x {BDD79957-5801-4A2D-B09E-852E7FA64D01} callerid=ocsetup.exe

        However, the removal of the application may not remove the default .mdb and .ldb files, which will cause a subsequent WSUS 3.0 installation to fail. These files can be deleted from the %windir%\SYSMSI\SSEE directory. Note: SQL Server 2005 Embedded Edition (Windows) should not be uninstalled on Windows Server "Longhorn", since it is a shared instance with other roles.

        12/28/2006 1:03 PM

    • 相关阅读:
      javascript事件列表解说
      如何在ASP.NET页面中嵌入WINFORM控件
      ASP.NET 刷新后如何保持网页的位置
      JS的event 对象
      imp导入数据到ORACLE遭遇ORA12899错误
      求鞍点
      全排列递归实现
      三点顺序
      NYoj 14会场安排问题
      strchr和strstr函数
    • 原文地址:https://www.cnblogs.com/skyfei/p/806729.html
    Copyright © 2011-2022 走看看