Add prerequisites/dependencies to VS2008's Setup Project options?
问题 VS2008's Setup Projects have a handful of built-in prerequisites (e.g. .NETfx version, VSTO, PowerPacks) which you can simply check off to have the bootstrapper ensure they are installed. But what about other dependencies you might want to add, like the SQL Native Client (only available as an MSI, not as merge modules) or the ODBC Data Provider for .NET? Is there a way I can add these dependencies to a Windows Installer Setup Project? EDIT: M$ has provided a couple newer bootstrapper packages