vote up 4 vote down star
1

Why Google chrome is not installed in windows program files directory I mean "C:\program files\Google Chrome" ?

why they have installed in

"C:\Documents and Settings\user\Local Settings\Application Data\Google\Chrome\Application\chrome.exe"
flag

80% accept rate

closed as not programming related by Brian, Brian Rasmussen, schnaader, Chris Young, Hank Gay Mar 19 at 8:24

3 Answers

vote up 10 vote down check

I quote:

  • Anyone can install Google Chrome, not just administrators.
  • On Windows Vista there are no 'security prompts' during install. If you are running as a non-elevated Administrator, you can still install Google Chrome without having to enter an administrator's password. However we still need to ask for a password to make Google Chrome the default browser due to how Windows Vista requires browser applications to be registered with it.
  • You can choose to install or uninstall Google Chrome without affecting other people who use the same computer.

from http://blog.chromium.org/2009/01/google-chrome-installation-and-updates.html

link|flag
vote up 3 vote down

It is a ClickOnce application. That's the default location.

link|flag
I don't think it's ClickOnce... do you have a reference for that? – divo Mar 19 at 7:36
When I installed it the ClickOnce progress bar appeared. I think you can be pretty sure Google would not have use it if it wasn't ClickOnce. – Jonathan Parker Mar 19 at 7:37
Hm, Chrome seems to use some click-once mechanism. google.com/support/forum/… – splattne Mar 19 at 7:40
2  
But according to this discussion, ClickOnce is only used to install the installer for Chrome: channel9.msdn.com/forums/Coffeehouse/… ? – divo Mar 19 at 7:44
vote up 3 vote down

Probably to make a non-administrative install (ie you don't need administrator privileges) possible. Microsoft also uses this 'trick' for ClickOnce deployment.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.