Dear All,
I am using Visual Studio 2012 and created a WPF application.
I just want to know that how to include pre-requisites like set up files of .Net framework etc. in my setup project so that if anyone installing my setup has not got the framework installed on his/her system then the software installer automatically installs that framework from a local path present in my setup folder.
I did the same in Visual Studio 2010 many times but the Installer Shield Limited Edition changed many things.
Please help me with this.