From beb22cb43898edc9a14dc00fa22baaf4404feae7 Mon Sep 17 00:00:00 2001 From: Pandipipas Date: Tue, 2 Jun 2026 19:36:30 +0200 Subject: [PATCH] Hide installation and uninstallation details in the custom header of the installer script --- static/installer.nsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/installer.nsh b/static/installer.nsh index 870f7ac..0245b19 100644 --- a/static/installer.nsh +++ b/static/installer.nsh @@ -1,4 +1,4 @@ !macro customHeader - ShowInstDetails show - ShowUninstDetails show + ShowInstDetails hide + ShowUninstDetails hide !macroend \ No newline at end of file