I am on Visual Studio 2013 and have downloaded the extension for Visual Studio Installer (Setup project, Setup Wizard etc).
I am using "Setup project" to create an installer for my application (which is a .NET application) and I am able to do this just fine.
But the part where I am stuck is, I want to include a 3rd party MSI installer file in this Setup project itself such that
- During installation, it will first run this 3rd party MSI installer to install their files on the client's machine
- After this, it will install my application on the client
Is there a way to accomplish this using "Setup project" in Visual Studio 2013? Much appreciated.