https://bugs.freedesktop.org/show_bug.cgi?id=48016

ape <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from ape <[email protected]> 2012-03-29 06:54:23 PDT ---
 Sorry, I am ashamed. It was my mistake. I think that the reason for failure
the MS installer was to change the registration of components
LibreOffice-3.5.2rc1.

Parameter:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\The Document
Foundation\LibreOffice\3.5\Capabilities\FileAssociations]
"soffice.StarWriterGlobalDocument.6"=""

I changed to:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\The Document
Foundation\LibreOffice\3.5\Capabilities\FileAssociations]
".sxg"="soffice.StarWriterGlobalDocument.6"

and added new parameters:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\The Document
Foundation\LibreOffice\3.5\Capabilities\FileAssociations]
".vsd"="OpenOffice.org.Vsd"
".vst"="OpenOffice.org.Vst"

[HKEY_CLASSES_ROOT\OpenOffice.org.Vsd]
@="Microsoft Visio 2003 Document"

[HKEY_CLASSES_ROOT\OpenOffice.org.Vsd\DefaultIcon]
@="C:\\Program Files (x86)\\LibreOffice 3.5\\program\\soffice.bin,5"

[HKEY_CLASSES_ROOT\OpenOffice.org.Vsd\shell]
@="open"

[HKEY_CLASSES_ROOT\OpenOffice.org.Vsd\shell\open]

[HKEY_CLASSES_ROOT\OpenOffice.org.Vsd\shell\open\command]
@="\"C:\\Program Files (x86)\\LibreOffice 3.5\\program\\\\sdraw.exe\" -o
\"%1\""

[HKEY_CLASSES_ROOT\OpenOffice.org.Vst]
@="Microsoft Visio 2003 Template"

[HKEY_CLASSES_ROOT\OpenOffice.org.Vst\DefaultIcon]
@="C:\\Program Files (x86)\\LibreOffice 3.5\\program\\soffice.bin,6"

[HKEY_CLASSES_ROOT\OpenOffice.org.Vst\shell]
@="open"

[HKEY_CLASSES_ROOT\OpenOffice.org.Vst\shell\open]

[HKEY_CLASSES_ROOT\OpenOffice.org.Vst\shell\open\command]
@="\"C:\\Program Files (x86)\\LibreOffice 3.5\\program\\\\sdraw.exe\" -o
\"%1\""

These parameters was saved and they creates an error when updating
LibreOffice-3.5.2rc1 to "rc2".

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to