Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

The Extension Manager is a tool to install and update extensions from the central repository hosted by NETxAutomation. These extensions range from plug-ins for specific field level protocols to XLogic implementations presumably useful for many users of our software.

...

  1. Open command prompt with administrative privileges
    image2018-9-18_16-8-33.pngImage Removed

  2. Navigate to your BMS Platform installation directory, e.g.

    Code Block
    cd C:\Program Files (x86)\NETxAutomation\BMS Platform 2018\ExtensionManager

    Generate offline packages using the followingcommand:

    CommandExample
    ExtensionManager.exe -e <plugin1> <plugin2> ... <packagefilename> 
    ExtensionManager.exe -e Plugins/Salto Plugins/Kaba Package.nxp

  3. Copy the Packge.nxp to the offline system into the Extension Manager folder.
  4. Start a command prompt with administrative privileges and navigate to the Extension Manager's folder.

    Code Block
    cd C:\Program Files (x86)\NETxAutomation\BMS Platform 2018\ExtensionManager

    Install the offline packages with the following command

    Code Block
    ExtensionManager.exe -i Package.nxp

    or use the Extension Manager in an offline fashion:
     

...