发表于:2010-1-28 浏览:63 作者: 来源:互联网
关键字:windows 2003,WMP11,安装方法
描述: 以下方法将介绍如何在WindowsServer2003下顺利完成WindowsMediaPlayer11的安装. 1.winrar解压wmp11的安装文件到某目录; 2.winrar解压wmp11.exe和wmfdist11.exe到分别的目录:wmp11和wmfdist11;
以下方法将介绍如何在Windows Server 2003下顺利完成Windows Media Player11的安装.
1. winrar解压wmp11的安装文件到某目录;
2. winrar解压wmp11.exe和wmfdist11.exe到分别的目录: wmp11和wmfdist11 ;
3. 修改wmp11updateupdate.inf:
MaxNtMinorVersionToUpdate=3
MaxNtMajorVersionToUpdate=5
NtBuildToUpdate=2600
NtMinorVersionToUpdate=1
NtMajorVersionToUpdate=5
MaxNtBuildToUpdate=9999
MinNtServicePackVersion=0
MaxNtServicePackVersion=512
4. 运行update.exe ;
5. 恢复update.inf ;
注意,由于update.exe完全启动之后,update.inf就会因为程序运行而被锁死,所以在双击update.exe大约时间在1~2秒之间就要把恢复文件覆盖上去;
6. 下一步继续安装;
6.5. 注入附件的注册表文件;
7-. wmfdist11update目录如法炮制,update.inf修改为:
MaxNtMinorVersionToUpdate=2
MaxNtMajorVersionToUpdate=5
NtBuildToUpdate=3790
NtMinorVersionToUpdate=1
NtMajorVersionToUpdate=5
MaxNtBuildToUpdate=3790
MinNtServicePackVersion=2
MaxNtServicePackVersion=512
8. 重起一下电脑,即可在Win2003下使用WMP11了.