Can I dockerize Activex exe which has GUI?

433 Views Asked by At

I am now working on a Dockerization of a legacy system which has ActiveX-exe, I didn't start on the dockerization yet, but while I am studying the application and its behavior using lisdlls in sysinternals, I found this line

C:\Program File\MyApplication\ActiveX-Exe.exe embedding

Does that mean it starts a full version of my exe, because if that happens it means that I cannot dockerize this application as this exe has GUI.

0

There are 0 best solutions below