Changeset 675

Show
Ignore:
Timestamp:
17/08/08 11:05:21 (5 months ago)
Author:
ono
Message:

Don't fail when service fails to start (Should popup ignore box)

Files:
1 modified

Legend:

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

    r510 r675  
    1212                                        <ServiceDependency Id="jabberd2router" /> 
    1313                                </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" /> 
    1515                        </Component> 
    1616                        <Component Id="c2s.dist.xml" Guid="{CFC12491-EB7B-4BFA-A0E1-4342A68DC481}"> 
     
    3434                                        <ServiceDependency Id="jabberd2router" /> 
    3535                                </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" /> 
    3737                        </Component> 
    3838                        <Component Id="resolver.dist.xml" Guid="{4C13C6BC-6FFF-46AE-A0EC-65470B75B74E}"> 
     
    5252                                                                Id="jabberd2router" Name="jabberd2router" DisplayName="Jabber 2 Router" 
    5353                                                                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" /> 
    5555                        </Component> 
    5656                        <Component Id="router.dist.xml" Guid="{177EB263-58C5-4E48-AFA2-C4EEBF9C5726}"> 
     
    8888                                        <ServiceDependency Id="jabberd2router" /> 
    8989                                </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" /> 
    9191                        </Component> 
    9292                        <Component Id="s2s.dist.xml" Guid="{44A615A2-9452-4AD6-AFD6-7D52BE6E7EF5}"> 
     
    108108                                        <ServiceDependency Id="jabberd2router" /> 
    109109                                </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" /> 
    111111                        </Component> 
    112112                        <Component Id="sm.dist.xml" Guid="{7A694B6F-FB52-42B2-8D23-06E6C725E1D0}">