I need to run the batch file in izpack 4.3.5 with the deafult properties(arguments like host,path etc). batch file is in bin folder of IZPACK.
in processSpec.xml
<?xml version="1.0" encoding="UTF-8"?>
<processing>
<job name="Say Hello">
<executefile name="bootstrapCCE_v98.bat"> </executefile>
</job>
</processing>
in install.xml
i have added processSpec.xml in rsources and tried to run the process panel using installer.
in packs:
<file src="bootstrapCCE_v98.bat" targetdir="$installDir">
i tried this way but i couldn't able to run the batch file. Can you please give me simple idea how to run the batch file with custom properties?