Here is the order: - InstallUISequence (everything up to ExecuteAction) - ExecuteAction in InstallUISequence calls InstallExecuteSequence (you can think of it as a blocking function call. You will get control back after all actions in InstallExecuteSequence are done) - Any action scheduled after ExecuteAction in InstallUISequence
As far as in which order your custom actions will be executed in InstallUISequence and InstallExecuteSequence, check suggested sequences (http://msdn.microsoft.com/en-us/library/aa372039(VS.85).aspx and http://msdn.microsoft.com/en-us/library/aa372038(VS.85).aspx) and see how you scheduled your custom actions (Before and After attributes). Regards, Alex -----Original Message----- From: Hukumchand Shah [mailto:hukum.s...@gmail.com] Sent: Wednesday, May 06, 2009 10:26 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] InstallUISequence and InstallExecuteSequence Hi All, I have some number custom actions say 10 custom actions. I am calling 5 of them from InstallUISequence and 5 custom actions(deffered) from InstallExecuteSequence. I am not understanding that which custom actions execute first. so i am facing lots of problems here. can some one tell me how this works? Thanks, Hukum ---------------------------------------------------------------------------- -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users