Changeset 682

Show
Ignore:
Timestamp:
17/08/08 23:44:31 (4 months ago)
Author:
ono
Message:

Unfortunately we need to wait on services during setup or uninstallation / upgrades will fail.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/win32/setup/services.wxs

    r681 r682  
    1212                                        <ServiceDependency Id="jabberd2router" /> 
    1313                                </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" /> 
    1515                        </Component> 
    1616                        <Component Id="c2s.dist.xml" Guid="{CFC12491-EB7B-4BFA-A0E1-4342A68DC481}"> 
     
    3232                                                                Id="jabberd2router" Name="jabberd2router" DisplayName="Jabber 2 Router" 
    3333                                                                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" /> 
    3535                        </Component> 
    3636                        <Component Id="router.dist.xml" Guid="{177EB263-58C5-4E48-AFA2-C4EEBF9C5726}"> 
     
    6868                                        <ServiceDependency Id="jabberd2router" /> 
    6969                                </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" /> 
    7171                        </Component> 
    7272                        <Component Id="s2s.dist.xml" Guid="{44A615A2-9452-4AD6-AFD6-7D52BE6E7EF5}"> 
     
    8888                                        <ServiceDependency Id="jabberd2router" /> 
    8989                                </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" /> 
    9191                        </Component> 
    9292                        <Component Id="sm.dist.xml" Guid="{7A694B6F-FB52-42B2-8D23-06E6C725E1D0}">