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

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

Issue 9953002: The me2me host is now configurable from the web UI on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moving the Windows service name to a common location. Created 8 years, 9 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/chromoting.wxs
diff --git a/remoting/host/installer/chromoting.wxs b/remoting/host/installer/chromoting.wxs
index f73a3d31e416cca52937104a2babbbd3a522d63d..d6602bddcb14cc652ec2ffd2f0c3e3111d0a234e 100644
--- a/remoting/host/installer/chromoting.wxs
+++ b/remoting/host/installer/chromoting.wxs
@@ -99,7 +99,6 @@
Interactive="no" />
<ServiceControl Id="start_service"
- Start="install"
Stop="both"
Remove="uninstall"
Name="$(var.ServiceName)"
@@ -247,19 +246,6 @@
Value="$(var.ControllerTypelib)"/>
</RegistryKey>
</RegistryKey>
-
- <RegistryKey Key="{3ca3adb6-2dea-4c74-b267-610fef11e4ff}"
- 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>
<RegistryKey Key="Typelib">

Powered by Google App Engine
This is Rietveld 408576698