Update to .NET 4.5

This commit is contained in:
Matthias Mailänder
2015-12-25 09:04:17 +01:00
parent 6e7bce9571
commit 5029ac705f
15 changed files with 21 additions and 20 deletions

View File

@@ -148,14 +148,14 @@ Section "-DotNet" DotNet
IfErrors error 0
IntCmp $0 1 done error done
error:
MessageBox MB_YESNO ".NET Framework v4.0 or later is required to run OpenRA. $\n \
MessageBox MB_YESNO ".NET Framework v4.5 or later is required to run OpenRA. $\n \
Do you wish for the installer to launch your web browser in order to download and install it?" \
IDYES download IDNO error2
download:
ExecShell "open" "http://www.microsoft.com/en-us/download/details.aspx?id=17113"
ExecShell "open" "http://www.microsoft.com/en-us/download/details.aspx?id=30653"
Goto done
error2:
MessageBox MB_OK "Installation will continue, but be aware that OpenRA will not run unless .NET v4.0 \
MessageBox MB_OK "Installation will continue, but be aware that OpenRA will not run unless .NET v4.5 \
or later is installed."
done:
SectionEnd