.NET_STAR

打造技术团队,愿与您共同开创事业!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::

大家可能从添加/删除程序中去御载Sharepoint 2007弹出御载窗口后,随即弹出两个"确定"警告,然后我们点击"确定",窗口一闪就消失,御载不了

在google查到微软官方的御载方法(英文,大家可以到google翻译器翻译整个网站),在根据以下步骤操作后,还记得把IIS中的网站和应用程序池删除,并把数据库中的所有MOSS有关的数据库删除

 

Here is a procedure that might come in handy when you, for some reason are required to            re-install the binaries of the server.

Scenarios requiring this might include reverting to a previous state, fixing a corrupted farm, etc.

I have ran into those situations where if you simply click on uninstall would not do much good, so here is a manual removal procedure , should you need it:

First step (required if you want to recover your farm in a supported manner):

If you are able to do so, detach the server from the farm either using the SharePoint Configuration Wizard or by using psconfig 鈥揷md configdb -disconnect

Disable and Stop MOSS Service on the server

-Microsoft Single Sign-on Service
-Office SharePoint Server Search
-Windows SharePoint Services Administration
-Windows SharePoint Services Search
-Windows SharePoint Services Timer
-Windows SharePoint Services Tracing
-Windows SharePoint Services VSS Writer

Note the following registry keys for the location where Sharepoint Binaries are installed :

HKLM\Software\Microsoft\Office Server\12.0
-InstallPath

(default is C:\Program Files\Microsoft Office Servers\12)

HKLM\Software\Microsoft\Shared Tools\Web Server Extensions\12.0
-Location

(default is C:\Program Files\Common Files\Microsoft Shared\Web Server
Extensions\12)

Delete the following registry hives:

HKLM\Software\Microsoft\Office Server\12.0
HKLM\Software\Microsoft\Shared Tools\Web Server Extensions\12.0
[x32] - HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\OSERVER
[x64] - HKLM
\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\OSERVER

Delete the following folders:
The value of the InstallPath key
The value of the Location key
C:\%CommonProgramFiles%\Microsoft Shared\SERVER12

Uninstall SharePoint using Windows Installer Cleanup utility:


Download the tool from http://support.microsoft.com/kb/290301


Install the tool on MOSS server and run the program from Start > All Programs >
Windows Install Clean up


Select the entries that start with

鈥淢icrosoft Office SharePoint *.*鈥?,鈥淢icrosoft SharePoint Service *.*鈥?and 鈥淢icrosoft.Office*.*鈥?having the same binaries version as the Server and select remove.

NOTE!

If you have Microsoft Office installed on the server, you may find other Microsoft Office Products to remove. Carefully select ONLY the ones having the same binaries version as the SharePoint Server and not the other ones.

Snags you may hit along the way:

_____________________________

Unable to delete some files in the SharePoint install location

As you correctly assume , this can happen if the files are somehow locked and you cannot get a handle.

A very useful tool to overcome the issue is Process Explorer

http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx

Open it, use the Find menu and check if the dll鈥檚 you are trying to delete are or not in use.If need be, kill the process locking them.

Once you are done, reboot the server and re-install the binaries.

Attach the server back to the farm.

 

 

posted on 2010-04-17 23:51  雷明  阅读(456)  评论(0编辑  收藏  举报