TedN
Posts: 14
Joined: Fri Sep 30, 2005 6:21 pm
Contact: Website

Launch Conditions based on operating system?

I have created an application search named "ACTIVESYNC" with the name set to the MajorVersion. I use this in my Launch Conditions as:

ACTIVESYNC >= "#3"

that works fine. However, I now need to only execute this launch condition if the operating system is older than Vista (e.g. XP).

Is there a way to do this?

Thanks
gigi
Posts: 2103
Joined: Tue Apr 11, 2006 9:55 am
Contact: Website

Hi,
However, I now need to only execute this launch condition if the operating system is older than Vista (e.g. XP).
To execute this launch condition only if the operating system is older than Vista, use this condition:

Code: Select all

ACTIVESYNC >= "#3" AND WindowsBuild < 5600
Best Regards,
Gigi
______________
Gheorghe Rada
Advanced Installer Team
http://www.advancedinstaller.com

Return to “Common Problems”