Closed
Bug 1681207
Opened 5 years ago
Closed 5 years ago
Remove shortcuts to the WDBA created by WinToast
Categories
(Toolkit :: General, defect, P2)
Toolkit
General
Tracking
()
RESOLVED
FIXED
85 Branch
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: agashlin, Assigned: agashlin)
References
Details
Attachments
(1 file)
When bug 1672957 is fixed it should prevent creating a shortcut to the WDBA, which can hide the Firefox shortcut. However on systems where the prompt had already been displayed this shortcut will still remain. We should remove a Firefox.lnk shortcut to defaultagent.exe if we find it.
We might want to run this in the WDBA when it installs or uninstalls the task, or it might make sense to do helper on postupdate/uninstall when otherwise dealing with shortcuts.
Assignee | ||
Comment 1•5 years ago
|
||
This should be pretty straightforward to check with ShellLink::GetShortCutTarget()
.
Assignee: nobody → agashlin
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by agashlin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6896b25d63ba
Remove unwanted WDBA shortcut on post update and uninstall. r=mhowell
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•