Bug 42556 - FILEASSOC .doc & .docx associations after silent install
Summary: FILEASSOC .doc & .docx associations after silent install
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
3.4.3 release
Hardware: Other Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: BSA
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-03 07:27 UTC by David Petterson
Modified: 2012-03-08 21:33 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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