@echo off
@echo Please wait for a few minutes for the driver installation to finish. Do not turn off or unplug the computer power during the installation...

if exist %windir%\\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Build.Conversion.v4.0.dll GOTO END
if exist %windir%\Microsoft.NET\Framework\v4.0.30319\Microsoft.Build.Conversion.v4.0.dll GOTO END

.\dotNetFx40_Full_x86_x64.exe /q /norestart


GOTO END

:END
exit