...
- Open command prompt with Administrative privileges
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:
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. Make sure to copy the file to the Extension Manager folder .
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.
...