Not sure of the terminology here, but if your checks are in the LaunchCondition 
table, they execute in an indeterminate order:

Ref: http://msdn.microsoft.com/en-us/library/aa369752(VS.85).aspx

Specifically,
        "You cannot guarantee the order in which the launch conditions are 
evaluated by authoring this table. If it is necessary to control the order in 
which conditions are evaluated, you should do this by using Custom Action Type 
19 custom actions in your installation."


-----Original Message-----
From: danimian [mailto:miand...@gmail.com] 
Sent: Tuesday, September 22, 2009 9:59 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to execute .Net Framework Condition at Last


Hi,
our installation project have 4 conditions for checking the system requirements.
1. User is Administrator or not.
2. Windows XP with SP2 is available or not.
3. .NetFramework, if not the generate Bootstrapper 4. DB2 Client is available 
or not.
All are working well But the problem is if we execute setup.exe, it executes 
.Net Framework Condition first from code, after completing .Net Framework 
installation (generating Bootstrapper) it checks other conditions.

Problem: Our requirements are first execute all other Conditions first and last 
check must be on .Net Framework. How to execute .Net Framework condition at 
last ???

Best Regards
Adnan
--
View this message in context: 
http://n2.nabble.com/How-to-execute-Net-Framework-Condition-at-Last-tp3693467p3693467.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA is the 
only developer event you need to attend this year. Jumpstart your developing 
skills, take BlackBerry mobile applications to market and stay ahead of the 
curve. Join us from November 9-12, 2009. Register now! 
http://p.sf.net/sfu/devconf _______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to