diff options
author | Renwa Hiwa <renwax23@gmail.com> | 2022-02-22 09:36:29 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-02-22 12:40:12 +0100 |
commit | 0b0b1820d2e287a193b83ae8a64cb2c53521c7d6 (patch) | |
tree | a4423db1baf96c3fdcdd50c33f1ed523153b336a /shell | |
parent | 27352b81638f2f1e792ab48ec532eaacf6f61718 (diff) |
Better handling of msi
LIBREOFFICE-SK4E5D8N
Change-Id: I44f25a47ab6ffeb9d2b679874c8c96af1319eb2c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130335
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/SysShExec.cxx | 2 |
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( |