[Libreoffice-bugs] [Bug 123413] Quickstarter Startup shortcut does not get updated on MAJOR VERSION upgrade

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Feb 13 20:35:18 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=123413

--- Comment #4 from Kris Lou <klou at themusiclink.net> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190213/79d5dd20/attachment.html>


More information about the Libreoffice-bugs mailing list