I face a very peculiar issue while deployment .net framework as an application model in SCCM
The requirement is to uninstall 4.5,4.5.1,4.5.2,4.6,4.6.1,4,6,2 and install 4.6.2. This is suggested by MS Support when patching was not happening
We created a package with a silent install NDP462-KB3151800-x86-x64-AllOS-ENU.exe /q /norestart /log. When running the script in command windows its installing fine but its erroring out by giving 16389 error code in 32 bit machines when we deploy through SCCM. In 64 bit, its installing fine. Also checked run 32 bit in 64 bit process in install command in SCCM
in 32 bit machines software Centre
1. First time its failing but on retrying from software Centre its getting installed successfully second time. We need to manually retry in Software centre
Please suggest a good approach what need to be done. Facing issue in 32 bit only.