Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: remoting/host/installer/chromoting.wxs

Issue 10332298: Chromoting Host installation has to be per-machine, not per-user. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/installer/chromoting.wxs
diff --git a/remoting/host/installer/chromoting.wxs b/remoting/host/installer/chromoting.wxs
index ae650af7351f3560af00a2609703bea886512b5c..ef6b1b363a5f07a8726f252cee50fec2c15b6234 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.">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698