Bug 42556

Summary: FILEASSOC .doc & .docx associations after silent install
Product: LibreOffice Reporter: David Petterson <david.petterson>
Component: InstallationAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: sasha.libreoffice
Priority: medium    
Version: 3.4.3 release   
Hardware: Other   
OS: Windows (All)   
Whiteboard: BSA
Crash report or crash signature: Regression By:

Description David Petterson 2011-11-03 07:27:25 UTC
Problem description: 
When using silent install using flags:
REGISTER_ALL_MSO_TYPES=0
SELECT_WORD=0
SELECT_EXCEL=0
SELECT_POWERPOINT=0

On Windows 7 (x64) .docx and on Windows XP (x86) .doc will still be associated with Writer.

Steps to reproduce:

msiexec /qn /norestart /I "%INSTALLERPATH%\libreoffice34.msi" ALLUSERS=1 COMPANYNAME="COMPANY USERNAME="USER" ISCHECKFORPRODUCTUPDATE=0 CREATEDESKTOPLINK=0 ADDLOCAL=ALL REGISTER_ALL_MSO_TYPES=0 SELECT_WORD=0 SELECT_EXCEL=0 SELECT_POWERPOINT=0 /log %TEMP%\libreoffice%VERSION%.log

Current behavior:
After install, MS Office files are associated with Libreoffice

Expected behavior:
After install, MS Office files associations are left alone.


Platform (if different from the browser): 
Windows XP (32bit) and Windows 7 (x64)
Comment 1 sasha.libreoffice 2012-03-07 02:05:59 UTC
Thanks for bugreport
Please, verify if in last version of LibreOffice still reproducible
Comment 2 David Petterson 2012-03-08 00:11:04 UTC
Seems like the problem has been resolved.

REGISTER_ALL_MSO_TYPES seem to have changed to REGISTER_NO_MSO_TYPES
and when set to =1 I get associations properly set.

Thank you!

/David
Comment 3 sasha.libreoffice 2012-03-08 21:33:29 UTC
Thanks for additional testing
Due to last comment, changing status to WorksForMe

If problem will appear again, please, change status to Reopened