Visual Studio 2015 更新 3 (KB3165756) 安装程序已阻止

Visual Studio 2015 Update 3 (KB3165756) Setup Blocked

所以,我正在尝试在我的新 Windows 10 笔记本电脑上安装 Visual Studio 2015 Update 3,但我无法安装它以挽救我的生命。当我尝试通过原始安装 ISO 安装它时,它一直告诉我包失败。如果我使用独立的更新文件,它会告诉我安装被阻止并且它需要 Visual Studio 2015 系列的成员存在(根据所有权利,应该已经安装)。

这是日志文件的 link,如果有帮助... https://drive.google.com/file/d/0ByXn28otvziTdGRwamVjaTZ2RlU/view?usp=sharing

找到解决方法。

  1. Shift-右键单击存储独立更新的文件夹。
  2. 点击"Open command window here."
  3. 键入不带引号的 "vs14-kb3165756.exe /uninstall"。
  4. 点击"repair."
  5. 看着更新终于成功了。

补充 TheDoctor 的回答,对我有用的是:

  1. 我必须 "open the file location" 的 CMD
  2. 在我的桌面上创建它的快捷方式并 "Run as Administrator"
  3. 找到vs14的保存路径-kb3165756.exe (in my case was in Downloads folder)
  4. 键入 vs14-kb3165756.exe /卸载
  5. 点击了 "repair"
  6. 然后奇迹般地起作用了!感谢 TheDoctor 的解答!