coreybutler / node-windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Other
2.82k stars 356 forks source link

Start exe without node #170

Closed furyscript closed 7 years ago

furyscript commented 7 years ago

Hi,

Can we start generated .exe on another pc that haven't node installed?? We try a lot but unfortunately without success.

coreybutler commented 7 years ago

No. Tools like Electron, NW.js, and Nexe are better for shipping a binary.

coreybutler commented 7 years ago

Added a wiki entry for this.