5.2 Installing .NET Framework 3.5

(Conditional) Execute this procedure if you are on a Windows 8 or Windows 2012 server. For other versions of Windows, you can download and install the .NET Framework without executing any additional steps.

  1. Execute the following command:

    Dism /online /enable-feature /featurename:NetFx3 /All /LimitAccess /Source:<drive>:\sources\sxs

  2. Replace <drive> with the location of the Windows Installation media.

    For example, if your Windows Installation media is in drive D, the command is:

    Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\sources\sxs /LimitAccess

NOTE:ClientLoginExtensionConfigurationUtilitySetup.msi bundles Client Login Extension Configuration Utility.exe and IdentityManagerClientLoginExtension_en.msi. IdentityManagerClientLoginExtension_en.msi does not have any dependency on .NET framework whereas Client Login Extension Configuration Utility.exe file is dependent on the .NET 3.5 framework for its operation.