Issue:
Custom Windows application install on docker windows container failing, returned a non-zero code: 3221225781 on microsoft/nanoserver and receiving error code :1603 on microsoft/windowsservercore
OSVersion: Docker build command initiated on Windows 10 Anniversary Edition.
More details:
Custom application is getting installed successfully on Windows 10 box, with the same command used in docker container install.
Command used here is
cmd /S /C Applicationsetup_7.511.exe /qb
Thanks for your reply Michael.
It is a third party windows application consumed in my business project. Installation of this windows application usually has a install Wizard and need to go through all wizards by choosing “Next” button. Its having an .exe and .ini files. I tried this install as "silent install’ in the host windows 10 using the same command which I used inside docker. It is installing successfully. But inside the windows docker container(tried both Windows 10 and windows 2016) it is failing and returning error code 1603.
Even We are facing the same issue, We are trying to install some app in the form of .exe with silent installation. Even we are facing the same issue. Is it possible to install .exe on the windows server core image/ this is basic setup needs to be installed as prerequisites for running our Enterprise solutions. We spend enough times and we are unable to get the perfect solution for installation. tried in multiple ways, But nothing worked out.
We are stuck with following steps, could you help us here?
Thanks
Deeraj V