Installer default option change

This commit is contained in:
JHubi1 2025-04-11 22:32:32 +02:00
parent 7be0d1adf0
commit 6e26718f36
No known key found for this signature in database
GPG Key ID: F538DC3FC5B07498
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ begin
{ TODO: Uncoment when arm64 is ready! }
{if (ProcessorArchitecture = paArm64) and (ExpandConstant('{#AppArchitectures}') = 'x64') then
begin
if SuppressibleTaskDialogMsgBox('Architecture Compatibility', 'You are running the x64 version of the installer on an arm64 device. There is an arm64 version avaliable for download. It is recommended to be used. Do you wish to continue?', mbError, MB_YESNO, [SetupMessage(msgButtonYes), SetupMessage(msgButtonNo)], 0, IDNO) = IDNO then
if SuppressibleTaskDialogMsgBox('Architecture Compatibility', 'You are running the x64 version of the installer on an arm64 device. There is an arm64 version avaliable for download. It is recommended to be used. Do you wish to continue?', mbError, MB_YESNO, [SetupMessage(msgButtonYes), SetupMessage(msgButtonNo)], 0, IDYES) = IDNO then
begin
Result := false;
end;