如何删除Microsoft SQL 2005 embedded Edition (MICROSOFT##SSEE)

来源:互联网 发布:人工智能的文献 编辑:程序博客网 时间:2024/05/20 01:37

安装sharepoint 3.0后,需要重新设置数据库,卸载wss 3.0后, MICROSOFT##SSEE依然存在,可通过以下步骤删除之

  1. In the registry browse to this location: HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Wi ndows/CurrentVersion/Uninstall
  2. Click on each of the sub folders {GUID} on the left hand column and look at the display name on the right until you see “Microsoft SQL 2005 embedded Edition…”
  3. Copy the value that is stored as the UninstallString (for example:  MsiExec.exe /X{0F51A262-1ADF-4914-B448-78AC58C4178A} )
  4. Open up a command prompt and paste the value and add to the end of the string ” CALLERID=OCSETUP.EXE”
  5. Example  c:/Temp/MsiExec.exe /X{0F51A262-1ADF-4914-B448-78AC58C4178A} CALLERID=OCSETUP.EXE
原创粉丝点击