Shawn Houston

Results 4 comments of Shawn Houston

I have been using this change on a few hundred PCs for about 3-4 months now and it has been working without issue. I am going to be updating my...

Came here to report the same but here is the workaround: https://github.com/nexe/nexe/issues/1082

@sebhildebrandt I had to do this for my app and found that I got the best data from the following commands: `reg query HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall /s` `reg query HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall /s` I...

This module isn't currently attempting to pull that value but here is a code snipped to do exactly that: ``` js const { exec } = require('child_process'); const { promisify...