Software I am running uses COM class library. when running it inside docker I get this error: Retrieving the COM class factory for component with CLSID {632F4591-AA62-4219-8FB6-22BCF5F60090} failed due to the following error: 80040154 Class not registered (0x80040154 (REGDB_E_CLASSNOTREG)).
Is there any way I can make this work?
Regards