- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Using response file as defaults to console user input
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Using response file as defaults to console user input
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?
Regards, Rob
- Tags:
- console
- response file
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi,
Use the -f command-line switch when you run the installer to specify a response file for the installer to use.
install.exe -i console -f <path to response file>
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I am using -i console -f input-response-file -r output-response-file when executing and I have no preset defaults displayed.
Below is my response file. Is there something wrong with what I have created?
# Tue Feb 14 22:25:17 UTC 2023
# Replay feature output
# ---------------------
# This file was built by the Replay feature of InstallAnywhere.
# It contains variables that were set by Panels, Consoles or Custom Code.
#Next
#----
PROMPT_USER_CHOSEN_OPTION=0
#CSE Configuration and Working Directory
#---------------------------------------
USER_INPUT_CONSOLE_RESULTS1=\"/opt/CA/Gen86-rob/cse/cse/cfg\",\"/opt/CA/Gen86-rob/cse/cse/logs\"
#CSE Communications Configuration
#--------------------------------
USER_INPUT_CONSOLE_RESULTS2=\"rl610904-centos8-test-dev01\",\"2534\",\"2534\",\"ENCY\",\"YES\"
#Encyclopedia Database Configuration
#-----------------------------------
USER_INPUT_CONSOLE_RESULTS3=\"Create and initialize new Encyclopedia tables\",\"\",\"\",\"\"
#Encyclopedia Database Connection (Oracle)
#-----------------------------------------
USER_INPUT_CONSOLE_RESULTS4=\"DBCSE\",\"ency\",\"ency\"
#Encyclopedia Identification
#---------------------------
USER_INPUT_CONSOLE_RESULTS5=\"9999\",\"ENCYDB\",\"Ency Description\"
#Coordination Database Configuration
#-----------------------------------
USER_INPUT_CONSOLE_RESULTS6=\"Create and initialize new Coordination tables\",\"\",\"\",\"\"
#Coordination Database Connection (Oracle)
#-----------------------------------------
USER_INPUT_CONSOLE_RESULTS7=\"DBDIR\",\"ency\",\"ency\"
#Finish
#------
PROMPT_USER_CHOSEN_OPTION=0