vote up 2 vote down star
1

As I follow it, there's a full installer for .NET 3.5

http://download.microsoft.com/download/6/0/f/60fc5854-3cb8-4892-b6db-bd4f42510f28/dotnetfx35.exe

And a .NET 3.5 SP1 installer

http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe

Also as I follow it, the first of those two links is what you use when you have, say, a clean XP machine with no previous versions of .NET on it (or at least nothing past 1.1). The second link is what you use if you have .NET 3.5 already and just need .NET 3.5 SP1 on top of it.

Is there an installer that assumes you have no previous version of .NET on your machine but also has .NET 3.5 SP1 as well? Or am I wrong and that second link does that?

flag

73% accept rate

3 Answers

vote up 2 vote down check

I think the second installer will install everything, even if no previous .NET framework exists. (Apart from V1.1)

link|flag
Yeah and I have a clean VM in progress to test this, I was just wondering if anyone knew for sure :) – schnapple Oct 26 at 15:03
vote up 1 vote down

Yes, the second installer link you provided is the full installer for .NET 3.5 SP1. Also do remember to apply the .NET 3.5 SP1 Update too.

link|flag
vote up 0 vote down

Did you know that .Net 3.5 is using .Net 2.0 engine to run your application?

link|flag
Yeah it's just easier to say ".NET 3.5 SP1" - everything else is confusing management. But yeah it might be possible to just install .NET 2.0 if it's not using anything .NET 3.5 SP1 specific – schnapple Oct 26 at 16:02

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.