Use an Error type CustomAction in response to the button click (or simply
sequence it in the UI sequence somewhere).

-- 
Mike Dimmick 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Petrut Andrei
Sent: 03 November 2006 22:59
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Launch Conditions

  Hi. I need to specify a condition and that to prompt a message after I
click a button.

I have these lines in the Main file.


<Property Id="IISMAJORVERSION">
             <RegistrySearch
Id="IIsMajorVersionSearch" Root="HKLM"
Key="SOFTWARE\Microsoft\InetStp" Name="MajorVersion"
Type="raw" />
                 </Property>    
                                        
                <Condition Message='IIS is not present on the computer.You
have to install it in order to continue the
setup.'>IISMAJORVERSION</Condition>


That message appears at startup, but I want it to appear in an UI, after I
press a button.
  Do you know how to do that?



 
____________________________________________________________________________
________
Access over 1 million songs - Yahoo! Music Unlimited
(http://music.yahoo.com/unlimited)


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to