diff options
author | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 19:29:50 +0000 |
---|---|---|
committer | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 19:29:50 +0000 |
commit | 08c31177789a989a7c0e6c1bd2143911f26160b7 (patch) | |
tree | 216babd0cb815a7531942222014d8930bba6bac9 /chrome/installer/util/prebuild | |
parent | 340298ae4a1c27e26d9af08929e28c5504e498e2 (diff) | |
download | chromium_src-08c31177789a989a7c0e6c1bd2143911f26160b7.zip chromium_src-08c31177789a989a7c0e6c1bd2143911f26160b7.tar.gz chromium_src-08c31177789a989a7c0e6c1bd2143911f26160b7.tar.bz2 |
(re-commit) Implement installation of the Chrome App Host.
The Chrome App Host is a simple exe that delegates to a Chrome Binaries installation at user or system level. If no installation is available, it will trigger an installation.
The Chrome App Host prevents the Chrome Binaries from being uninstalled, except in the case of an upgrade to system-level.
Patchset 1 is http://codereview.chromium.org/10665002/ (reverted).
BUG=None
TEST=None
TBR=tommi
Review URL: https://chromiumcodereview.appspot.com/10805043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147696 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/prebuild')
-rwxr-xr-x | chrome/installer/util/prebuild/create_string_rc.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/installer/util/prebuild/create_string_rc.py b/chrome/installer/util/prebuild/create_string_rc.py index dd1043b..4dd2852 100755 --- a/chrome/installer/util/prebuild/create_string_rc.py +++ b/chrome/installer/util/prebuild/create_string_rc.py @@ -44,11 +44,14 @@ import FP kStringIds = [ 'IDS_PRODUCT_NAME', 'IDS_SXS_SHORTCUT_NAME', + 'IDS_PRODUCT_APP_HOST_NAME', + 'IDS_PRODUCT_BINARIES_NAME', 'IDS_PRODUCT_DESCRIPTION', 'IDS_PRODUCT_FRAME_NAME', 'IDS_UNINSTALL_CHROME', 'IDS_ABOUT_VERSION_COMPANY_NAME', 'IDS_INSTALL_HIGHER_VERSION', + 'IDS_INSTALL_HIGHER_VERSION_APP_HOST', 'IDS_INSTALL_HIGHER_VERSION_CF', 'IDS_INSTALL_HIGHER_VERSION_CB_CF', 'IDS_INSTALL_SYSTEM_LEVEL_EXISTS', |