Not able to install . Exe with help of docker file, to do basic environment setup

I need to install .exe file setup inside the windows container, during image creation need to set up the environment for final execute enterprise application. That Enterprise application has some system level dependency. That setup will resolve all system level dependency.

So, I have followed Silent installation methodology in multiple ways. Can anyone suggest how we can run that? any workaround ? with help of any batch fille.

This we are trying in Windows server 2016 , with window server core image.

Having similar issues installing programs in dockerfile, have got an ADD command to install .net core hosting and that is about it…