answered question
0
Votes
Votes
1
Answer
Answer
M$1.00
Where can I find a "full" .NET 2.0 redistributable package as opposed to the live, Windows Installer version?
I need to install this package on boxes that can't see the Internet. I am pretty sure I used to download a larger package from the MS page, but I can't find it. It HAS to be .NET 2.0, because there are packages coming down the pipe that require this to be on the boxes. I know someone is going to say "just use the 3.5 redistributable package," but I need the full .NET 2.0 package, I promise you.
answers (1)
MSDN has every possible repackaging for all of the .net redistributables.
Another thing you can do is cheat: make a clean installer application in VS 2005 and make it pick up all prerequisites, it will include the stand-alone installer for .net 2.0 and you can copy just that wherever you need it.
Another thing you can do is cheat: make a clean installer application in VS 2005 and make it pick up all prerequisites, it will include the stand-alone installer for .net 2.0 and you can copy just that wherever you need it.
Voted "No best answer": jeffhoard,
Related questions
140 characters left












