LibreOffice deployment via GPO, MSI file

Hello everyone,

I have been using LibreOffice since version 7.2, and I want to update version 24.8.0 to version 24.8.4 via GPO, but I encounter an error: “The add operation failed. Unable to extract deployment information from the package. Run package validation to check if it is correct.”
I tried to install this package by creating a new GPO, but I got the same error. I also tried deploying version 25.2.0 and had the same result. I downloaded and tried deploying version 24.8.0 again, but the error persists.
However, when I install a version directly on my user workstation, the installation works. Has anyone experienced the same issue? If so, I think the current MSI files are corrupted for GPO deployment.

Looking forward to hearing from you,

This is a long-standing Microsoft bug of incorrectly limiting the length of possible languages in the MSI package to 256 characters, discussed in tdf#45750. You have to modify the MSI first, to remove everything (except one or two languages) from the languages in the MSI’s summary, to make the MSI accepted by GPO.

Hello,

I looked at the discussion you shared and they talk about the language pack. With older versions, I always changed the property to 1033 which is equivalent to English. With version 24.8.4, I redid the same procedure and it didn’t work.