Search Results for

    Show / Hide Table of Contents

    Installation of netECM:UserDevice ClientActionLauncher

    The ClientActionLauncher is required only on Devices where Client-side Device Commands/Actions will be executed through netECM:UserDevice in the browser. It is not required and thus should not be installed on any other Device.

    Installation:

    msiexec /i ClientActionLauncher_Setup.msi NETECM_SERVER_HOSTNAME="<netECM-Server>" NETECM_SERVER_PORT="7001"
    

    MSI Properties

    The MSI setup supports the following properties:

    Property Description
    NETECM_SERVER_HOSTNAME The hostname of the netECM Manager server. This value is required for the application to work properly after installation.
    NETECM_SERVER_PORT The port of the netECM Manager server. The default port is 7001. This value is required for the application to work properly after installation.
    Back to top