diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-22 19:26:57 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-22 19:26:57 +0000 |
commit | 7c5e3fd59c1c1167c1926dc591ae28e5096839b3 (patch) | |
tree | 7c5642ed07581d895a122bf86bda257cfab5bdd0 /remoting | |
parent | 597c8985ebfa03d0f97ec069bde915ac74ec1469 (diff) | |
download | chromium_src-7c5e3fd59c1c1167c1926dc591ae28e5096839b3.zip chromium_src-7c5e3fd59c1c1167c1926dc591ae28e5096839b3.tar.gz chromium_src-7c5e3fd59c1c1167c1926dc591ae28e5096839b3.tar.bz2 |
Chromoting Host installation has to be per-machine, not per-user.
BUG=129198
Review URL: https://chromiumcodereview.appspot.com/10332298
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138321 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/installer/chromoting.wxs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/host/installer/chromoting.wxs b/remoting/host/installer/chromoting.wxs index ae650af..ef6b1b3 100644 --- a/remoting/host/installer/chromoting.wxs +++ b/remoting/host/installer/chromoting.wxs @@ -52,7 +52,8 @@ Compressed="yes" Description="$(var.ChromotingHost) Package" InstallerVersion="200" - Manufacturer="$(var.Manufacturer)"/> + Manufacturer="$(var.Manufacturer)" + InstallScope="perMachine"/> <Condition Message="$(var.ChromotingHost) is only supported on Windows Vista, Windows Server 2008, or higher."> |