I am creating an installtion project on visual studio using installshield express.
I want to create an installtion that if the user will not have .Net Framework version 4.5.1
the installtion will install it for him. if I marked on installtion requirements that .NET Framework it will only pop up a message that the user need to install and will not install it for him.
how can I do that?
P.S