Hello there,
I have created a project in C# and I want to make a setup file for it which should first check whether the target machine has framework and sqlserver installed in it. now if these two pre-requisites are not present than these two pre-requisites should be available in my setup cd and installed first before my setup should continue. also tell how to add these two pre-requisites in my cd having setup file.
thanks in advance