I run a console installation and create a response file based on user input.
If I run the console installation again, I need to read in the existing response file which will then be used as defaults to console user input.
How do I accomplish this?
Re...