0

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

Beqa Latsabidze
  • 212
  • 4
  • 12
  • This is a very generic error that means the component cannot be found. Try this site first, there are hundreds of possible ways: https://stackoverflow.com/search?q=REGDB_E_CLASSNOTREG or https://stackoverflow.com/questions/22616630/sapbobscom-not-working – Simon Mourier Oct 12 '21 at 06:49
  • I know how to solve this on windows but have no Idea what to do in docker. On windows I have to install some exe which registers this COM class. – Beqa Latsabidze Oct 12 '21 at 06:54
  • You have to do the same thing on Docker. Your Docker VM is going to be running an instance of Windows. You need to copy the exe to the docker VM and then register it there. – Joseph Willcoxson Oct 17 '21 at 06:50
  • This exe does not have silent install option, only GUI based installation. – Beqa Latsabidze Oct 29 '21 at 13:45

0 Answers0