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

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


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

commit e577397bf3f36959bc05b5f5a08c69ad5fbb7d61
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 9afbe27..5c6ddbd 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