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