Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个提示用户重新启动的 Windows 安装程序升级或补丁,但这不是必需的,我需要确定重新启动提示的来源。
我知道此信息位于 msi 安装日志中,但它的位置并不是很明显,而且我的日志很长。找到触发重启的位置的最佳方法是什么?
我终于找到了指出罪魁祸首的线。看起来搜索held会有帮助。
held
Info 1603.The file C:\blah\blahblah.dll is being held in use. Close that application and retry.
重新启动由 InstallValidate 标准操作处理。您可以在此处获取更多信息:
重新启动请求的记录