Between InstallInitialize and InstallFinalize all deferred actions are written 
into the installation script (along with the properties named after them at the 
same moment in time). When any of the InstallExecute, InstallExecuteAgain, and 
InstallFinalize actions run, they run the script from wherever it last was to 
the end of what's been written up to that point.
 
Thus, the sequence of the deferred actions is always the order they are written 
into the script (which is the order they are "run" when the script is being 
written), and the timing is always during one of the three actions I mentioned 
above.
 
-Blair
 
> From: jens.teutenb...@t-online.de
> To: wix-users@lists.sourceforge.net
> Date: Tue, 26 Nov 2013 19:54:07 +0100
> Subject: [WiX-users] DTF managed custom action - session.doAction
> 
> I wrote a immediate custom action and a deferred custom action.
> The immediate custom action will be executed after InstallFiles and the 
> deferred custom action is executed with the command “session.doAction” in the 
> immediate custom action.
> When in the sequence the deferred custom action is executed?
> Is it possible to define the position in the sequence?
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT 
> organizations don't have a clear picture of how application performance 
> affects their revenue. With AppDynamics, you get 100% visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                                          
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to