Visual Studio 2005 and .NET framework 2.0 SP2 deployment

L

linuxfedora

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
 
P

Peter Duniho

linuxfedora said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top