Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Issue 389002: Correct update-while-in-use installer regression. The rename command being st... (Closed)

Created:
11 years, 1 month ago by robertshield
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, kuchhal
Visibility:
Public.

Description

Correct update-while-in-use installer regression. The rename command being stored in the registry eroneously did not have --chrome-frame appended to it, so the chrome.exe <-> new_chrome.exe was broken. Note that since Chrome Frame uses system installs, Omaha must be present on the system for upgrades to work. "Manual" upgrades while Chrome Frame is running do not work. TEST=Upgrade installs while an old Chrome Frame is running should now correctly replace versions. BUG=27181 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31560

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M chrome/installer/setup/install.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
robertshield
11 years, 1 month ago (2009-11-10 16:28:24 UTC) #1
robertshield
Reviewers: tommi, Description: Correct update-while-in-use installer regression. The rename command being stored in the registry ...
11 years, 1 month ago (2009-11-10 16:28:43 UTC) #2
tommi (sloooow) - chröme
lgtm http://codereview.chromium.org/389002/diff/1/2 File chrome/installer/setup/install.cc (right): http://codereview.chromium.org/389002/diff/1/2#newcode344 Line 344: if (InstallUtil::IsChromeFrameProcess()) { can you add an ...
11 years, 1 month ago (2009-11-10 16:52:24 UTC) #3
tommi (sloooow) - chröme
lgtm http://codereview.chromium.org/389002/diff/1/2 File chrome/installer/setup/install.cc (right): http://codereview.chromium.org/389002/diff/1/2#newcode344 Line 344: if (InstallUtil::IsChromeFrameProcess()) { can you add an ...
11 years, 1 month ago (2009-11-10 16:52:45 UTC) #4
tommi (sloooow) - chröme
lgtm http://codereview.chromium.org/389002/diff/1/2 File chrome/installer/setup/install.cc (right): http://codereview.chromium.org/389002/diff/1/2#newcode344 Line 344: if (InstallUtil::IsChromeFrameProcess()) { can you add an ...
11 years, 1 month ago (2009-11-10 16:58:45 UTC) #5
robertshield
http://codereview.chromium.org/389002/diff/1/2 File chrome/installer/setup/install.cc (right): http://codereview.chromium.org/389002/diff/1/2#newcode344 Line 344: if (InstallUtil::IsChromeFrameProcess()) { On 2009/11/10 16:52:24, tommi wrote: ...
11 years, 1 month ago (2009-11-10 17:01:55 UTC) #6
robertshield
http://codereview.chromium.org/389002/diff/1/2 File chrome/installer/setup/install.cc (right): http://codereview.chromium.org/389002/diff/1/2#newcode344 Line 344: if (InstallUtil::IsChromeFrameProcess()) { On 2009/11/10 16:52:24, tommi wrote: ...
11 years, 1 month ago (2009-11-10 17:02:20 UTC) #7
robertshield
11 years, 1 month ago (2009-11-10 17:08:18 UTC) #8
http://codereview.chromium.org/389002/diff/1/2
File chrome/installer/setup/install.cc (right):

http://codereview.chromium.org/389002/diff/1/2#newcode344
Line 344: if (InstallUtil::IsChromeFrameProcess()) {
On 2009/11/10 16:52:24, tommi wrote:
> can you add an empty line above this one and below the closing }?

Done.

http://codereview.chromium.org/389002

Powered by Google App Engine
This is Rietveld 408576698