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

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

Issue 2185693003: Adding an It2Me host binary which is uiaccess enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@elevated
Patch Set: Merging with Tot Created 4 years, 4 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
Index: remoting/host/installer/win/chromoting.wxs
diff --git a/remoting/host/installer/win/chromoting.wxs b/remoting/host/installer/win/chromoting.wxs
index 73c2064a1044585c968e64f591f67c25ac379071..6bd29648ef6136770f2ce3335fb86b01deaf1c6b 100644
--- a/remoting/host/installer/win/chromoting.wxs
+++ b/remoting/host/installer/win/chromoting.wxs
@@ -209,6 +209,14 @@
Vital="yes"/>
</Component>
+ <Component Id="remote_assistance_host_uiaccess" Guid="*">
+ <File Id="remote_assistance_host_uiaccess.exe"
+ DiskId="1"
+ KeyPath="yes"
+ Name="remote_assistance_host_uiaccess.exe"
+ Vital="yes"/>
+ </Component>
+
<Component Id="native_messaging_host_manifest" Guid="*">
<File Id="com.google.chrome.remote_desktop.json"
DiskId="1"
@@ -620,6 +628,7 @@
<ComponentRef Id="remote_assistance_host"/>
<ComponentRef Id="remote_assistance_host_manifest"/>
<ComponentRef Id="remote_assistance_host_registry"/>
+ <ComponentRef Id="remote_assistance_host_uiaccess"/>
<ComponentRef Id="remote_security_key"/>
<ComponentRef Id="remote_security_key_registration"/>
<ComponentRef Id="remoting_native_messaging_host"/>

Powered by Google App Engine
This is Rietveld 408576698