Hello,

is there some way to show in the boostrapper a message box or string in UI
due to some condition but *continue* installation?

At the moment i have this:

<bal:Condition Message="#(loc.FailtureVersionNTisXP)">
>
> VersionNT > v5.1
>
> </bal:Condition>
>
but it terminates the Installation if an user have Windows XP.

I need to show a MessageBox at start the Bootstrapper if user has WinXP or
a conditional String in HyperlinkTheme.xml without cancel the installation.

<Page Name="Install">

<Text X="11" Y="121" Width="-11" Height="71" FontId="3">
#(loc.InstallWelcomeMsg)</Text
I found a sample on this page from Jakob S.
http://stackoverflow.com/questions/8239188/wix-show-conditional-message-box-without-cancel
.
But the sample works at me only in the msi not in the bootstrapper.

I hope someone has an idea.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to