Prevent LibreOffice association for MSO types
Posted: Fri Dec 20, 2024 3:08 pm
LibreOffice 7.0.1.2 was also installed on the computer with MS Office 2013. I uninstalled Libreoffice of this version and then installed new version 24.2.7.2. Libreoffice has changed some file associations in Windows 10!
In doing so, I used a script that installs the MSI package using parameters that should prevent this from happening:
$args= "/qn /norestart /i LibreOffice_24.2.7_Win_x86-64.msi AGREETOLICENSE=yes ALLUSERS=1 REGISTER_ALL_MSO_TYPES=0 REGISTER_NO_MSO_TYPES=1"
msiexec.exe -ArgumentList $args
Before installing the new version of libreoffice, all MSO file types were associated with MS Office.
Current status - this file extensions are associated with LibreOffice:
dotm, pot, potm, pps, ppsx, pptm, xlsb, xlsm, xlt
On other computers, other associations took over.
How do I prevent Libreoffice from accessing my already assigned associations???
In doing so, I used a script that installs the MSI package using parameters that should prevent this from happening:
$args= "/qn /norestart /i LibreOffice_24.2.7_Win_x86-64.msi AGREETOLICENSE=yes ALLUSERS=1 REGISTER_ALL_MSO_TYPES=0 REGISTER_NO_MSO_TYPES=1"
msiexec.exe -ArgumentList $args
Before installing the new version of libreoffice, all MSO file types were associated with MS Office.
Current status - this file extensions are associated with LibreOffice:
dotm, pot, potm, pps, ppsx, pptm, xlsb, xlsm, xlt
On other computers, other associations took over.
How do I prevent Libreoffice from accessing my already assigned associations???