KindDragon/vld

Installation of 2.5.1 on 32-bit Windows 7 fails

serge-sb opened this issue · 3 comments

The v2.5.1 installer fails on 32-bit Windows 7 with an 'Internal error: Cannot access 64-bit registry keys on this version of Windows'. The v2.4rc2 installer runs without errors.

I have the same problem.
Do you know when an installer with the fix could be available?

Thanks in advance

I experienced the very same problem. Applying the fix of @olivierlevon solved the issue.

@olivierlevon: your modification indeed fixes the installer problem on 32-bit platforms. Could you make a PR, so that your fix is included in the official VLD release? Thanks.

@KindDragon: In fact, fixing the installer problem on 32-bit platforms is rather simple. All it needs is to append the string ; Check: IsWin64 to the 4 HKLM64 registry key entries in the [Registry] section of the InnoSetup script vld-setup.iss. Please consider to apply this modification.

where to download an installer for 32 bit windows ?
or any instructions how to use / build on visual studio 2008 on 32 bit ?