Re: [WiX-users] Warning condition in Standard BA

2015-05-13 Thread Phill Hogland
With great respect for Rob, and I agree that bal:Condition does not support a
non-blocking warning today, however by adding a BAFunctions.dll to your
StdWixBa bundle, you can implement c++ code to detect different conditions,
and then use the information to log, display a string on a dialog, or block
the setup, or change selections in the OnPlan handler.

I now use a mba and rarely create a WixStdBA with a BAFunctions.dll, so I am
out of practice on the details, but looking at some old code, when I started
working with wix almost two years ago, my bundle had some complex business
rules where I needed to change which operatings systems and which editions
of operatings systems I could support in the bundle depending on which
"features" the user selected.  Your general concept can be implemented using
a BAFunctions.dll.  There is a sample BAFunctions.dll in the wix source with
example code at:
src\burn\Samples\bafunctions

There are other threads in this forum which provide more details on creating
and using a BAFunctions.dll.  Eventually I decided, for other reasons, to
convert my projects to an mba, which provides a lot more flexibility than
using the BAFunctions.DLL.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Warning-condition-in-Standard-BA-tp7600309p7600317.html
Sent from the wix-users mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Warning condition in Standard BA

2015-05-12 Thread Rob Mensching
wixstdba does not have support for that today.

_
 Short replies here. Complete answers over there: http://www.firegiant.com/


-Original Message-
From: Rajesh Nagpal (SQL) [mailto:rnag...@microsoft.com] 
Sent: Tuesday, May 12, 2015 4:38 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Warning condition in Standard BA

Hello All,

I've started working on the Wix Burn installer(on Wix 3.8) and have been loving 
it so far!

I had a quick question: Is there a way to add a non-blocking condition(warning) 
using the Standard BA to warn the user of any condition but not necessarily 
block him from proceeding further.

I see that the bal:Condition element fails the setup if the condition is false.

Regards,
Rajesh 

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Warning condition in Standard BA

2015-05-12 Thread Rajesh Nagpal (SQL)
Hello All,

I've started working on the Wix Burn installer(on Wix 3.8) and have been loving 
it so far!

I had a quick question: Is there a way to add a non-blocking condition(warning) 
using the Standard BA to warn the user of any condition but not necessarily 
block him from proceeding further.

I see that the bal:Condition element fails the setup if the condition is false.

Regards,
Rajesh
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users