http://wix.sourceforge.net/manual-wix2/wix_xsd_customaction.htm

This page says that if you do not have the "Execute" item explicitly
listed in CustomAction, it defaults to immediate.
I believe what you are looking for is this:
<CustomAction Id="CABoxUpdate" BinaryKey="AdditionsDLL"
DllEntry="BoxUpdate" Execute="deferred"/>

-----Original Message-----
From: vunder [mailto:vun...@bk.ru] 
Sent: Tuesday, March 01, 2011 5:47 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Executing CA after InstallFiles

I'm trying to execute CA after InstallFiles (I want to execute it after
files
are copied):


    <CustomAction Id="CABoxUpdate" BinaryKey="AdditionsDLL"
DllEntry="BoxUpdate"/>

    <InstallExecuteSequence>
      <Custom Action="CABoxUpdate"
After="InstallFiles"&gt;&lt;![CDATA[(&DFPOST4LINUX<>-1) AND NOT
UPGRADINGPRODUCTCODE]]&gt;&lt;/Custom&gt;
    &lt;/InstallExecuteSequence&gt;

But CA calling before files are installed, so CA cannot be executed
correct.

-- 
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Executing-
CA-after-InstallFiles-tp6076921p6076921.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------
------
Free Software Download: Index, Search & Analyze Logs and other IT data
in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT
data 
generated by your applications, servers and devices whether physical,
virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to