From c2819963d22b2577e3fcf9a16e6b791d5c6bb54d Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 21 Jul 2023 15:34:07 +0200 Subject: [PATCH] Replace custom actions executing bat files to by quiet exec custom actions to surpress shown command prompts Closes #GHSA-9c9p-c3mg-hpjq (cherry picked from commit fb1ba6390dfcb7028be0eb051b893b744c0444dc) --- dist/win/resources/main.wxs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dist/win/resources/main.wxs b/dist/win/resources/main.wxs index df73b195f..c940b9f9a 100644 --- a/dist/win/resources/main.wxs +++ b/dist/win/resources/main.wxs @@ -132,11 +132,17 @@ + + - + + - + +