提交 90d25d08 编写于 作者: R Raul Piraces Alastuey 提交者: João Moreno

Suppress MsgBox when Wizard is running in silent mode (#76215)

* Suppress MsgBox when Wizard running in silent mode

* Suppress MsgBox when Wizard running in silent mode
上级 b7265738
......@@ -1034,7 +1034,7 @@ begin
AltArch := '32';
end;
if not Result then begin
if not Result and not WizardSilent() then begin
MsgBox('Please uninstall the ' + AltArch + '-bit version of {#NameShort} before installing this ' + ThisArch + '-bit version.', mbInformation, MB_OK);
end;
end;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册