Skip to content

Commit

Permalink
add note about .net installs taking a while
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromus committed Feb 24, 2020
1 parent e0a028b commit 4a4f6f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NsisDotNetChecker/DotNetChecker.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ DownloadDotNET${FrameworkVersion}:
${EndIf}

DetailPrint "Pausing installation while downloaded .NET Framework installer runs."
DetailPrint "PLEASE WAIT! This can take a while."
DetailPrint "Also, it might need to reboot. This installer will block that. You can cancel the reboot then, but please do consider rebooting soon."
ExecWait '$TEMP\dotnetfx.exe /q /c:"install /q"'

DetailPrint "Completed .NET Framework install/update. Removing .NET Framework installer."
Expand Down

0 comments on commit 4a4f6f5

Please sign in to comment.