The software I'm using makes use of the COM class library. When I run it within Docker, I get the following 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))
How can I make it work? Any ideas?