summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenwa Hiwa <renwax23@gmail.com>2022-02-22 09:36:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-02-22 18:04:55 +0100
commit9d955ff5c0cdc47620020e3e5a658489d60f3915 (patch)
treef2aeb0679e3d92332cb864b0bf4a90dcd7160b04
parentd6b54eea5524bd9ef87444c8959836dcb8f492e4 (diff)
Better handling of msi
LIBREOFFICE-SK4E5D8N Change-Id: I44f25a47ab6ffeb9d2b679874c8c96af1319eb2c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130316 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit 766d0fcfcd4e3057bff1637738631b0818d4ce90) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130318 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-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 8eec8b52d96f..ba8dc4e8a3ae 100644
--- a/shell/source/win32/SysShExec.cxx
+++ b/shell/source/win32/SysShExec.cxx
@@ -343,7 +343,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(