Microsoft .NET Framework 4.5.2 is set by simply running it, and the setup is required if Microsoft .NET Framework 4.5.2 was not available at the server.
NOTE. If the BI server and web application are installed on different computers, Microsoft .NET Framework 4.5.2 can be set up only for the web application server.
Command for 32-bit systems (x86):
%WINDIR%\Microsoft.NET\Framework\v<version number>\aspnet_regiis.exe -i
Command for 64-bit systems (x64):
%WINDIR%\Microsoft.NET\Framework64\v<version number>\aspnet_regiis.exe -i
where %WINDIR% is the folder, to which Windows OS is installed. Path to the aspnet_regiis.exe file may differ from the specified one.
NOTE. The "i" parameter can be passed using /, for example: %WINDIR%\Microsoft.NET\Framework\<version number>\aspnet_regiis.exe /i
See also: