Silent Install
dotNetFx40_Full_x86_x64.exe /q /norestart
Silent Uninstall
x64
"%windir%\Microsoft.NET\Framework64\v4.0.30319\SetupCache\Extended\Setup.exe" /uninstall /x86 /x64 /parameterfolder Extended /q /norestart
"%windir%\Microsoft.NET\Framework64\v4.0.30319\SetupCache\Client\Setup.exe" /uninstall /x86 /x64 /parameterfolder Client /q /norestart
x86
"%windir%\Microsoft.NET\Framework\v4.0.30319\SetupCache\Extended\Setup.exe" /uninstall /x86 /parameterfolder Extended /q /norestart
"%windir%\Microsoft.NET\Framework\v4.0.30319\SetupCache\Client\Setup.exe" /uninstall /x86 /parameterfolder Client /q /norestart