You receive an error message during a silent installation because of incorrect syntax. Identify the
correct syntax.
A.
“<location of the setup file>\setup.exe” / s / f1 “<location of the response file>\ setup.iss”
B.
x:\my folder\setup.exe”/ s / f1″x: \ setup.igs
C.
“x:\my folder\setup.exe”/s / f1″x: \setup.iss”
D.
<location of the setup file> \ setup.exe “ / g / f1 “ <location of the response file>\ setup.iss”
Explanation:
To run the setup silently, use a command line as shown below. If the path names
contain spaces, you must use quotes. The path names should also be absolute, as relative paths
may have unexpected results.
Example: “<location of the setup file>\setup.exe” /s /f1″<location of the response file>\setup.iss”
Sample: “x:\my folder\setup.exe” /s /f1″x:\setup.iss”
Oracle User Productivity Kit, Installation And Administration Release 11.0,Run the
Executable Silently