Why would you want or need to? This was necessary in Visual Studio 6 and
previous versions if you wanted certain functionality from them. It is not
necessary with Visual Studio.Net. And that is why it isn't available.

Signature
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
I'd rather be a hammer than a nail.
>I want my installer to set environment varaibles, but I don't see how to do
> so in a VS.net 2003 setup project.
PIEBALD - 23 Sep 2005 01:19 GMT
> Why would you want or need to? This was necessary in Visual Studio 6 and
> previous versions if you wanted certain functionality from them. It is not
> necessary with Visual Studio.Net. And that is why it isn't available.
I write mostly console applications and therefore need (for instance) to add
directories to the path. And other things that the apps need to run.
There are tools that do this when they build an MSI file (Windows Installer
has an Environment table for exactly this reason) but Visual Studio isn't
one of them.

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
>I want my installer to set environment varaibles, but I don't see how to do
> so in a VS.net 2003 setup project.
PIEBALD - 23 Sep 2005 01:20 GMT
So it specifically does not support the entire MSI feature set?
> There are tools that do this when they build an MSI file (Windows Installer
> has an Environment table for exactly this reason) but Visual Studio isn't
> one of them.