Skip to content

Commit

Permalink
FIX #7751
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 5, 2017
1 parent eb4a5f6 commit 5242140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/exe/doliwamp/doliwamp.iss
Expand Up @@ -353,7 +353,7 @@ begin
begin
// TODO Copy file or ask to install package ?
//CustomMessage('YouWillInstallDoliWamp')+#13#13
MsgBox('The package vcredist_x86.exe must have been installed first. It seems it is not. Please install it first from http://www.microsoft.com/en-us/download/details.aspx?id=30679 then restart DoliWamp installation/upgrade.',mbInformation,MB_OK);
MsgBox('The Visual C++ Redistributable package should be installed, it seems it is not. Please install the 32-bit version from http://www.microsoft.com/en-us/download/details.aspx?id=30679, then restart the DoliWAMP installation/upgrade.',mbInformation,MB_OK);
end;
// Pb seems similar with msvcp110.dll
//vcredist_x64.exe
Expand Down

0 comments on commit 5242140

Please sign in to comment.