Re: [WiX-users] InstallValidate Action sequence

2011-02-10 Thread Rob Mensching
InstallValidate has a standard sequence. You can schedule custom actions relative to it. On Thu, Feb 10, 2011 at 9:43 PM, Mark Turek wrote: > How do I control the sequence of InstallValidate action. I want my custom > action to execute before InstallValidate displays filesInuse dialog. So far >

[WiX-users] InstallValidate Action sequence

2011-02-10 Thread Mark Turek
How do I control the sequence of InstallValidate action. I want my custom action to execute before InstallValidate displays filesInuse dialog. So far I played couple of different tricks with the sequence attribute but it does not seem to have any effect. ---