Archive: Getting user input during installation


Getting user input during installation
Hi, I would like to know how would I ask the user to input info during installation. What I am trying to do is to ask the user for the Tomcat5 port number. How will I do this and how to trap the user input in to a variable.

And is there any example script that replaces a string in the file, I am currently changing the whole line, but would like to change only the matching string instead of the whole line.


Thanks in advance


See Contrib\InstallOptions

-Stu