Error 1603 using SCCM when installing.
I am having problem installing flash player from the software center after I deploy it. I get the generic error 0x643(1603). Here is my program installation:
msiexec /i "install_flash_player_30_plugin.msi" /qn
and this to uninstall
msiexec /x {696A028E-3E09-40A1-A827-CF1CCBEC41D4} /q
This should work but does not. This is a 32 bit version on a 64 bit windows 10 machine. The .msi file is from Adobe and trying to install the Firefox ESR plugin. I have looked at the SCCM logs but it just says failed. I have looked at the C:\Windows\SysWOW64\Macromed\Flash\FlashInstall32.log but this is the file when it auto-updated and no errors. Any ideas?
