mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-16 07:01:35 +01:00
temporarily(?) change the note on vstudio redist pkg. was also in alpha3.
This commit is contained in:
parent
93833af9a0
commit
31f430459b
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ begin
|
|||
) then
|
||||
begin
|
||||
MsgBox('UnrealIRCd requires the Microsoft Visual C++ Redistributable for Visual Studio 2012 to be installed.' #13 +
|
||||
'After you click OK you will be taken to a download page. There, choose Download -> choose the vcredist_x86 version (last of 3 choices). Then download and install it.', mbInformation, MB_OK);
|
||||
'After you click OK you will be taken to a download page. There, click Download and choose the vcredist_x86 version. Then download and install it.' #13 +
|
||||
'If you are already absolutely sure that you have this package installed then you can skip this step.', mbInformation, MB_OK);
|
||||
ShellExec('open', 'http://www.microsoft.com/en-us/download/details.aspx?id=30679', '', '', SW_SHOWNORMAL,ewNoWait,ErrorCode);
|
||||
MsgBox('Click OK once you have installed the Microsoft Visual C++ Redistributable for Visual Studio 2012 (vcredist_x86) to continue the UnrealIRCd installer', mbInformation, MB_OK);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue