Can you use nodejs with install4j

守給你的承諾、 提交于 2019-12-11 07:37:02

问题


Can you use install4j with nodejs? I have a server I need to have an installer for, can install4j work with this?

If not do any of you know something that can/

Other installers seem that would take a lot of time to solve my issue, since I also need information from the user (like paths.)


回答1:


You can install anything with install4j. However, the installer requires a JRE to run so you have to bundle one with it, even though you don't need it for your installed application. Also, a lot of install4j's functionality is geared towards supporting Java launchers, so that will not be useful for you.



来源:https://stackoverflow.com/questions/54486963/can-you-use-nodejs-with-install4j

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!