Ticket #1046 (closed defect: fixed)
Installer should not modify shortcuts to other installs of Aegisub
| Reported by: | Plorkyeran | Owned by: | nielsm |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1.8 |
| Component: | General | Version: | devel |
| Severity: | minor | Keywords: | installer |
| Cc: | Platform: | Windows | |
| Sub Component: |
Description
Currently the installer updates all shortcuts to any copy of Aegisub rather than just the copy being installed over. This makes having multiple versions of Aegisub installed rather annoying, as the shortcuts to the various copies have to be fixed after every installation.
Change History
Note: See
TracTickets for help on using
tickets.

(In [3809]) During old and legacy installation clean up, check the targets of shell links before they are deleted. Only delete those links that point to something in the folder the old version is being removed from. (Use a simple string prefix check.) Closes #1046.