Installation via the Command Line Interface (CLI)

Installation via the Command Line Interface (CLI)

  1. Download the HP Workpath NDD Print Client installer via the Resources Portal

  2. Download the HP Workpath App Manager from the HP Download Center and extract the files to a folder of your choice

imagem (3).jpg

Here are the main files:

  • WorkpathAppManager-cli.exe: a command-line tool

  • devices.csv: a file for specifying the IP addresses of the devices to be used.

  • devices_config_update.csv: a file for specifying device IP addresses, passwords, UUIDs, configuration settings, and variables (optional) to configure the applications.

  1. Open the devices.csv file in Excel

  2. Select the entire first column (A)

  3. In the Excel search bar, search by “Convert text to table”

  4. Under Data type, select the “Delimited” option

  5. Click Next

  6. Under Delimiters, select only the Comma option

  7. Click Finish

  8. Specify the IP addresses of the devices on which the application will be installed.

  9. Save and close

image-20260423-135412.png

If the devices have EWS administrator passwords set, enter those passwords in the Password column; otherwise, leave this field blank.

The values pre-filled in the header row (IP address, password) must not be removed or changed.

  1. Open the devices_config_update.csv file in Microsoft Excel

  2. Select the entire first column (A)

  3. In the Excel search bar, search by “Convert text to table”

  4. Under Data Type, select the “Delimited” option

  5. Click Next

  6. Under Delimiters, select only the Comma option

  7. Click Finish

  8. Specify IP addresses, password (optional), UUID, configuration, and variables (optional) to configure the applications

  9. Save and close

image-20260423-135721.png
  1. Access the folder where the WorkpathAppManager-cli.exe file is saved

  2. Copy the folder address

  3. Go to the search button on the Windows taskbar and enter “Command Prompt”

  4. Open the Command Prompt.

  5. In the Command Prompt, type `cd`, paste the folder address, and press Enter

Sem título.png
  1. Paste the following command:

WorkpathAppManager-cli.exe --install --pkg .\hpk\NomeDoApp.hpk --devices devices.csv

  1. Please wait while the process runs. A results file (.csv) will be generated showing the installation status.

Uninstallation via the Command Line Interface (CLI)

  1. Access the folder where the WorkpathAppManager-cli.exe file is saved

  2. Copy the folder address

  3. Go to the search button on the Windows taskbar and enter “Command Prompt

  4. Open the Command Prompt.

  5. In the Command Prompt, type `cd`, paste the folder address, and press Enter

  6. Run the following command:

WorkpathAppManager-cli.exe --getpkgid --pkg .\hpk\NomeDoApp.hpk

  1. Copy the UUID displayed at the prompt

  2. Run the uninstall command:

WorkpathAppManager-cli.exe --uninstall --pkgid SEU-UUID-AQUI --devices devices.csv

  1. Please wait while the process runs. A results file (.csv) will be generated showing the uninstallation status.