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

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

Issue 10537182: The user's consent to crash dumps reporting can now be set via the UI (Windows only). The checkbox … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 6 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 | « remoting/host/host_service_win.cc ('k') | remoting/host/plugin/daemon_controller.h » ('j') | 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 009b4501e9a3f0882b5673e326ba6075c5eb7b22..af12a9d2cb47333470f20b200304afd1619db130 100644
--- a/remoting/host/installer/chromoting.wxs
+++ b/remoting/host/installer/chromoting.wxs
@@ -270,6 +270,19 @@
</RegistryKey>
<RegistryKey Key="Interface">
+ <RegistryKey Key="{655bd819-c08c-4b04-80c2-f160739ff6ef}"
+ Action="create">
+ <RegistryKey Key="ProxyStubClsid32" Action="create">
+ <RegistryValue Type="string"
+ Value="{00020424-0000-0000-C000-000000000046}"/>
+ </RegistryKey>
+
+ <RegistryKey Key="TypeLib" Action="create">
+ <RegistryValue Type="string"
+ Value="$(var.ControllerTypelib)"/>
+ </RegistryKey>
+ </RegistryKey>
+
<RegistryKey Key="{e051a481-6345-4ba1-bdb1-cf7929955268}"
Action="create">
<RegistryKey Key="ProxyStubClsid32" Action="create">
@@ -286,7 +299,7 @@
<RegistryKey Key="Typelib">
<RegistryKey Key="$(var.ControllerTypelib)" Action="create">
- <RegistryKey Key="1.0" Action="create">
+ <RegistryKey Key="1.1" Action="create">
<RegistryKey Key="0" Action="create">
<RegistryKey Key="win32" Action="create">
<RegistryValue Type="string"
« no previous file with comments | « remoting/host/host_service_win.cc ('k') | remoting/host/plugin/daemon_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698