Hi,
I want to run my setup only on certain versions of windows. For that I have selected desired OS names in launch conditions.
Now if I run the exe of setup on any otherversion of Widows, it correctly gives me Error Message stating this setup can not run of so and so version of windows. But behind this Welcome Dialog of the setup is visible.
My requiremet is : I should get only Error Message but not the Welcome Dialog behind it. And, when I acknowledge the Error Message, setup should stop running and return to desktop.
Is it possible to do so ? Please help