Changeset 675
- Timestamp:
- 17/08/08 11:05:21 (5 months ago)
- Files:
-
- 1 modified
-
trunk/win32/setup/services.wxs (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/win32/setup/services.wxs
r510 r675 12 12 <ServiceDependency Id="jabberd2router" /> 13 13 </ServiceInstall> 14 <ServiceControl Id="jabberd2c2s" Name="jabberd2c2s" Remove="uninstall" Start="install" Stop="both" />14 <ServiceControl Id="jabberd2c2s" Name="jabberd2c2s" Remove="uninstall" Start="install" Stop="both" Wait="no" /> 15 15 </Component> 16 16 <Component Id="c2s.dist.xml" Guid="{CFC12491-EB7B-4BFA-A0E1-4342A68DC481}"> … … 34 34 <ServiceDependency Id="jabberd2router" /> 35 35 </ServiceInstall> 36 <ServiceControl Id="jabberd2resolver" Name="jabberd2resolver" Remove="uninstall" Start="install" Stop="both" />36 <ServiceControl Id="jabberd2resolver" Name="jabberd2resolver" Remove="uninstall" Start="install" Stop="both" Wait="no" /> 37 37 </Component> 38 38 <Component Id="resolver.dist.xml" Guid="{4C13C6BC-6FFF-46AE-A0EC-65470B75B74E}"> … … 52 52 Id="jabberd2router" Name="jabberd2router" DisplayName="Jabber 2 Router" 53 53 Description="Jabber Open Source Server: Router" /> 54 <ServiceControl Id="jabberd2router" Name="jabberd2router" Remove="uninstall" Start="install" Stop="both" />54 <ServiceControl Id="jabberd2router" Name="jabberd2router" Remove="uninstall" Start="install" Stop="both" Wait="no" /> 55 55 </Component> 56 56 <Component Id="router.dist.xml" Guid="{177EB263-58C5-4E48-AFA2-C4EEBF9C5726}"> … … 88 88 <ServiceDependency Id="jabberd2router" /> 89 89 </ServiceInstall> 90 <ServiceControl Id="jabberd2s2s" Name="jabberd2s2s" Remove="uninstall" Start="install" Stop="both" />90 <ServiceControl Id="jabberd2s2s" Name="jabberd2s2s" Remove="uninstall" Start="install" Stop="both" Wait="no" /> 91 91 </Component> 92 92 <Component Id="s2s.dist.xml" Guid="{44A615A2-9452-4AD6-AFD6-7D52BE6E7EF5}"> … … 108 108 <ServiceDependency Id="jabberd2router" /> 109 109 </ServiceInstall> 110 <ServiceControl Id="jabberd2sm" Name="jabberd2sm" Remove="uninstall" Start="install" Stop="both" />110 <ServiceControl Id="jabberd2sm" Name="jabberd2sm" Remove="uninstall" Start="install" Stop="both" Wait="no" /> 111 111 </Component> 112 112 <Component Id="sm.dist.xml" Guid="{7A694B6F-FB52-42B2-8D23-06E6C725E1D0}">
