The RemoveExistingProducts action is after FindRelatedProducts

<InstallExecuteSequence>
      <Custom Action="NewerVersionDetected"
After="FindRelatedProducts">NEWAPPFOUND</Custom>
      <Custom Action="RemoveExistingProducts"
After="InstallValidate">OLDAPPFOUND</Custom>
 </InstallExecuteSequence>

<Upgrade Id="9004eccd-9b56-4136-a2d9-275547e0d64b">
      <UpgradeVersion Property="OLDAPPFOUND" IncludeMinimum="yes"
Minimum="0.0.0.0" IncludeMaximum="no" Maximum="$(var.BuildVersion)"
MigrateFeatures="yes" />
      <UpgradeVersion Property="NEWAPPFOUND" IncludeMinimum="no"
Minimum="$(var.BuildVersion)" OnlyDetect="yes" />
    </Upgrade>
-- 
View this message in context: 
http://n2.nabble.com/Component-condition-ignored-during-Upgrade-tp1122156p1301820.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to