This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 4faac77  Install MSVC runtimes silently
4faac77 is described below

commit 4faac776f09238ef7221e2b00d15e83c663204c9
Author: mseidel <[email protected]>
AuthorDate: Mon Aug 9 21:51:58 2021 +0200

    Install MSVC runtimes silently
    
    (cherry picked from commit 908cc4a92408d9aa3bc9d002845a580a2175543f)
---
 main/desktop/win32/source/setup/setup.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/desktop/win32/source/setup/setup.cpp 
b/main/desktop/win32/source/setup/setup.cpp
index 01aeb76..c1a41d7 100644
--- a/main/desktop/win32/source/setup/setup.cpp
+++ b/main/desktop/win32/source/setup/setup.cpp
@@ -69,7 +69,7 @@
 #define PARAM_PATCH         TEXT( " /update " )
 #define PARAM_REG_ALL_MSO_TYPES TEXT( "REGISTER_ALL_MSO_TYPES=1 " )
 #define PARAM_REG_NO_MSO_TYPES  TEXT( "REGISTER_NO_MSO_TYPES=1 " )
-#define PARAM_SILENTINSTALL     TEXT( " /QB" )
+#define PARAM_SILENTINSTALL     TEXT( " /Q" )
 
 #define PARAM_RUNNING           TEXT( "ignore_running" )
 #define CMDLN_REG_ALL_MSO_TYPES TEXT( "msoreg=1" )

Reply via email to