The .NET Framework Client Profile (Client Profile) was created to answer the feedback from many customers that a smaller framework was needed specifically for Client Applications. The Client Profile is a subset of assemblies already contained within .NET Framework 3.5 Service Pack 1. The Client Profile subset is focused on fulfilling the needs of Client applications.
The Client Profile contains the following features:
Smaller framework deployment - ~28 MB client deployment package
Smaller, faster client deployment boot strapper
Client Application focused feature set:
Common Language Runtime (CLR)
ClickOnce
Windows Forms
Windows Presentation Foundation
Windows Communication Foundation
Visual Studio 2008 SP1 Integration – Applications can be targeted specifically for the Client Framework subset.
.NET Framework (клиентский профиль) следует использовать, если требуется максимально быстро развернуть клиентское приложение на базе WPF или Windows Forms. У приложения .NET Framework (клиентский профиль) имеется распространяемый пакет, который устанавливает на конечном компьютере минимальный набор клиентских сборок и не требует наличия полной версии .NET Framework.
Это же рулез