Ryan O'Neill wrote:
> The problem is that I want to ensure that the Spooler service is running
> before I do any printer manipulation as some of the API calls need that
> service running. I don't know how to have two sets of StartService.
>   

You can't -- actions can be scheduled only once. Generally you stop 
services at the beginning and (re)start them at the end. You'll need a 
custom action to start services early.

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



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to