安装sharepoint 3.0后,需要重新设置数据库,卸载wss 3.0后, MICROSOFT##SSEE依然存在,可通过以下步骤删除之
- In the registry browse to this location: HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Wi ndows/CurrentVersion/Uninstall
- 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…”
- Copy the value that is stored as the UninstallString (for example: MsiExec.exe /X{0F51A262-1ADF-4914-B448-78AC58C4178A} )
- Open up a command prompt and paste the value and add to the end of the string ” CALLERID=OCSETUP.EXE”
- Example c:/Temp/MsiExec.exe /X{0F51A262-1ADF-4914-B448-78AC58C4178A} CALLERID=OCSETUP.EXE
本文提供了一种解决方法来删除安装SharePoint 3.0后卸载WSS 3.0时遗留的MICROSOFT##SSEE数据库。通过注册表定位到特定的卸载字符串,并使用命令提示符完成卸载过程。

2778

被折叠的 条评论
为什么被折叠?



