This commit is contained in:
2026-05-28 18:58:38 +02:00
parent 641bb10479
commit 28f429885a
4950 changed files with 933414 additions and 666 deletions

View File

@@ -255,8 +255,7 @@ end;
function InitializeUninstall(): Boolean;
begin
Result := True;
if not WizardSilent then
MsgBox('AzA wird fuer die Deinstallation kurz geschlossen.', mbInformation, MB_OK);
MsgBox('AzA wird fuer die Deinstallation kurz geschlossen.', mbInformation, MB_OK);
CloseAzaProcesses();
end;