summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-19 18:00:38 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-19 18:00:38 +0000
commit1c0e5732ac1faa5bf69dcd2cae5e91ac52b3fbf0 (patch)
tree33ecbef17faa4f6761c4f7d45555dbdc8452455b /chrome/installer/util
parent1008498ab41bfb8fde2623f99c9e9d80f08d63c5 (diff)
downloadchromium_src-1c0e5732ac1faa5bf69dcd2cae5e91ac52b3fbf0.zip
chromium_src-1c0e5732ac1faa5bf69dcd2cae5e91ac52b3fbf0.tar.gz
chromium_src-1c0e5732ac1faa5bf69dcd2cae5e91ac52b3fbf0.tar.bz2
Improve install error strings when higher version exists.
The error string displayed by Google Update will now correctly indicate which product(s) must be uninstalled for a downgrade to be possible. This error is commonly seen when a user tries to move from a fast chanel down to a slower one (e.g., dev to beta). BUG=81807 TEST=for each prods in multi-install Chrome, multi-install CF, and multi-install both: install version N of prods then try to install version N-M of any multi-install product. The InstallerResultUIString left in the registry should correctly indicate which products need to be removed for the downgrade to work. R=erikwright@chromium.org Review URL: http://codereview.chromium.org/7689004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97480 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util')
-rwxr-xr-xchrome/installer/util/prebuild/create_string_rc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/util/prebuild/create_string_rc.py b/chrome/installer/util/prebuild/create_string_rc.py
index f7bb453..66ba3c5 100755
--- a/chrome/installer/util/prebuild/create_string_rc.py
+++ b/chrome/installer/util/prebuild/create_string_rc.py
@@ -50,6 +50,7 @@ kStringIds = [
'IDS_ABOUT_VERSION_COMPANY_NAME',
'IDS_INSTALL_HIGHER_VERSION',
'IDS_INSTALL_HIGHER_VERSION_CF',
+ 'IDS_INSTALL_HIGHER_VERSION_CB_CF',
'IDS_INSTALL_SYSTEM_LEVEL_EXISTS',
'IDS_INSTALL_FAILED',
'IDS_SAME_VERSION_REPAIR_FAILED',