On Tue, Mar 31, 2009 at 4:12 PM, Chad Petersen
<chad.peter...@harlandfs.com>wrote:

> You want to schedule it in the InstallUISequence, rather than the
> InstallExecuteSequence where it sounds like you might have it now. Might be
> as simple as cut from one section and paste into another.


If the action needs to run with or without the UI, the action should be
scheduled in both sequences. You can set CustomAction/@Execute to
"firstSequence". This ensures that it won't run again in the Execute
sequence if it was already set in the UI sequence.

- Don Benson -
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to