Versions Compared

Key

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

...

  1. Open command prompt with Administrative privileges 


    image2018-9-18_16-8-33.png

  2. Navigate to your BMS Platform installation directory Ex. " cd C:\Program Files (x86)\NETxAutomation\BMS Platform 2018\ExtensionManager  ".Offline Packages can be generated via this command:

    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. Make sure to copy the file to the Extension Manager folder .
  4. Now Start command prompt with Administrative privileges , and Navigate to Extension Manager Folder

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

    Offline Packages can be installed via this command:

    Code Block
    ExtensionManager.exe -i >PackagePackage.nxp

    Packages have been successfully installed. In Extension Manager, packages are installed and ready to use.

     

...