CatalystCode / windows-registry-node

Read and Write to the Windows registry in-process from Node.js. Easily set application file associations and other goodies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppVeyor Registry Access

sedouard opened this issue · comments

Appveyor says we can access the registry during CI. But doesn't seem that way. Logs fail for some unknown reason and the logs don't really help.

Right now we use a really dumb mock implementation, but if we ever want to add more features, it would be way easier if we could just use the registry api directly.