kessler / node-regedit

Read, Write, List and do all sorts of funky stuff to the windows registry using node.js and windows script host
MIT License
279 stars 45 forks source link

Expand upon 'a note about electron' #75

Closed technicallyty closed 2 years ago

technicallyty commented 4 years ago

Currently trying to package my electron + react application. I'm unable to push through the regedit stuff as far as moving the .wsf files out of the asar packager. The docs don't really make it clear as to what we are supposed to be doing. Would it be possible to get a more concise write up on this process? Perhaps a working tutorial file?

I got it to work with : https://github.com/ironSource/node-regedit/issues/60#issuecomment-510346232

Can the readme be updated to include this information?

methodbox commented 4 years ago

Seems like a good opportunity for a PR ;) - but the README is how I got here, actually, from #60, since your comment links to that issue.