<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Provide a proper 'File Association Manager' for the windows version of Libreoffice"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=44462#c26">Comment # 26</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Provide a proper 'File Association Manager' for the windows version of Libreoffice"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=44462">bug 44462</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>The button is only effective for registered apps - i.e., those in
HKLM\Software\RegisteredApplications. The app name in the registry (as written
when installing) must be the same as passed to the function; to find out which
is the string passed to the function, please execute soffice --version, which
would give something like

<span class="quote">> ...
> LibreOfficeDev 6.5.0.0.alpha0 46920005f74edcb70acfb8dd1a0ffb9553e5c2b2</span >

and from this, LibreOfficeDev 6.5 (i.e., name and first two digits with dot
between them) is the app name as should be present under
HKLM\Software\RegisteredApplications. The string value in registry should point
to Capabilities registry key. For testing, e.g. for me it's enough to add
"LibreOfficeDev 6.5" to the RegisteredApplications, with value of "SOFTWARE\The
Document Foundation\LibreOffice\6.3\Capabilities" pointing to capabilities of
existing LO 6.3 installation.

And then, on Windows before 10, 'Set Defaults by App' should open; on Windows
10, according to MS policy, <a href="https://i.stack.imgur.com/7N2xp.png">https://i.stack.imgur.com/7N2xp.png</a> should appear,
suggesting to user where to set the settings.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>