|
From: Ramon <ram...@gm...> - 2009-02-12 17:35:35
|
I want to set the service recovery options through wix and am using the latest wix 3 weekly build. On the net I found some information about using the ServiceConfig element and its FirstFailureActionType attribute but after using candle.exe gives me a nice error: CNDL0004: The ServiceConfig element contains an unexpected attribute 'FirstFailureActionType'. Browsing the documentation online makes me think that those related recovery attributes are gone in WIX3 but I cannot really believe that. They are probably just been refactored/moved. http://wix.sourceforge.net/manual-wix2/wix_xsd_serviceconfig.htm http://wix.sourceforge.net/manual-wix3/wix_xsd_serviceconfig.htm<http://wix.sourceforge.net/manual-wix2/wix_xsd_serviceconfig.htm> So how I I set the recovery options with WIX3? Ramon |