mirror of
https://github.com/YACReader/yacreader
synced 2025-12-04 08:22:51 -05:00
Don't display the uninstall progress at all
Some checks failed
Build / Initialization (push) Has been cancelled
Build / Code Format Validation (push) Has been cancelled
Build / Linux (Qt5) (push) Has been cancelled
Build / Linux (Qt6) (push) Has been cancelled
Build / Linux (Qt6 + 7zip) (push) Has been cancelled
Build / macOS (Qt6 Universal) (push) Has been cancelled
Build / macOS (Qt5) (push) Has been cancelled
Build / Windows x64 (Qt5) (push) Has been cancelled
Build / Windows x64 (Qt6) (push) Has been cancelled
Build / Windows ARM64 (Qt6) (push) Has been cancelled
Build / Windows x86 (Qt5) (push) Has been cancelled
Build / Docker amd64 Image (push) Has been cancelled
Build / Docker arm64 Image (push) Has been cancelled
Build / Publish Dev Builds (push) Has been cancelled
Build / Publish Release (push) Has been cancelled
Some checks failed
Build / Initialization (push) Has been cancelled
Build / Code Format Validation (push) Has been cancelled
Build / Linux (Qt5) (push) Has been cancelled
Build / Linux (Qt6) (push) Has been cancelled
Build / Linux (Qt6 + 7zip) (push) Has been cancelled
Build / macOS (Qt6 Universal) (push) Has been cancelled
Build / macOS (Qt5) (push) Has been cancelled
Build / Windows x64 (Qt5) (push) Has been cancelled
Build / Windows x64 (Qt6) (push) Has been cancelled
Build / Windows ARM64 (Qt6) (push) Has been cancelled
Build / Windows x86 (Qt5) (push) Has been cancelled
Build / Docker amd64 Image (push) Has been cancelled
Build / Docker arm64 Image (push) Has been cancelled
Build / Publish Dev Builds (push) Has been cancelled
Build / Publish Release (push) Has been cancelled
This commit is contained in:
@ -170,7 +170,7 @@ begin
|
|||||||
sUnInstallString := GetUninstallString();
|
sUnInstallString := GetUninstallString();
|
||||||
if sUnInstallString <> '' then begin
|
if sUnInstallString <> '' then begin
|
||||||
sUnInstallString := RemoveQuotes(sUnInstallString);
|
sUnInstallString := RemoveQuotes(sUnInstallString);
|
||||||
if Exec(sUnInstallString, '/SILENT /NORESTART /SUPPRESSMSGBOXES','', SW_HIDE, ewWaitUntilTerminated, iResultCode) then
|
if Exec(sUnInstallString, '/VERYSILENT /NORESTART /SUPPRESSMSGBOXES','', SW_HIDE, ewWaitUntilTerminated, iResultCode) then
|
||||||
Result := 3
|
Result := 3
|
||||||
else
|
else
|
||||||
Result := 2;
|
Result := 2;
|
||||||
|
|||||||
@ -174,7 +174,7 @@ begin
|
|||||||
sUnInstallString := GetUninstallString();
|
sUnInstallString := GetUninstallString();
|
||||||
if sUnInstallString <> '' then begin
|
if sUnInstallString <> '' then begin
|
||||||
sUnInstallString := RemoveQuotes(sUnInstallString);
|
sUnInstallString := RemoveQuotes(sUnInstallString);
|
||||||
if Exec(sUnInstallString, '/SILENT /NORESTART /SUPPRESSMSGBOXES','', SW_HIDE, ewWaitUntilTerminated, iResultCode) then
|
if Exec(sUnInstallString, '/VERYSILENT /NORESTART /SUPPRESSMSGBOXES','', SW_HIDE, ewWaitUntilTerminated, iResultCode) then
|
||||||
Result := 3
|
Result := 3
|
||||||
else
|
else
|
||||||
Result := 2;
|
Result := 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user