Have you tried After CostFinalize

-----Original Message-----
From: Ralph [mailto:ralph.gu...@racelogic.co.uk] 
Sent: September-12-13 10:17 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Custom Action, feature condition and silent install

I have a custom action which detects the version of some installed third party 
library and assigns the version to some property.  Then I have a condition 
reading that property to enable or disable a feature.
If I put the custom action into InstallUISequence it works very well with the 
UI, but does not work in silent mode, because no InstallUISequence is executed.
I found a few similar issues discussed on this forum and the advice was to move 
the custom action to InstallExecuteSequence.  My question is: where exactly?  
If I write Before="LaunchConditions" the custom action has no influence on the 
feature.

The code looks like this:




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Action-feature-condition-and-silent-install-tp7588916.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT 2. 
Standardize and globalize service processes across IT 3. Implement zero-touch 
automation to replace manual, redundant tasks 
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&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