Hi,
I have developed a visual studio isolated shell application. When deploying that application, I first have to make sure that the redistributables for the isolated shell are installed.
I have the exe containing the redistributables (which can be executed as quite install) and my msi file. Now I need a setup.exe which chains these installers. I found some hints via google, but non makes much sense to me. Has anybody a simple example how to solve that problem? Should not be that complicated or uncommon!?
cheers, Achim