Is it possible to detect the version of WiX when candle is run? What I
would like to do is make sure users have the correct version of WiX
installed when compiling so that newer features/bug fixes are included
in the MSI, e.g. something like this:

 

<?if sys.WixVersion < 3.0.5027.0 ?>

        <?error WiX version 3.0.5027.0 or later is required. ?>

<?endif?>

 

Neil

 

Neil Sleightholm
X2 Systems Limited
n...@x2systems.com <mailto:n...@x2systems.com> 

 

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to