summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenwa Hiwa <renwax23@gmail.com>2022-02-22 09:36:29 +0000
committerMichael Stahl <michael.stahl@allotropia.de>2022-04-01 14:47:04 +0200
commitf6ecedf1b0f9038403ffad6ef65d27939593172a (patch)
tree7d32dfa663b10607bff884341219b4e9bfc3062b
parentlimit style export to words max style count (diff)
downloadcore-f6ecedf1b0f9038403ffad6ef65d27939593172a.tar.gz
core-f6ecedf1b0f9038403ffad6ef65d27939593172a.zip
Better handling of msi
LIBREOFFICE-SK4E5D8N Change-Id: I44f25a47ab6ffeb9d2b679874c8c96af1319eb2c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130317 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit ccaabe8e8100a3a0600456c5a65221ca2b263c95) (cherry picked from commit aa993b7667136ff858a7c8d6f3d1bac8f255151a)
-rw-r--r--shell/source/win32/SysShExec.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx
index 4d9ba43a6cc3..dc0f48a8fa9a 100644
--- a/shell/source/win32/SysShExec.cxx
+++ b/shell/source/win32/SysShExec.cxx
@@ -426,7 +426,7 @@ void SAL_CALL CSysShExec::execute( const OUString& aCommand, const OUString& aPa
if (!(checkExtension(ext, env)
&& checkExtension(
ext,
- ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.CLASS;"
+ ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.MSI;.PY;.CLASS;"
".JAR;.APPLICATION;.LNK;.SCR")))
{
throw css::lang::IllegalArgumentException(