batch file - Next button is not getting enabled after started a java process -
i developing installer windows based , have written batch file install dependencies application.
after successful dependencies installation going install application. here question after successful application installation want start server(its java process, keep running until stop) automatically starting manually.
here after started server part of app installation next button in *installpanel not enabled.*
this executable info
executable targetfile="$install_path/install_script.bat" stage="postinstall" keep="false" failure="abort"
am using izpack 5 version.
note : if stop java process , next button in installpanel getting enabled.
can please me out?
thanks in advance.
Comments
Post a Comment