> Now I want to embed the Microsoft VSIP Redistributable MSI Installation
> Package into my own custom MSI Installation.
So that you can service an installation (e.g., provide patches for bugs or
security vulnerabilities), you need to use a "bootstrapper" that first
installs the interop assembly .msi, then runs your VSPackage installer. MSI
has limited support for "nested installations," but there are many
limitations that make them unsuitable. See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/neste
d_installation_actions.asp
for details.

Signature
Bob Arnson :: Visual Studio Extensibility User Education
This posting is provided "AS IS" with no warranties, and confers no rights.