I've created an installer in VS2010 for installing my application, but it has some 3rd party prerequisites such as python. I've tried to include the additional installers as embedded resource, extract them as files and run them (as custom actions). It works, but seems like running 2 installers at the same time is impossible, so when these installers are installed from my installer, I get an error.
How can I install these 3rd party applications during my application installation? (The 'prerequisites' in the property pages are not helping, as they are only relevant for ms stuff such as .NET and sql server...)
Thanks!