MSI Install Manager is an API that allows you to install an MSI within a .NET application. You can create a WPF install experience and drive the execution of the MSI within.
(In fact you can use command line, Winforms, or any other .NET capable client )
Command-line tool to generate Visual Studio project templates and package them into VSIX.
Works only with Visual Studio 2012. Use "vspte" package with Visual Studio 2013.
Command-line tool to generate Visual Studio project templates and package them into VSIX.
Works only with Visual Studio 2013. Use "vspte.vs2012" package with Visual Studio 2012.
Droplex is a library that enables the application to manage non-interactive installation of dependent tools, programs or services from within the application itself