I am creating a Setup project using VS 2010, where I want that setup should run only if it is running on Windows 7 or above operating system.
How can I add a launch condition for this in setup and deployment project?
Using wix you can do this. Please see the example here