====== Registration of eXontrol COM components ====== Produmex Manufacturing is a legacy product and Boyum IT Solutions no longer sells new installations for it. During the installation of the Produmex Manufacturing add-on, some COM components are registered automatically. These are used in the gantt charts used for MTO visualization and the operations sequence diagram. If the registration of these COM components doesn't succeed automatically, you can register them manually. This can typically happen if unexpected issues appear during the installation, or when using an outdated lightweight installer, or if the components are unregistered after the installation. ===== 32 bit ===== On 32 bit systems, follow the instructions below: * Open a command line window as administrator * Navigate to this folder: C:\Windows\System32\ * Execute these commands: * regsvr32.exe ExGantt.dll * regsvr32.exe ExGrid.dll * regsvr32.exe ExTree.dll * regsvr32.exe ExPrint.dll ===== 64 bit ===== On 64 bit systems, follow the instructions below: * Open a command line window as administrator * Navigate to this folder: C:\Windows\SysWOW64\ * Execute these commands: * regsvr32.exe ExGantt.dll * regsvr32.exe ExGrid.dll * regsvr32.exe ExTree.dll * regsvr32.exe ExPrint.dll