Sie können eine Antwortdatei für die Angabe von vordefinierten Informationen verwenden, wie Benutzervorgaben für unbeaufsichtigte Installationen, Repositorypositionen, Installationsprofile etc. Antwortdateien sind für Teams und Unternehmen hilfreich, die Installationspakete unbeaufsichtigt installieren und die Positionen sowie Benutzervorgaben für Installationspakete standardisieren möchten.
# Licensed Materials - Property of IBM # © Copyright IBM Corp. 2010, 2011. All Rights Reserved. # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # Instructions # ------------ # Modify the default values of the parameters in this sample response file # and use it to silently install IBM InfoSphere Optim pureQuery Runtime Version 3.1. # # To enable a parameter for use by the installation program, remove the # character # from the beginning of a line. # To disable a parameter, add a # character at the beginning of a line. # # After you modify and save the file, run the following command from the command line # to silently install the product: # IBM_OPQRT_V3_1_Windows.exe -i silent -f path_to_the_response_file\client_sample_response.rsp # Installation parameters # ----------------------- # Enable the LICENCE_ACCEPTED parameter to accept the product license agreement. # You can view the license agreement by running the interactive installation program. LICENSE_ACCEPTED=TRUE # Specify the full path to the directory in which you want to install the product: USER_INSTALL_DIR=C:\\Program Files\\IBM\\IBM_Data_Tools # Silent configuration tool parameter # ----------------------------------- # To silently run the configuration tool after the product installation completes, # enable the CONFIGURATION_RESPONSE_FILE_LOCATION parameter and specify # the full path to the response file used by the configuration tool. #CONFIGURATION_RESPONSE_FILE_LOCATION=C:\\Program Files\\IBM\\IBM_Data_Tools\\configuration\\sample_cfgTool_response.rsp