autorun - Can node webkit build in a single windows .exe file -
i have project need run in pen drive, content updated daily, , need automated way generate single file (.exe) downloaded users.
i use tool https://github.com/mllrsohn/node-webkit-builder, when build windows, build generate multiple files ( dlls, dat ,exe ).
this break automation because content need downloaded (single file).
any help?
as far know, can't. try making 7zip sfx archive , running own program instead of installer.
this needs create temporal files when run (which deleted when program quits) , don't think can remove initial prompt. if you're okay that, might need.
edit: can the necessary sfx modules here.
Comments
Post a Comment