Hi,
Recently I created one windows form application and also created setup project using VS2008.
My application works with external software, which needs to be available on the PC.
I want to bundle this external application installer in my installer, so that I can check if it is already installed and if not then install it and then install my application.
I figured out how to work with pre-requisites that Setup project identifies such as .net framework, but I need some help on including external installer in my installer.
thanks