Call another installer
I know this question has probably been asked a million times but I did some searching and could not find the answer. Im writing an installer(Call it Program 1) that requires another program(Call it Program 2) to already be installed. I wrote program 2 and and its installer also. I also know how to check if program 2 has been installed already. What is the easiest way to include program 2's installer in program 1's installer? Do I have to copy program 2's installer script into program 1's installer script? Or is it possible to actually include compiled installer for program 2 in program 1's script?