Nitin Chaudhari wrote:
> By sync i ment, how can I execute tasks by order.
> Can I ensure that dialog in InstallUISequence is shown only after some
> custom actions in InstallExecuteSequence are executed.
>   

No, because MSI executes all of InstallUISequence up to ExecuteAction 
before executing InstallExecuteSequence. Generally, you want to check 
for prereqs in both the UI and execute sequences, so that they show up 
immediately during the UI and also work on silent installs.

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



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to