shell/source/win32/SysShExec.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 971be527aa40f6446b35653378afbc6c18c2767d
Author:     Renwa Hiwa <[email protected]>
AuthorDate: Tue Feb 22 09:36:29 2022 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Feb 22 18:04:11 2022 +0100

    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 <[email protected]>
    (cherry picked from commit ccaabe8e8100a3a0600456c5a65221ca2b263c95)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130319
    Reviewed-by: Xisco Fauli <[email protected]>
    Reviewed-by: Thorsten Behrens <[email protected]>
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

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(

Reply via email to