Skip to content

Commit dd4f8e4

Browse files
committed
Update the verbatim regarding .NET framework check to actually say 4.5
1 parent 3dbfc76 commit dd4f8e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rubberduck.Deployment/InnoSetup/Includes/English.CustomMessages.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ English.Everyone=All Users
44
English.RegisterAddin=Repair VBE Addin registration
55
English.ProgramOnTheWeb=Rubberduck VBA website
66
English.UninstallProgram=Uninstall Rubberduck
7-
English.NETFramework40NotInstalled=Microsoft .NET Framework 4.0 installation was not detected.
7+
English.NETFramework45NotInstalled=Microsoft .NET Framework 4.5 installation was not detected.
88
English.InstallPerUserOrAllUsersCaption=Choose installation options
99
English.InstallPerUserOrAllUsersMessage=Who should this application be installed for?
1010
English.InstallPerUserOrAllUsersAdminDescription=Please select whether you wish to make this software available for all users or just yourself.

Rubberduck.Deployment/InnoSetup/Installer Build Script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ begin
744744
if not IsDotNetDetected('v4.5', 0) then
745745
begin
746746
Log('User does not have the prerequisite .NET framework installed');
747-
MsgBox(ExpandConstant('{cm:NETFramework40NotInstalled}'), mbCriticalError, mb_Ok);
747+
MsgBox(ExpandConstant('{cm:NETFramework45NotInstalled}'), mbCriticalError, mb_Ok);
748748
ShellExec('open', 'http://msdn.microsoft.com/en-us/netframework/aa731542', '', '', SW_SHOW, ewNoWait, ErrorCode);
749749
Result := False;
750750
end

0 commit comments

Comments
 (0)