Commit 7c5e3fd5 authored by alexeypa@chromium.org's avatar alexeypa@chromium.org

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
parent 597c8985
...@@ -52,7 +52,8 @@ ...@@ -52,7 +52,8 @@
Compressed="yes" Compressed="yes"
Description="$(var.ChromotingHost) Package" Description="$(var.ChromotingHost) Package"
InstallerVersion="200" InstallerVersion="200"
Manufacturer="$(var.Manufacturer)"/> Manufacturer="$(var.Manufacturer)"
InstallScope="perMachine"/>
<Condition <Condition
Message="$(var.ChromotingHost) is only supported on Windows Vista, Windows Server 2008, or higher."> Message="$(var.ChromotingHost) is only supported on Windows Vista, Windows Server 2008, or higher.">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment