我刚给scom2012R2 装上了rollup13,发现装错了,要装的是rollup12,然后想把rollup13卸掉,搜了一篇文档,但是看不懂,路径如下:
Uninstall information
To uninstall an update, run the following command:
msiexec /uninstall PatchCodeGuid /package RTMProductCodeGuid
不知道该怎么用
我刚给scom2012R2 装上了rollup13,发现装错了,要装的是rollup12,然后想把rollup13卸掉,搜了一篇文档,但是看不懂,路径如下:
Uninstall information
To uninstall an update, run the following command:
msiexec /uninstall PatchCodeGuid /package RTMProductCodeGuid
不知道该怎么用
关注让阿豪来帮你解答,本回答参考chatgpt3.5编写提供,如果还有疑问可以评论或留言首先,你需要找到正确的PatchCodeGuid和RTMProductCodeGuid来卸载rollup13。以下是一些可能的方法:
msiexec /uninstall PatchCodeGuid /package RTMProductCodeGuid
请确保将"PatchCodeGuid"和"RTMProductCodeGuid"替换为你真正找到的值。 在此处提供了一个示例(请注意,下面的示例代码仅供参考,具体的PatchCodeGuid和RTMProductCodeGuid需要根据你自己的系统来确定):
msiexec /uninstall {0743b6e3-e63f-11a4-e688-5009d927507c} /package {这里是RTMProductCodeGuid}
希望这可以帮助你成功卸载rollup13并安装正确的rollup12。如果仍然有困难,请参考其他文档或者尝试联系 Microsoft 支持。