I'm interested in having my service restart itself on failures... after pouring 
over the documentation I did find the following:
         <ServiceConfigFailureActions Id="EES" OnInstall="yes" OnReinstall 
="yes" OnUninstall ="yes">
            <Failure Action="restartService" Delay="1000"/>
            <Failure Action="restartService" Delay="1000"/>
            <Failure Action="restartService" Delay="1000"/>
          </ServiceConfigFailureActions>

However, this required me to add the WixUtilExtension.dll, which I did. but 
when I added that I now am getting an ICE error from light.

Error    1    ICE27: Unknown action: 'MsiConfigureServices' of 
InstallExecuteSequence table. Not a standard action and not found in 
CustomAction or Dialog tables    light.exe    0    1    LMCInstaller


Anyone have any idea how to fix this?


Thanks

Ek

_________________________________________________________________
Bing™  brings you maps, menus, and reviews organized in one place.   Try it now.
http://www.bing.com/search?q=restaurants&form=MLOGEN&publ=WLHMTAG&crea=TEXT_MLOGEN_Core_tagline_local_1x1
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to