The installation scripts path to the short cut icons is not updated when the program is not installed in the default location.
To reproduce the bug:
Select a shared directory such as "c:\Program Files(x86)\Manager" when installing Manager (note to install Manager in windows program directory the installer needs to be run from an administrator command prompt).
Login as another windows user
Manager short cuts have the default windows application icon (not Mangers icon).
Right click on the short cut, select properties then click on “Change Icon…” shows the icon path is not where Manager was installed
Sort of but not really.
The bug is the installation script references icon files which are not put within the selected program installation directory structure.
The consequence is windows appropriately prevents access to icon definitions located in another Windows user private directory structure, so must use default icons instead.
In more detail
When using the Manager installer to install Manager in a public windows directory, say
c:\Program Files(x86)\Manager
The icon for Manager is stored in the file
c:\Program Files(x86)\Manager\Manager.ico
However the installation script does not use this file, instead a directory is created
Which contains icon files for the Manager and uninstal short cuts:
ManagerDesktop_1.exe
SystemFoldermsiexec.exe
As these icon files are in a private users directory (not the installation directory) they will not be accessible by other windows users (because that’s how windows user permissions are designed to work).
Most other programs avoid this completely by adding the icon definition directly to the application executable file rather than creating and linking separate icon files during installation.