As i come from a unix world i always forget how the command for windows reboot is, so i note it down here:
# shutdown /r
or
# shutdown /r now
As i come from a unix world i always forget how the command for windows reboot is, so i note it down here:
# shutdown /r
or
# shutdown /r now
The problem is that LibreOffice supports multiple languages when installing. So in order to deploy the MSI through GPO you need to set only one language:
Pyinstaller spits out warnings lthat it could not find libraries like api-ms-win-core-* and api-ms-win-crt-*. This leads to an executable working on windows 10, even on a new machine, but not on earlier versions as pyinstaller fails to bundle the needed files.
The fix is quite simple:
Done 🙂
well the path is for the 32bit libraries, guess what, replace DLLs\x86 with DLLs\x64 when using python 64bit
OR install Visual C++ 2017 Redist package on the destination machine.
If the packaged application still does not run please install the mentioned redist package