Uninstalling Flash Player 19 and below using SCCM
I have numerous systems that have various versions of flash player xx active x up to version 20. I need to be able to go in and update these systems and at the same time remove the previous version. I want and need to do this silently do it when the system is idle so I can go in an not impact the user. I downloaded the latest flash uninstaller, and I can manually run it and works perfectly. I verified in the log file what the command line was that it used to do this and I try running it from a elevated DOS prompt and it does remove the application from the folder area but does not remove it from add/remove programs. It fails there and you have to re-run it again from add/remove programs for it to be removed there. Here is the command line that was generated when using the flash uninstaller: C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_20_0_0_306_ActiveX.exe -uninstall activex -msi and this is what I ran from the elevated DOC prompt. The rest of the log file is the same as if I ran this from the Uninstall_Flash_Player.exe. SO not sure why it is failing to remove it from add remove programs.
My goal is to be able to create the package in SCCM to do this and as part of that package run the uninstaller against the older versions to remove them prior to installing ver 20. Any assistance with this would be appreciated.
