Windows Internal Database Archives - ADSploit https://adsploit.com/tag/windows-internal-database/ Powered by CionSystems inc Wed, 02 Dec 2009 18:47:47 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.4 https://adsploit.com/wp-content/uploads/2022/08/icon-36x36.png Windows Internal Database Archives - ADSploit https://adsploit.com/tag/windows-internal-database/ 32 32 Removing Windows SharePoint Services 3.0 https://adsploit.com/removing-windows-sharepoint-services-30/ https://adsploit.com/removing-windows-sharepoint-services-30/#respond Wed, 02 Dec 2009 18:47:47 +0000 http://blog.cionsystems.com/?p=89 As Sharepoint becomes mainstream, sometimes is nice to remember the little things. Recently we had a case where we had to do just that. We removed Sharepoint Services 3.0 and reinstaled it, only to notice the same info on the webpage. We did a little digging and came across an article from Microsoft pointing out […]

The post Removing Windows SharePoint Services 3.0 appeared first on ADSploit.

]]>
As Sharepoint becomes mainstream, sometimes is nice to remember the little things. Recently we had a case where we had to do just that. We removed Sharepoint Services 3.0 and reinstaled it, only to notice the same info on the webpage. We did a little digging and came across an article from Microsoft pointing out that when removing Sharepoint Services 3.0, you have to manually remove the Windows Internal Database. With this version, there’s no way to remove it through the GUI and no user notification, so you have to use the msiexec.exe command to do it.
If you are running an x86-based edition of Microsoft Windows Server 2003, use the following command line to remove Windows Internal Database from the computer:
msiexec /x {CEB5780F-1A70-44A9-850F-DE6C4F6AA8FB}
CALLERID=ocsetup.exe

If you are running an x64-based edition of Windows Server 2003, use the following command line to remove Windows Internal Database from the computer:
msiexec /x {BDD79957-5801-4A2D-B09E-852E7FA64D01}
CALLERID=ocsetup.exe

The full Microsoft article (KB920277) can be found here.

The post Removing Windows SharePoint Services 3.0 appeared first on ADSploit.

]]>
https://adsploit.com/removing-windows-sharepoint-services-30/feed/ 0