Hi all,
I would like to add hyperlink text to the Bootstrapper and to Condition
messages within the MSI
Within the MSI I have set up MSI 5.0:
InstallerVersion="500"
Then tried:
<Condition Message="Requires the Microsoft .NET Framework 4.52 To
download the requirement please visit: <a
href=www.microsoft.com/en-us/download/details.aspx?id=42642</a>, then
restart the $(var.PlatformProductName) setup.">
NETFRAMEWORK45 >= "#379893"
</Condition>
or in Bootstrapper (as a test): I get a hyperlink but clicking does nothing:
<Hypertext Name="FailureMessageText" X="150" Y="180" Width="330"
Height="120" FontId="3" TabStop="yes" HideWhenDisabled="yes">[WixBundleName]
requires the Microsoft .NET Framework 4.52. To download the requirement
please visit: <a
href="#">http://www.microsoft.com/en-us/download/details.aspx?id=42642</a>,
then restart the setup.</Hypertext>
thanks,
Steve
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/hyperlinks-and-MSI-5-0-tp7600502.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users