This might help:
http://support.microsoft.com/kb/835460/en-us
and keep in mind that Visual Studio setup projects are not fully-featured
setups that can do all the things that 3rd party tools offer. If you want
customization, use Orca to edit the MSI file or use a tool that does what
you want.

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
> I'm developing a Setup project in VS.net 2003 to install a simple
> application. On the GUI form where the user can select the installation
[quoted text clipped - 10 lines]
>
> Alan
AlanC - 23 Aug 2006 04:17 GMT
Wow, that's exactly what I was looking for. Thank you very much, Phil.
> This might help:
> http://support.microsoft.com/kb/835460/en-us
[quoted text clipped - 17 lines]
> >
> > Alan