I would suggest that you add an event to the 'Next' button on one of your
early dialogs (perhaps even the Welcome dialog) and display the info on a
spawned dialog...

<Publish Event="SpawnDialog"
Value="VistaWarning">WindowsNT&gt;=600</Publish>

Then define your 'Vista Warning' with the dimensions and elements you
require for the warning and the following event to the 'OK' button to close
it:

<Publish Event="EndDialog" Value="Return">1</Publish>

Best of luck,
Gareth





Anidil wrote:
> 
> I wanna check for the windows version and give a warning message if the OS
> is non vista and continue with the installation..
> I tried using the "VersionNT=600" property inside the condition.but it
> terminates the installation upon run on non vista OS.How best can i code
> the installer to just display a warning message in this case?
> 
> Thanks
> Andy
> 

-- 
View this message in context: 
http://www.nabble.com/Detecting-windows-versions-while-installing-tf4280199.html#a12197338
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to