You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2021/08/09 19:53:37 UTC

[openoffice] branch AOO42X updated: Install MSVC runtimes silently

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 <ms...@apache.org>
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" )