Here is the condition you can use

<Condition Message="This application is only supported on Windows
Vista, Windows Server 2008, or higher.">
    <![CDATA[Installed OR (VersionNT >= 600)]]>
</Condition>

http://wixtoolset.org/documentation/manual/v3/howtos/redistributables_and_install_checks/block_install_on_os.html

Here is the link to diff. OS versions.

http://msdn.microsoft.com/library/aa370556.aspx


On Tue, Oct 21, 2014 at 3:56 PM, Baris Caglar <bariscag...@live.com> wrote:

> Hello, first time question:
>
>
>
> I am trying to limit my application to Windows Vista and 7, and want it to
> be removed by the OS during an upgrade to higher OS. Is this even possible?
> Is marking Condition with versionNT enough for this, or is there another
> condition that needs to be set?
>
>
>
> Thanks,
>
>
>
> Baris.
>
>
> ------------------------------------------------------------------------------
> Comprehensive Server Monitoring with Site24x7.
> Monitor 10 servers for $9/Month.
> Get alerted through email, SMS, voice calls or mobile push notifications.
> Take corrective actions from your mobile device.
> http://p.sf.net/sfu/Zoho
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
"They may forget what you said but they will never forget how you made them
feel." -- Anonymous
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to