Create Installer for Java Application Which run as Windows Service -
i have requirement create installer java application. application should serve native windows service. have seen following projects can used execute java application windows service.
issue: have deploy service on more 20 systems (can increased passage of time). think enough create installer , distribute installer file.
so how can create installer file java application run windows service ?
this example, using built-in support java advanced installer.
advanced installer generate @ end msi install application, wrapper exe can run , install win32 service. along contains many other options handy, automatic updater, etc...
Comments
Post a Comment