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.