Again, I found my solution by myself:
To define custom conditions for the SchedXmlConfig action that gets added when 
you use XMLConfig, you simply have to reschedule it in the 
installExecuteSequence and there, you will be able to set your own conditions. 
For instance:

<InstallExecuteSequence>
    <Custom Action="SchedXmlConfig" After="DuplicateFiles">VersionNT &gt; 400 
AND MyProperty &lt;> 1)</Custom>
</InstallExecuteSequence>

Hope this could help others...

________________________________
De : Routhier Louis
Envoyé : jeudi 21 mai 2009 10:46
À : 'wix-users@lists.sourceforge.net'
Objet : Conditions with util:XMLConfig

When using XMLConfig from UtilExtension, a SchedXmlConfig entry is created in 
the InstallExecuteSequence table with condition set to VersionNT > 400.

Is there any way of specifying additional conditions? I would need a way to 
allow users to select if they want to remove the config or not since it may be 
shared with other installations.

BTW, is there any way of searching in the mailing list archive? I've only found 
a place to browse them...

Thank you!


Les renseignements contenus dans ce message peuvent être confidentiels.

Si vous n'êtes pas le destinataire visé ou une personne autorisée à lui 
remettre ce courriel, vous êtes par la présente avisé qu'il est strictement 
interdit d'utiliser, de copier ou de distribuer ce courriel, de dévoiler la 
teneur de ce message ou de prendre quelque mesure fondée sur l'information 
contenue. Vous êtes donc prié d'aviser immédiatement l'expéditeur de cette 
erreur et de détruire ce message sans garder de copie.
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to