templates: Fix the remaining uncommitted changes

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2023-05-20 20:43:34 +02:00 committed by Xaymar
parent 9df2f01963
commit 8b97c2b23d

View file

@ -239,9 +239,9 @@ begin
// Attempt to remove old version if it exists.
if (IsUpgrade()) then begin
if (UninstallOldVersion() <> 0) then begin
Result := "Removal of older @PROJECT_NAME@ version was cancelled. Unable to continue with normal installation process, Setup will now abort."
Result := 'Removal of older @PROJECT_NAME@ version was cancelled. Unable to continue with normal installation process, Setup will now abort.';
exit;
end
end;
end;
// Also ensure that we have the necessary prerequisites installed to run the program.