Changes between Version 3 and Version 4 of Ticket #21522
- Timestamp:
- 2021-11-06T22:15:32+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21522 – Description
v3 v4 13 13 14 14 ==== What happens instead? 15 The path of the icon is "%APPDATA%\Microsoft\Installer\...". This is a problem because "..." changes with every JOSM update. Currently it's "%APPDATA%\Microsoft\Installer\{CD6B04FD-BEC5-3E36-913A-362C2684FCB2}\icon154464376". 15 The path of the icon is 16 {{{ 17 "%APPDATA%\Microsoft\Installer\..." 18 }}} 19 This is a problem because "..." changes with every JOSM update. Currently it's 20 {{{ 21 "%APPDATA%\Microsoft\Installer\{CD6B04FD-BEC5-3E36-913A-362C2684FCB2}\icon154464376" 22 }}} 16 23 When you moved the link somewhere else (e.g. custom folder in Start Menu) you need to replace it after every JOSM update with the link that has been created by the new JOSM installer. Else the link won't have an icon anymore. 17 24