I'm not sure what "installed the bootstrapper app" means - if you've set the
Bootstrapper property you get a setup.exe launcher. Either way, if you've added
an assembly to the setup project, you should see a Launch Condition added,
called MsiNetAssemblySupport. VS 2003 lets you put a SupportedRuntimes list in
the properties of that launch condition. It's not actually a MSI launch
condition, it's a custom action that calls a DLL.

Signature
Phil Wilson [MVP Windows Installer]
----
> Hi !
>
[quoted text clipped - 5 lines]
>
> Thanks