Hi,
I am trying to invoke CA as early as possible. Ideally on msi startup but on
showing the first UI dialog will do.
<InstallExecuteSequence >
<Custom Action="MyAction" Before="InstallInitialize">(NOT
Installed)</Custom>
</InstallExecuteSequence>
<CustomAction Id="MyAction" BinaryKey="MyAction_File" DllEntry="MyAction"
Execute="immediate" Return="asyncNoWait" />
The code above executes MyAction after all UI dialogs "finished". I guess
standard action "InstallInitialize" is not good for this.
What would be the best approach to solve this problem.
Any idea will be appreciated.
--
View this message in context:
http://n2.nabble.com/CustoAction-as-early-as-possible-tp2222674p2222674.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users