That's implemented by the wixstdba. You'd need to implement the same code
in your BA.


On Mon, Nov 5, 2012 at 10:28 AM, vasjko <vas...@ua.fm> wrote:

> Hi,
>
> I'm using bundle condition in WIX burn like this:
>  <bal:Condition Message='This OS version is not supported.'> (VersionNT
> &gt;= v6.2)</bal:Condition>, where bal is xmlns:bal="
> http://schemas.microsoft.com/wix/BalExtension";
>
> It works fine and blocks installation if <BootstrapperApplicationRef
> Id="WixStandardBootstrapperApplication.RtfLicense" />, but does not work if
> <BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost">. I can
> check this condition using Engine.EvaluateCondition in my MBA C# code, but
> I would like to check this before I'm calling managed code or installing
> .Net
>
> Is there any way to make this condition work in Bundle?
>
> Thanks
> Vasyl
>
> -- реклама -----------------------------------------------------------
> Телефоны по самым лучшим ценам!
> http://mobile.aukro.ua/
>
>
>
> ------------------------------------------------------------------------------
> LogMeIn Central: Instant, anywhere, Remote PC access and management.
> Stay in control, update software, and manage PCs from one command center
> Diagnose problems and improve visibility into emerging IT issues
> Automate, monitor and manage. Do more in less time with Central
> http://p.sf.net/sfu/logmein12331_d2d
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to