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"/> |