SCCM客户端推送失败 – Win2000框

当试图将SCCM客户端安装到Windows 2000机器上时,安装失败。 安装脚本通过在networking的公共区域上托pipe的batch file(CONTENTS: \\mdop\SCCM_client\ccmsetup.exe /mp:MDOP /logon smssitecode=MID smsslp=MDOP )运行。 这个脚本已经适用于所有机器(主要是Win2003服务器)。 我已经尝试启用它需要的所有常用服务(BITS,IISpipe理员,Windows Installer),但它仍然只运行一两秒钟,然后退出。 以下是错误输出的日志文件:

 [LOG[Couldn't get directory list for directory 'http://MDOP/CCM_Client/ClientPatch'. This directory may not exist.]LOG]! time="13:55:53.618+300" date="06-30-2009" component="ccmsetup" context="" type="0" thread="1676" file="ccmsetup.cpp:6054" 

完整日志: http : //paste-it.net/public/gb11732/

尝试卸载MSXML6(可从http:// MDOP:80 / CCM_Client / i386 / msxml6.msi获取 ),然后将其重新安装到计算机上。 我没有经验,但我的直觉认为这可能会有所帮助。

从您下载MSXML6.msi的目录中

 msiexec /x msxml6.msi msiexec /i msxml6.msi 

我看到论坛post等,与其他人有问题,没有好的解决策略。

检查是否可以从客户端浏览该URL; 日志状态是错误的来源,所以看看它。