很长一段时间以来,我一直无法安装任何以任何方式使用 Windows Installer(又名msiexec)的应用程序,这是大多数应用程序。我不是在谈论一些没有安装的随机特定程序,它是任何程序。
所有安装人员都这样说:

我现在使用的是:http : //download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstaller_amd64_en-US.msi
可以看到,是微软官方下载的,所以包不是问题。
另外,使用我运行的这个超级用户帖子msiexec.exe /I "WebPlatformInstaller_amd64_en-US.msi" /QN /L*V! "C:\msilog.log",我得到了这个日志:
=== Verbose logging started: 3/28/2015 20:46:26 Build type: SHIP UNICODE 5.00.9600.00 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (0C:C4) [20:46:26:944]: Resetting cached policy values
MSI (c) (0C:C4) [20:46:26:994]: Machine policy value 'Debug' is 7
MSI (c) (0C:C4) [20:46:27:034]: ******* RunEngine:
******* Product: WebPlatformInstaller_amd64_en-US.msi
******* Action:
******* CommandLine:
MSI (c) (0C:C4) [20:46:27:062]: Client-side and UI is none or basic: Running entire install …Run Code Online (Sandbox Code Playgroud)