-accessibility |
Sets the installation automatically to console mode
so you do not need -console option as
well. It provides additional audible information for visually-impaired users. |
<launcherName> -accessibility |
-console |
Specifies the console interface mode. Messages are displayed
on the console during installation. If you use the -console option,
you must also use the -is:javaconsole option. |
<launcherName> -console-is:javaconsole |
-is:javaconsole |
When you use the native launcher with the -console option,
you must also use the -is:javaconsole option
to display the Java console, which is required for user interaction. |
<launcherName> -console -is:javaconsole |
-options <responsefile> |
Specifies that the wizard executes an options/response
file. An options/response file contains command line options, each line contains
one, that set specified install wizard instructions. Use the full path to
the <responsefile>. |
<launcherName> -silent
-options <responsefile> |
-options-record <responsefile> |
Specifies that the install wizard should automatically
generate an options/response "record" file, <responsefile>,
for the project after completion. Use the full path to the <responsefile>. |
<launcherName> -options-record <responsefile> |
-options-template <responsefile> |
Specifies that the install wizard should automatically
generate an options/response "options" file, <responsefile>,
for the project while running, which can be edited and used to provide user
input during a later run. Use the full path to the <responsefile>. |
<launcherName> -options-template <responsefile> |
-silent |
Specifies a silent install where the install is performed
with no user interaction. You can use the -silent option
with other no options at all, or you can use the -silent option
with -options <responsefile>.
If you do not use a custom <responsefile>,
the default settings are used. |
<launcherName> -silent -options <responsefile> |