Hi Edvard,

> The corresponding lines in the uninstall is:
> |017|C:\Program Files\BBSOFT\EASYPLAN
> |015|ImagePath
> |014|Software\Easyplan
>
> So they are added.
>
> Perhaps ot, but the corresponding Clarion line is:
> GETREG(REG_LOCAL_MACHINE,'Software\EasyPlan','Imag ePath')
> At another place (With the same props.) i find that the key is
> SOFTWARE/Easyplan/ImagePath
>
> Is this call case sensitive?
> If so, why is 'SOFTWARE' not 'Software'

Registry keys are not case sensitive. I see "C:\Program Files" in your .log
(and I assume your have not hard-coded the path nor do you have a 64-bit
mode installer), so it's a 32-bit Windows version.

Because the above entries are in the .log, the installer created the keys
and values. Otherwise, they would not be in the .log. They are only logged
if the Windows APIs to write registry entries succeeded.

Friedrich