Hmm, Is it oversight that your condition uses TITUS_FOUNDPRODUCTPLATFORM and your logs show you setting MYCORP_FOUNDPRODUCTPLATFORM? It looks like your CA is scheduled properly (from what I can tell in the SDK docs) and your condition should evaluate to false (if you are using the right property). What else is in the log files when the planning and applying happens?
-----Original Message----- From: Steven Ogilvie [mailto:[email protected]] Sent: Saturday, October 06, 2012 10:20 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] condition not working :( <Condition><![CDATA[TITUS_FOUNDPRODUCTPLATFORM <> "x86"]]></Condition> </Component> -----Original Message----- From: Hoover, Jacob [mailto:[email protected]] Sent: October-05-12 4:37 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] condition not working :( I assume your condition must have been mangled/stripped when you posted. -----Original Message----- From: StevenOgilvie [mailto:[email protected]] Sent: Friday, October 05, 2012 3:24 PM To: [email protected] Subject: [WiX-users] condition not working :( Hi all frustrated... I have 3 files that are installed conditionally: <Condition></Condition> </Component> I have a custom action to a dll that runs and sets the property as per log file: MSI (c) (4C!E4) [16:17:47:570]: PROPERTY CHANGE: Adding MYCORP_FOUNDPRODUCTPLATFORM property. Its value is 'x86'. MSI (c) (4C!E4) [16:17:47:570]: Creating MSIHANDLE (15) of type 790531 for thread 5860 MYCORP Common Setup Toolkit: MYCORP_FOUNDPRODUCTPLATFORM: x86 MSI (s) (F8:54) [16:17:58:560]: PROPERTY CHANGE: Adding MYCORP_FOUNDPRODUCTPLATFORM property. Its value is 'x86'. Property(S): MYCORP_FOUNDPRODUCTPLATFORM = x86 This custom action is run Before LaunchConditions in execute and UI sequences... why do these files get installed if they property is set? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/condition-not-working-tp7581180.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

