在 Windows 10 中
> msiexec /x "\path\to\myprogram.msi" /quiet
Another version of this product is already installed.
Installation of this version cannot continue.
To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel.
我想知道为什么msiexec /x
控制面板上的“添加/删除程序”会成功,而“添加/删除程序”却会失败?
谢谢。