MS Word no longer default after installing LibreOffice

I need to deploy LibreOffice to a university dept, I still want MS Office to be the default application for office files, however since installing LibreOffice MS Office applications all now state they are not default and would I like to select which types of files they should open, I chose not to have LibreOffice as default during the installation, so that obviously does not work, and if I run MS Office apps before I install LibreOffice they open up fine, I also tried this:
Libreoffice is again and again setting itself as default program for word files and that did not work, it is obviously something that LibereOffice is doing so can someone please tell me how I can recify this.
Thanks in advance
Adam

maybe this will help you…

Craig

Hi Craig, thanks for the reply but that is not the answer I am afraid, I need to deploy the software to many PC’s there is no issue at the moment with MS Office being the default, only when LibreOffice is deployed, it is something this software is doing. I know how to set default apps, appreciate your effort but it isreally not the answer.

You can go to Control Panel in Windows, to Programs and Features. Find MS Office and do a Repair. which will reset registry associations.

Also, on the LO install, if you install via batch file you can set a flag for it not to take default file associations.With the command window in the same folder as the LO.msi,* you could use something like this:

For %%G in (LibreOffice*) do msiexec.exe /i %%G /qr  REGISTER_ALL_MSO_TYPES=0 QUICKSTART=1
  • otherwise, substitute the hard file path for the %%G variable:

     msiexec.exe /i {LO FILE PATH} /qr  REGISTER_ALL_MSO_TYPES=0 QUICKSTART=1

Hi Paul, thanks for the answer, it wont be possible to rest office on over 100 PC’s though, we automatically deploy applications via SCCM 2012 and APPV5 streaming and I am capturing the application install with APPV5, so I choose not to take the defaults however it is still making MS Office applications ask to be default when opened after installing LO, either manually of APPV5 streaming, I have looked through the registry but cannot see where it is changing this.

If I look at the FTA they are all set to open with MS Office products, I have no idea what LO is doing to make this happen, does anyone else have this issue?

I have just tried your command for a silent install and MS Office is still asking to be default, it is a clean VM just snapped back to previous without LO, before I install LO if I open MS Word it does not ask to be default, soon as install LO, via manul, script or APPV5 streaming MS Word then states it is not set as default.

During setup LibreOffice associates open document formats (.odt, .ods, .odp) to LibreOffice. Office 2016 doesn’t like this. As soos as the association is reset to MS Office for these extensions, no notification pops up anymore in MS Office.
So the question is, can LibreOffice be installed without making any file associations at all?