The MontagePlus 1.0 program installer creates one incorrect registry key in Windows XP. See the following.
The incorrect icon location entry in the registry:
Windows Registry Editor Version 5.00
Code:
[HKEY_CLASSES_ROOT\.ima\DefaultIcon]
@="C:\\Program Files\\Serif\\MontagePlus\\1.0\\montagepluspage.ico,0"
This is what the correct registry entry should be for the icon location. As you can see, the Program directory was missing from the above path:
Windows Registry Editor Version 5.00
Code:
[HKEY_CLASSES_ROOT\.ima\DefaultIcon]
@="C:\\Program Files\\Serif\\MontagePlus\\1.0\\Program\\montagepluspage.ico,0"
This is a very minor installation bug, but I thought that I would bring it to Serif's attention.