aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.72k stars 280 forks source link

Windows 32bits / 64bits mixup #204

Open paulrouget opened 8 months ago

paulrouget commented 8 months ago

There are 2 strange things going on with the registry key path.

To address both problems, we should force the registration of the coapp path in both Wow6432Node and not-Wow6432Node.

I'm not sure yet how to do that, but that seems the right approach.

This would also solve the problem of mixing up different bits-version of Firefox/CoApp/Firefox.

See #195 and #201.