Hi.

I have a requirement to run a few custom actions as follows :
1. Sequence a CA to run just before any other file is written or any other
system change is made.
2. Right before the installation starts, launch a custom action to gather
the diffrerent MSI variables, and store them on the registry or a temporary
ini file so that my main custom action (previous section) can access them.
3. right after all files are copied, i need to execute a final custom action
to collect data from the ini file (data written by the CA from section 1)
and set thise data into MSI properties, available to the installation exit
page

This will look similar to this :
Pre-install
Install
Post-install
 I thought of sequencing it in the GUI but then i realised that non-gui
installations will not perform what i need. I tried sequencing the custom
actions before installInitialize as immediate, but the CA had no access to
the MSI variables.

Does anyone have an idea how to accompilsh such a thing?

thanks.
-- 
View this message in context: 
http://www.nabble.com/Sequencing-custom-actions-tf1894015.html#a5179742
Sent from the wix-users forum at Nabble.com.


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to