diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-18 22:31:17 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-18 22:31:17 +0000 |
commit | b182ccb20dfae6a26745fcc3b7d626287f946a2a (patch) | |
tree | c8fc349bd0807902f29f5d5d5d6246bb0fd9d1b7 /tools/channel_changer/channel_changer.vcproj | |
parent | 4ef1d3c70bb9b845126a8344b33987e83ab6e0cb (diff) | |
download | chromium_src-b182ccb20dfae6a26745fcc3b7d626287f946a2a.zip chromium_src-b182ccb20dfae6a26745fcc3b7d626287f946a2a.tar.gz chromium_src-b182ccb20dfae6a26745fcc3b7d626287f946a2a.tar.bz2 |
Fix 5561: Support system-level install in the channel changer.
When Chrome is installed system wide, the Google Update keys reside under HKLM.
Under Vista, any writes to this key will get virtualized, unless we elevate
the channel_changer process. We don't want to elevate using a manifest, because
we don't want the UAC to pop up when the Channel Changer is used to configure a
user-level Chrome installation, so we detect at process startup whether we need
to elevate and relaunch the channel_changer process (elevated) if we need to
(before showing any UI).
Review URL: http://codereview.chromium.org/14855
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7260 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/channel_changer/channel_changer.vcproj')
-rw-r--r-- | tools/channel_changer/channel_changer.vcproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/channel_changer/channel_changer.vcproj b/tools/channel_changer/channel_changer.vcproj index de2f7ca..5afff01 100644 --- a/tools/channel_changer/channel_changer.vcproj +++ b/tools/channel_changer/channel_changer.vcproj @@ -20,6 +20,7 @@ OutputDirectory="$(SolutionDir)$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="1" + InheritedPropertySheets=".\using_vista_platform_sdk.vsprops" UseOfATL="1" CharacterSet="1" > @@ -97,6 +98,7 @@ OutputDirectory="$(SolutionDir)$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="1" + InheritedPropertySheets=".\using_vista_platform_sdk.vsprops" UseOfATL="1" CharacterSet="1" WholeProgramOptimization="1" |