diff --git a/scripts/wk/setup/win.py b/scripts/wk/setup/win.py index 829c203c..5bcb74ec 100644 --- a/scripts/wk/setup/win.py +++ b/scripts/wk/setup/win.py @@ -511,7 +511,10 @@ def auto_install_libreoffice(): NOTE: It is assumed that auto_install_vcredists() will be run before this function to satisfy the vcredist=False usage. """ - TRY_PRINT.run('LibreOffice...', install_libreoffice, vcredist=False) + TRY_PRINT.run( + 'LibreOffice...', install_libreoffice, + use_mso_formats=True, vcredist=False, + ) def auto_install_open_shell():