Any idea how to get around the reference error to UtilExtension?  Or, is there 
a new/different way of  setting a service failure action? 

  

The ServiceInstall element contains an unhandled extension element 
'util:ServiceConfig'.  Please ensure that the extension for elements in the 
'http://schemas.microsoft.com/wix/UtilExtension' namespace has been provided. 

<Wix xmlns=" http://schemas.microsoft.com/wix/2006/wi " 
     xmlns:util=" http://schemas.microsoft.com/wix/UtilExtension "> 

        <ServiceInstall 
          Id="ServiceInstaller" 
          Type="ownProcess" 
          Vital="yes" 
          Name="TourRunService" 
          DisplayName="MyName" 
          Description="MyDescription." 
          Start="auto" 
          Account="LocalSystem" 
          ErrorControl="normal"> 

          <ServiceDependency Id="ActivityLogWcfServiceHost"/> 

          <util:ServiceConfig 
            ServiceName="TourRunService" 
            FirstFailureActionType="restart" 
            SecondFailureActionType="restart" 
            ThirdFailureActionType="restart" 
            RestartServiceDelayInSeconds="60" 
            ResetPeriodInDays="1"/> 
        </ServiceInstall> 
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to