Need help dockerizing an GUI .exe application on windows server

The application install is an .exe file on the file explorer of a windows 10 server (can also use windows 2016 server). It a GUI application. I installed docker desktop on the windows server. I need help with this guys.

Actualy it might sound crazy, but I have seen images that use wine (a windows emulator for linux) to build linux images that runs windows gui applications. Those images typicaly use vnc or xrdp to expose remote desktop.

Of course the application must permit pure commandline installation, as the typical Windows GUI “next-> next-> finish” approach won’t work.