为什么在32位程序文件中安装了Chrome 64位?


13

我有64位Chrome。我无法将其更新为64位,因此我完全卸载了32位版本并安装了64位版本。

我非常确定我具有64位版本:

Versão 37.0.2062.120 m (64-bit)

Google Chrome   37.0.2062.120 (Versão oficial 281580) m
SO  Windows 
Blink   537.36 (@181352)
JavaScript  V8 3.27.34.17
Flash   15.0.0.152
Agente do usuário   Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36

但是exe文件安装在C:\ Program Files(x86)上

Linha de comando    "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --flag-switches-begin --flag-switches-end
Caminho do executável   C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

Answers:


4

对于64位和32位google chrome,安装位置为C:/ Program files(x86),如果您需要更多验证,则可以打开任务管理器并检查以下内容

chrome.exe-仅针对64bit-Chrome显示

Chrome.exe * 32-仅针对32位镶边显示


7

答案在Chromium错误跟踪器上(请参阅注释18和26)。

简而言之,开发团队决定采用这种方式,因为这样可以简化从32位Chrome迁移到64位Chrome时的升级过程。他们尚未更改它,因为它对用户没有影响。


5

因为这简化了从32位到64位的升级路径。Chrome将您自动更新为64位时,安装程​​序无需使用多个程序文件目录。


2
那根本不好。如果要进行全新的Chrome安装,可能会导致问题。
SaidbakR16年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.