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.
...
- Open command prompt with administrative privileges
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:
Command Example ExtensionManager.exe -e <plugin1> <plugin2> ... <packagefilename>
ExtensionManager.exe -e Plugins/Salto Plugins/Kaba Package.nxp
- Copy the Packge.nxp to the offline system into the Extension Manager folder.
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:
...