Hedrich, Don wrote:

I'm using XmlFile to alter the attribute in the xml,


Don't use XmlFile: it's designed for altering files that are being installed, not shared files that already exist.

but I'm having timing issues with the start/stop of IIS Admin Service. I'm using the ServiceControl element to stop the service, but it seems there is some other custom action starting the service before the StartServices action. I've tried several combinations of InstallExecuteSequence, but have had no luck. It seems that the action sequence I'm trying to override is not overridable or, the SchedXmlFile or ExecXmlFile actions are starting the service.

The CAs definitely aren't starting the service. I'd suggest posting more details (including authoring) to wix-users. The wix-devs list isn't the right place to discuss usage.

--
sig://boB
http://joyofsetup.com/

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to