From: linuxfedora on
I would like to ask.

How to make the deployment project made by Visual Studio 2005 to
detect that the client computers are not installing .NET frame 2.0 SP2
and if it is not installed, then it will start install SP2? Thanks.

Best regards,
FAI
From: Peter Duniho on
linuxfedora wrote:
> I would like to ask.
>
> How to make the deployment project made by Visual Studio 2005 to
> detect that the client computers are not installing .NET frame 2.0 SP2
> and if it is not installed, then it will start install SP2? Thanks.

This is an option in a normal Setup project created in Visual Studio.
Make sure it's enabled, and the user should be prompted to download and
install .NET if it's not currently available.

Whether you can limit it specifically to downloading .NET 2.0 SP2, I
don't know. I believe normally it will simply download and install the
_latest_ version of .NET, and AFAIK you can't change that.

Pete