<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Quickstarter Startup shortcut does not get updated on MAJOR VERSION upgrade"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123413#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Quickstarter Startup shortcut does not get updated on MAJOR VERSION upgrade"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123413">bug 123413</a>
              from <span class="vcard"><a class="email" href="mailto:klou@themusiclink.net" title="Kris Lou <klou@themusiclink.net>"> <span class="fn">Kris Lou</span></a>
</span></b>
        <pre>I should have been more specific.  Mike hit it on the head -- generally
deployed when user is offline, but even still, installed by a user other than
the logged-in-user.

I deploy via WPKG, and the install command is _generally_ as follows -- I have
a bunch of variable substitution here as I remove most DICT, LANGPACK, and
HELPPACK (and a few default extensions).  

msiexec /i "%SOFTWARE%\Libreoffice\LibreOffice_%PKG_VERSION%_Win_x64.msi" /q
ISCHECKFORPRODUCTUPDATES=0 SELECT_WORD=1 ADDLOCAL=ALL SELECT_EXCEL=0
SELECT_POWERPOINT=1 SELECT_VISIO=1 CREATEDESKTOPLINK=0 REGISTER_XLS=0
REGISTER_XLSX=0 REGISTER_DOC=1 REGISTER_DOCX=1 REGISTER_DOCM=1 REGISTER_DOT=1
REGISTER_DOTX=1 REGISTER_DOTM=1 REGISTER_RTF=1 REGISTER_PPT=1 REGISTER_PPS=1
REGISTER_PPSX=1 REGISTER_PPTX=1 REGISTER_PPTM=1 REGISTER_POT=1 REGISTER_POTX=1
REGISTER_POTM=1 REGISTER_ALL_MSO_TYPES=0 QUICKSTART=1 VC_REDIST=1
UI_LANGS=en_US RebootYesNo=No PRODUCTALLLANGUAGES=en-US
REMOVE=%DICT%,%LANGPACK%,%HELPPACK%,%MISCEXT%  /norestart


--- 

My understanding is that QUICKSTART=1 corresponds to a registry entry, which in
turn creates or ensures that the Quickstarter link is created at every user
session.  Is it possible to change the behavior to remove previous link(s) and
create new ones with the current version?  

Lastly, again, this is cosmetic, so not crucial by any means.</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>