Parameters |
Description |
register |
Complete file name of the add-in dll to be registered. |
unregister |
File name of the add-in to be unregistered. |
unregisterInternal |
File name of the add-in to be unregistered. If the module cannot be unloaded because of an error, it will only be unregistered. |
Action call for loading an add-in:
W3u.exe EplApiModuleAction /register:"C:\...\EPLAN\Electric P8\...\Bin\Eplan.EplAddin.MyAddin3.dll"
Action call for unloading an add-in:
W3u.exe EplApiModuleAction /unregister:"Eplan.EplAddin.MyAddin3"