I define an ICommand similar to what is found in src\Setup\WixBA\ 
InstallationViewModel.cs  See ICommand LaunchNewsCommand or similar.  The
xaml can then have something like:
<Hyperlink Command="{Binding MyCommand}"

With regard to showing a message, there are a number of different ways to
approach this.  Look at WixBA InstallationViewModel.cs ExecuteError for the
way they present a message dialog.  Generally I don't have much experience
using the Condition in the msi, as I use the BA detect handlers to validate
my configuration and if necessary give feedback to the user.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/hyperlinks-and-MSI-5-0-tp7600502p7600505.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to