在Windows 7中更改Chrome安装文件夹


2

如何在安装Chrome时更改Chrome安装文件夹?它没有选择这样做。

Answers:


2

对于那些可能仍然在那里试图找到解决方案的人。Google提供了安装程序的企业版。它是一个.msi安装程序,但它的默认安装目录是C:\ program files \ google而不是典型的c:\ user \ user \ appdata \ local \ google




0

我没有这样做,但我认为可能使用MSI安装程序。另一个问题似乎表明它可以用于类似的东西

msiexec /i "chrome.msi" TARGETDIR="C:\chrome" /qb

当然,有适当的路径。


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.