Download standalone applications

This section explains how to download standalone applications and how to customize the appearance of the download applications window.

Download standalone applications

This section explains how to download standalone applications from the Download Applications window.

To enable downloading standalone applications:

  1. Go to the <Server_installdir>\Additional Components folder. This directory contains the applications' execution (.exe) files.

    Note: The necessary .exe files for downloading VuGen, Analysis, Standalone Load Generator, Monitor over Firewall, and MI Listener, are located in the Applications directory, which is contained within the Additional Components directory.

  2. On the server, go to the Downloads directory, which is located in <Server_installdir>\PCWEB\Downloads.

  3. To enable downloading an application, copy the relevant execution file (.exe) from the <Server_installdir>\Additional Components folder to the Downloads directory on the server.

    Note: You may need to refresh the Download Applications window for the changes to take effect.

  4. To install additional components, see Install additional components.

Back to top

Customize the download applications window

You can edit and customize the appearance of the download applications window. To customize the window, edit the downloads.xml file located in the Downloads directory on the server.

The following tags in the downloads file control the following features on the window. Edit the tags as desired to change the appearance of the window.

  • App Name. The name of the application.

  • Image. Whether the application's icon is displayed.

  • File Name. If you changed the name of the application's execution file, you must update this section so that it matches the new name of the execution file.

  • Description. The application's description.

To customize the download applications window:

  1. (Recommended) Make a backup copy of the downloads.xml file before customizing the appearance of the download applications window.

  2. Open the downloads.xml file, and update the tags as required.

    For example:

    <app name="MyNewApp" image="assets/images/download-applications/my_Icon.svg">
    <file name="my_file_name.exe">
    <description>My file description...</description>
    </file>
    </app>

Note: The download applications window supports a multilingual user interface for the default applications only. Any changes to the default application tags, and new applications that are added to the downloads.xml file, are not supported by MLU.

Back to top