> > I think you'd have to write a custom action. As custom 
> > actions go, this would be a very simple one.

> I tried putting in a custom action that used the cmd.exe 
> sleep command to fix a problem with a service that needed to 
> restart only to discover that not all my deployment targets 
> had the sleep command!
> 
> I later was able to abandon the sleep as we fixed the fact 
> the service needed to be restarted.

I meant a C++ custom action that called the Win32 function Sleep(). That
would be very simple - no C runtime library dependencies, no need to
worry about rollback, etc.

Regards,
John

-------------------------------------------------------------------------
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