Changeset 682
- Timestamp:
- 17/08/08 23:44:31 (4 months ago)
- Files:
-
- 1 modified
-
trunk/win32/setup/services.wxs (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/win32/setup/services.wxs
r681 r682 12 12 <ServiceDependency Id="jabberd2router" /> 13 13 </ServiceInstall> 14 <ServiceControl Id="jabberd2c2s" Name="jabberd2c2s" Remove="uninstall" Start="install" Stop="both" Wait=" no" />14 <ServiceControl Id="jabberd2c2s" Name="jabberd2c2s" Remove="uninstall" Start="install" Stop="both" Wait="yes" /> 15 15 </Component> 16 16 <Component Id="c2s.dist.xml" Guid="{CFC12491-EB7B-4BFA-A0E1-4342A68DC481}"> … … 32 32 Id="jabberd2router" Name="jabberd2router" DisplayName="Jabber 2 Router" 33 33 Description="Jabber Open Source Server: Router" /> 34 <ServiceControl Id="jabberd2router" Name="jabberd2router" Remove="uninstall" Start="install" Stop="both" Wait=" no" />34 <ServiceControl Id="jabberd2router" Name="jabberd2router" Remove="uninstall" Start="install" Stop="both" Wait="yes" /> 35 35 </Component> 36 36 <Component Id="router.dist.xml" Guid="{177EB263-58C5-4E48-AFA2-C4EEBF9C5726}"> … … 68 68 <ServiceDependency Id="jabberd2router" /> 69 69 </ServiceInstall> 70 <ServiceControl Id="jabberd2s2s" Name="jabberd2s2s" Remove="uninstall" Start="install" Stop="both" Wait=" no" />70 <ServiceControl Id="jabberd2s2s" Name="jabberd2s2s" Remove="uninstall" Start="install" Stop="both" Wait="yes" /> 71 71 </Component> 72 72 <Component Id="s2s.dist.xml" Guid="{44A615A2-9452-4AD6-AFD6-7D52BE6E7EF5}"> … … 88 88 <ServiceDependency Id="jabberd2router" /> 89 89 </ServiceInstall> 90 <ServiceControl Id="jabberd2sm" Name="jabberd2sm" Remove="uninstall" Start="install" Stop="both" Wait=" no" />90 <ServiceControl Id="jabberd2sm" Name="jabberd2sm" Remove="uninstall" Start="install" Stop="both" Wait="yes" /> 91 91 </Component> 92 92 <Component Id="sm.dist.xml" Guid="{7A694B6F-FB52-42B2-8D23-06E6C725E1D0}">
