mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-12 11:11:45 +00:00
Replace Codeplex
This commit is contained in:
parent
9460718e75
commit
688b44ae1b
1 changed files with 2 additions and 2 deletions
|
|
@ -226,9 +226,9 @@ function InitializeSetup: Boolean;
|
|||
begin
|
||||
InitializePaths;
|
||||
if not VSNET2013 then begin
|
||||
MsgBox(ExpandConstant('Either Visual Studio {#VsVersionHuman} or Visual Studio {#VsVersionHuman} (integrated shell) is not installed! Please see CodePlex documentation for supported editions/versions of Visual Studio.'), MbError, MB_OK);
|
||||
MsgBox(ExpandConstant('Either Visual Studio {#VsVersionHuman} or Visual Studio {#VsVersionHuman} (integrated shell) is not installed! Please see Cosmos documentation on GitHub for supported editions/versions of Visual Studio.'), MbError, MB_OK);
|
||||
Result := false;
|
||||
exit;
|
||||
end;
|
||||
Result := true;
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Reference in a new issue