hp-support-head-portlet

- ${title}
hp-contact-secondary-navigation-portlet

- ${title}
hp-share-print-widget-portlet

- ${title}
hp-concentra-wrapper-portlet

- ${title}
HP Web Jetadmin - Install HP Web Jetadmin from the Command Line
You can install HP Web Jetadmin from a command line, through a script, or through an automated process.
The following is the command syntax:
<filename>.exe [/L"<LanguageID>"] [/S /v/qn] </V"[Property1=Value1] [Property2=Value2] [...]">
Command-line parameters
-
<filename>.exe
(Required) Specifies the name of the EXE file that you downloaded from the HP Software Depot for HP Web Jetadmin website.
-
/L"<LanguageID>"
(Optional) Specifies the ID of the language that the installer uses. If the language dialog is enabled and you specify a valid language ID, the installer automatically suppresses the language dialog. If you specify an invalid language ID or a language ID that the installer does not support, the installer ignores this parameter.
The following are the language IDs. The default is the local system language.
Language ID codes Language
Language ID
Chinese (Simplified)
2052
Chinese (Traditional)
1028
English (Worldwide)
1033
French (European)
1036
German
1031
Italian
1040
Japanese
1041
Korean
1042
Portuguese (Brazilian)
1046
Russian
1049
Spanish (Mid-Atlantic)
1034
-
/S /v/qn
(Optional) Performs a silent installation.
To perform a silent installation, the following properties are required:
-
WJA_EULA
-
ENABLE_ANONYMIZED_DATA_COLLECTION
-
-
/V"[Property1=Value1] [Property2=Value2] [...]"
(Required) Specifies a list of the properties that the installer uses. The following are the properties and values.
Installer properties and values Property and Value
Description
WJA_EULA=ACCEPT | REJECT
Specifies whether you accept or reject the HP Web Jetadmin End User License Agreement (EULA).
This property is required for silent installations.
ENABLE_ANONYMIZED_DATA_COLLECTION=TRUE | FALSE
Specifies whether the Data Collection feature is enabled or disabled. This feature collects data about your printers and implementation of HP Web Jetadmin and anonymizes the data. HP Web Jetadmin uses an Internet connection to transmit the anonymized data to HP. HP uses the anonymized data to improve products and services.
This property is required for silent installations.
Important:HP is committed to protecting your privacy and the integrity of your computer. You can enable and disable this feature at any time. Your name, address, email address, and other sensitive data are not sent to HP.
WJA_SKIP_DB_INSTALL=1 | 0
Specifies whether the database installation is skipped. To skip the database installation, specify 1.
This property is required only if you want the installer to skip the database installation.
INSTALLDIR=\"<Path>\"
Specifies the HP Web Jetadmin installation path. The following is the default path:
C:\Program Files\HP Inc\Web Jetadmin 10\
This property is optional for silent installations.
The path must be enclosed with
\"
. In addition, the properties specified for the/V
option must be enclosed with quotes.The following is an example of the correct syntax:
/V"WJA_EULA=ACCEPT INSTALLDIR=\"C:\Program Files\HP Inc\Web Jetadmin 10\""
CAUTION:If the path contains spaces and is not enclosed with
\"
, the installer fails.DATABASEDIR=\"<Path>\"
Specifies the database installation path. The following is the default path:
C:\Program Files\Microsoft SQL Server\
This property is optional for silent installations.
If the directory name contains spaces, you must use the Windows short-path notation. To find the short-path notation, issue the following command:
Dir *. /x
The path must be enclosed with
\"
. In addition, the properties specified for the/V
option must be enclosed with quotes.The following are examples of the correct syntax:
-
/V"WJA_EULA=ACCEPT DATABASEDIR=\"C:\SQLServer\""
-
/V"WJA_EULA=ACCEPT DATABASEDIR=\"C:\Program~1\SQLServer\""
CAUTION:If the path contains spaces and is not enclosed with
\"
, the installer fails.CERT_IS_THIRDPARTY=TRUE
Specifies whether the Third Party Certificate option is used during the installation. To install a third-party certificate, specify
TRUE
.The default certificate option is HP Wja Self Signed Certificate.
PFX_CERT_PATH=\"<Path>\"
Specifies the path where the third-party certificate is located. The third-party certificate must be a PFX file.
The path must be enclosed with
\"
. In addition, the properties specified for the/V
option must be enclosed with quotes.The following is an example of the correct syntax:
/V"WJA_EULA=ACCEPT CERT_IS_THIRDPARTY=TRUE PFX_CERT_PATH=\"C:\Documents\Certificate.pfx\" PFX_CERT_PASSWORD=*******"
PFX_CERT_PASSWORD=<Password>
Specifies the password that is required for the third-party certificate (PFX file).
This property is required only if you want the installer to use the Third Party Certificate option.
The following is an examples of the correct syntax:
/V"WJA_EULA=ACCEPT CERT_IS_THIRDPARTY=TRUE PFX_CERT_PATH=\"C:\Documents\Certificate.pfx\" PFX_CERT_PASSWORD=*******"
CAUTION:The installer fails for the following reasons:
-
The path contains spaces and is not enclosed with
\"
. -
The third-party certificate and password are incorrect.
SELFSIGNED_CERT_VALID_YR=<Years>
Specifies the number of years that the HP Web Jetadmin self-signed certificate is valid. The default is 2 years. The maximum is 99 years.
This property is required only if you want the installer to change the number of years that the HP Web Jetadmin self-signed certificate is valid.
This property is optional for silent installations.
The following is an example of the correct syntax:
/V"WJA_EULA=ACCEPT SELFSIGNED_CERT_VALID_YR=10"
-
Examples of the command-line syntax
The following examples assume that the name of the installation file is WjaSetup-x64.exe.
-
To perform a basic silent installation, enter the following command:
WjaSetup-x64.exe /S /v/qn /V"WJA_EULA=ACCEPT ENABLE_ANONYMIZED_DATA_COLLECTION=TRUE"
-
To start the installer in Spanish, enter the following command:
WjaSetup-x64.exe /L"1034"
-
To perform a silent installation with HP Web Jetadmin installed on C:\WJA, enter the following command:
WjaSetup-x64.exe /S /v/qn /V"WJA_EULA=ACCEPT ENABLE_ANONYMIZED_DATA_COLLECTION=TRUE INSTALLDIR=\"C:\WJA\""
-
To perform a silent installation with HP Web Jetadmin installed on C:\WJA and the database installed on C:\WJADB, enter the following command:
WjaSetup-x64.exe /S /v/qn /V"WJA_EULA=ACCEPT ENABLE_ANONYMIZED_DATA_COLLECTION=TRUE INSTALLDIR=\"C:\WJA\" DATABASEDIR=\"C:\WJADB\""
-
To perform a silent upgrade, enter the following command:
WjaSetup-x64.exe /S /v/qn /V"WJA_EULA=ACCEPT ENABLE_ANONYMIZED_DATA_COLLECTION=TRUE INSTALLDIR=\"C:\WJA\" DATABASEDIR=\"C:\WJADB\" WJA_BACKUP_CONFIRM=YES"
-
To perform a silent installation using the Third Party Certificate option, enter the following command:
WjaSetup-x64.exe /S /v/qn /V"WJA_EULA=ACCEPT CERT_IS_THIRDPARTY=TRUE PFX_CERT_PATH=\"C:\Documents\Certificate.pfx\" PFX_CERT_PASSWORD=*******"
-
To perform an installation and change the number of years that the HP Web Jetadmin self-signed certificate is valid from the default of 2 years, enter the following command:
WjaSetup-x64.exe /S /v/qn /V"WJA_EULA=ACCEPT SELFSIGNED_CERT_VALID_YR=10"
hp-feedback-input-portlet

- ${title}
hp-feedback-banner-portlet

- ${title}
hp-country-locator-portlet

- ${title}
hp-detect-load-my-device-portlet

- ${title}
hp-hero-support-search

- ${title}