vslavik / winsparkle

App update framework for Windows, inspired by Sparkle for macOS
http://winsparkle.org
Other
1.31k stars 267 forks source link

Provide some ways to override registry functions #178

Closed lanyizi closed 6 years ago

lanyizi commented 6 years ago

WinSparkle currently uses Windows Registry to store the majority of settings, but sometimes I need to manage settings by myself, and in this situation, it would be really nice if we could override the functions RegistryRead, RegistryWrite and RegistryDelete.

For example, WinSparkle could have 3 function pointers, which point to the three functions above by default, but users can choose to override the original functions by setting callbacks.

vslavik commented 6 years ago

Make a PR instead of submitting “it would be really nice” nuisance issues.