Skip to content

Commit 5301114

Browse files
authored
refactor: replace silent with verysilent (#2)
Ref: Bill-Stewart#7 Signed-off-by: Kevin Cui <[email protected]>
1 parent aa5e985 commit 5301114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ISPackage.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ function TInnoSetupPackage.GetSilentUninstallCommandLine(): string;
197197
const
198198
// Inno Setup command-line parameters required for silent uninstall
199199
SilentArgs: array[0..2] of string = (
200-
'/SILENT', '/SUPPRESSMSGBOXES', '/NORESTART'
200+
'/VERYSILENT', '/SUPPRESSMSGBOXES', '/NORESTART'
201201
);
202202
var
203203
UninstallString, CommandName, Args: string;

0 commit comments

Comments
 (0)