Flash Player 21.0.0.213 - ActiveX, NPAPI, and PPAPI failed MSI installs via SCCM solutions for error 1603?
My company's environment has 50,000 target machines (non-servers), all of which must be updated to the latest Flash iteration, 21.0.0.213.
After deploying via SCCM, using the MSI installers for ActiveX/NPAPI/PPAPI, we are seeing a consistent 13% failure rate, nearly all of which are MSI Error 1603.
Revising our installation script, we incorporated the following steps:
- Install MSI
- if Success Code 0
- Verify ProductID in registry, success.
- If Fail:
- Run "uninstall_flash_player.exe -uninstall"
- Search registry for "Adobe Flash Player" entries and delete keys/subkeys from HKCR\Installer\Products, per Adobe KB Flash Player ActiveX msi installation fails using SCCM
- Retry Install MSI
- if Success Code 0
After running through all those steps, we still have over 4,000 machines failing to install a simple MSI because of error 1603. Can anyone suggest solutions or tweaks?
