Here is what I am trying to do:[*]I have my installer, I want to add one more panel to get the JDK path from user.[*]The panel is coming up correctly and is supposed to store the JDK path selected by user in a variable called JDKPath.[*]I want to write the value of this variable in a blank text file or a batch file.What I wanted to know are:[*]How can I add this blank text or batch file and it should be copied to my installation.[*]How can I put the value of JDK path in this file. Consider me totally blank on this and a example would be great about how to add a file to be copied, how to set the value in the file and how to actually get the value in the installer. I have been through all the documentation of Iz Pack, but they are not clear.Thanks,