
#Setup exe silent install windows
On Windows Server 2008 and Windows Server 2008 R2, you must open the command prompt with Administrator privileges. Replace response_file_name with the complete path name for the new response file. Alternatively, navigate to the directory where you downloaded or copied the installation files.Įnter the following command: SYSTEM_DRIVE:\ setup.exe_location> setup -record -destinationFile response_file_name On the Oracle Database installation media, setup.exe is located in the client directory. Windows Server 2008 and Windows Server 2008 R2 require Administrator privileges at the command prompt. "How Response Files Work" explains this method. Remember that you can specify sensitive information, such as passwords, at the command line rather than within the response file. You may want to set this variable to point to an absolute path, for example:įROM_LOCATION="\\myserver\client\stage\products.xml" In addition to editing settings specific to the Oracle Database Client installation, check that the FROM_LOCATION path is correct and points to the products.xml file in the stage directory in the installation media. Modify the response files with a text file editor. Runtime installation of Oracle Database ClientĬopy the appropriate response files from the client\response directory on the Oracle Database media to your hard drive. Instant Client installation of Oracle Database Client Oracle Net Configuration Assistant to perform the configuration with the client installation types.Īdministrator installation of Oracle Database ClientĬustom installation of Oracle Database Client Table A-2 Response Files Response File Name Įnsure that you enclose the variable and its setting in quotes. For example: SYSTEM_DRIVE:\ setup.exe_location> setup -silent "ORACLE_HOME_NAME=OraDBHome1".

For instance, to specify the Oracle home name, you would supply the appropriate value for the ORACLE_HOME_NAME variable, as in the following example:Īnother way of specifying the response file's variable settings is to pass them as command line arguments when you run Oracle Universal Installer. You define the settings for a silent or noninteractive installation by entering values for the variables listed in the response file. To use noninteractive mode, run setup.exe without the -silent parameter, but include the response file or any other parameters that apply. You can use variables in the response file or command-line prompts to suppress other Oracle Universal Installer screens, such as Welcome and Summary, that do not prompt for information. Noninteractive (or suppressed) mode: Oracle Universal Installer only displays screens for which you did not supply information in the response file. To use silent mode, you run setup.exe with the -silent parameter and include a response file, which contains responses to the Oracle Universal Installer prompts. Instead it displays progress information in the command window where you started it. Silent mode: Oracle Universal Installer does not display any screens. When you use response files to provide this information, you run Oracle Universal Installer at a command prompt using either of the following modes: Typically, Oracle Universal Installer runs in interactive mode, which means that it prompts you to provide information in graphical user interface (GUI) screens. Oracle Universal Installer uses the values in the response file to provide answers to some or all of the Oracle Universal Installer prompts. You can automate the installation and configuration of Oracle software, either fully or partially, by specifying a response file when you start Oracle Universal Installer.
