Re: [WiX-users] Bootstrapper Show conditional message box or String without cancel Installation

2015-03-05 Thread Rob Mensching
Custom BA could.

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


-Original Message-
From: RonnyS [mailto:ronnys.cod...@gmail.com] 
Sent: Thursday, March 5, 2015 2:47 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Bootstrapper Show conditional message box or String 
without cancel Installation

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


[WiX-users] Bootstrapper Show conditional message box or String without cancel Installation

2015-03-05 Thread RonnyS
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