Hi All,
I am considering an attempt to implement a Node.js module to pack a node(.exe) binary into a self contained and self-extracting binary.
I have two motivations for this, the first is to create a Web based installer, and the second is to deliver an application with all required modules as a single binary that doesn't need to install.
It seems it would be easy to support all platforms so the aim is to create something that is cross platform (something like the 7zip self extractor could probably do the job, which is something I would consider - except for the lack of control on the icon used for the executable on Windows platforms).
Would anyone consider using such a module?
Thanks
Steve