From: linuxfedora on 20 Jan 2010 02:51 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 20 Jan 2010 03:16 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
|
Pages: 1 Prev: An example from a book is method NewFloorRequest in the right class Next: VS2008 C# solution |