检查 Windows 安装程序版本
我也检查了“添加/删除程序”面板和“组件”面板,但在我的计算机上找不到 Windows Installer 的版本。谁能指导我找出任何计算机上安装的 Windows Installer 版本
I have checked my Add/Remove program panel and Components panel as well but could not find the version of Windows Installer on my machine. Can anybody please guide me in finding out the version of Windows Installer installed on any machine
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
进入 cmd(命令提示符)或运行对话框 (Windows + R) 并执行
msiexec -?
。它将打开一个窗口,顶部包含您的版本。
Go into cmd(command prompt) or the run dialog (Windows + R) and execute
msiexec -?
.It will open a window containing your version at the top.