WESInstallClient - Install WES

Launch the tool

  1. As an administrator, access the server on which you wish to install the WES;

  2. in the Watchdoc installation package, check that you have the following 2 files:

    • WesInstallClient.exe

    • WesInstallClient.exe.config.

  1. On the server, run the command prompt (from the Start menu > Run > cmd);

  2. at the command prompt, enter the path of the executable: >cd C:\Program Files\Doxense\Watchdoc\

List the server print queues

Before installing the WES, it's necessary to list the print queues installed on the server. To list the print queues:

 

  1. in the prompt command tool, enter the following command by replacing:

    • server_adress by the real address of the server on which the print queues are installed
    • login by the Watchdoc administrator account. If you don't know it, don't enter any value

    • password the Watchdoc administration or maintenance password

    • port by the Watchdoc access port (if different from the default port)

    • path/ by the path of the folder in which you wish to save the queues.txt file

>WESInstaller.exe /server server_address /login login /password password /port 5753 /out queues.txt /list

If you have an administration account, enter the login and the password. If you do not have any administration account, you can enter the maintenance password. You are then pleased to enter your login, but it's not mandatory.
  1. This command generates a file called queues.txt which lists all the print queues found on the server;

  2. open the queues.txt file;

  3. in the queues.txt file, check that only the print queues on which you want to install the WES are listed;

  4. if necessary, delete from the queues.txt file the print queues on which you do not wish to install the WES.

Launch the installation

When the Queues.txt file contains only the print queues on which you want to install the WES :

  1. in the command prompt, enter the following command:

>WESInstaller.exe /server server_address /login /password /port 5753 /file queues.txt /install /log log.txt /error error.txt

The WES Installer software utility:

  1. installs the WES on all the print queues listed in the Queues.txt. file;

  2. generates a log file (log.txt) in which are detailled the operations perform on each print queue;

  3. generates an error log file (error.txt) in which are listed the errors potentialy detected during the creation.

Uninstall the WES

You can use WESInstallClient to uninstall WES on queues.

  1. Run the command to generate the Queues.txt file.

  2. modify this file so that it only contains the queues on which you wish to uninstall the WES;

  3. in the command prompt, enter the following command :

>WESInstallClient.exe /server server_address /port 5753 /password admin_account_password /file queues.txt /uninstall /log log.txt /error error.txt