Live data from Hacker News

Google's "Chrome Frame" plugin for IE no longer requires admin rights

blog.chromium.org

21–24 of 24 posts

Re: Google's "Chrome Frame" plugin for IE no longer requires admin rights

#21
post #5

Can you get Chrome itself without admin rights? That would probably be as beneficial or more for circumventing draconian (and short-sighted) IT policies.

It's more common than not for large organizations to prevent regular users from installing software, via group policy. Getting a copy of it isn't the problem.

Re: Google's "Chrome Frame" plugin for IE no longer requires admin rights

#22
post #5

Can you get Chrome itself without admin rights? That would probably be as beneficial or more for circumventing draconian (and short-sighted) IT policies.

Yes, it is possible to install Google Chrome without having local administrator rights. It installs itself into the user's "Application Data" folder. A user cannot set it as the default browser without having local admin, however.

If an administrator installs the "multiple user" version of Chrome on the computer (which is installed in the "Program Files" folder as per a normal app), the next time a user runs their "single user" version of Chrome it will display a message that the multiple user version has been installed and their single user application is uninstalled.

References: http://www.google.com/support/forum/p/Chrome/thread?tid=31d0... http://www.google.com/support/chrome/bin/answer.py?answer=11...

Re: Google's "Chrome Frame" plugin for IE no longer requires admin rights

#23
post #6

Earlier quoted context omitted.

Not really. You can view the source code for both Chrome, Chrome OS and Chrome Frame in their repo: http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame... As a side note, after having looked at the code for a few minutes, it appears they're doing some clever things with the Chrome Frame helper program: (tidy) DLL injection into Internet Explorer, together with dynamic BHO loading using the windowing API and…

Restricting DLL injection and 'API interfacing' (if that's even a thing) to administrative users would provide no security benefit. People would just have to run as admin. DLL injection is used all over in windows to provide useful features like alternate input methods, icon overlays in explorer, etc. You aren't allowed to inject DLLs into processes owned by other users or processes of higher integrity level, so it's…

Ah, thanks for the clarification. "API interfacing" was formulated a bit quickly (then again, don't you interface with an interface?) -- perhaps I should have said "using API's".

Re: Google's "Chrome Frame" plugin for IE no longer requires admin rights

#24
post #5

Can you get Chrome itself without admin rights? That would probably be as beneficial or more for circumventing draconian (and short-sighted) IT policies.

1. download http://dl.google.com/chrome/install/797.0/chrome_installer.e...

2. Unzip

3. unzip again until you see a chrome.exe

4. move the chrome.exe to the folder in the same directory

5. Now you have a clean copy of Chrome Dev. Create a shortcut of chrome.exe to your desktop and enjoy!

Post reply on HN