Reputation: 26698
Microsoft .NET Framework Client Profile Offline Installer - 255.6 MB. Shouldn't it be 27MB or so?
Here list of biggest files within package (size in bytes).
So may be right question is why full flagged .NET 3.5 package here? I do not know.
Upvotes: 7
Views: 1046
Reputation: 354694
The offline installer is just that: An installer that has everything inside you may (or may not) need. It just doesn't need to load anything else from the internet. This makes it the reasonable choice for deployment in networks, but not so much for a single home PC.
Upvotes: 1
Reputation: 3647
It's the full 3.5 + the client profile because the client profile cannot be installed if there is a version of the framework already installed. The online installer only download what it's needed.
Upvotes: 3