/build/static/layout/Breadcrumb_cap_w.png

Abobe flash player 21 PPAPI is not replacing the older version

I have tried to install the Abobe flash player 21 PPAPI using the silent command" -silent " .The software is not  getting installed.I tried by removing the silent command 
it is prompting a dialog box to run the uninstaller . I just want to install the Abobe flash player 21 PPAPI offline installer without running any uninstaller.How can i do it ??is there any procedure or silent command to perform it 

0 Comments   [ + ] Show comments

Answers (2)

Posted by: akmagnum 7 years ago
Red Belt
1

This is the command I use to deploy flash successfully.

Also I don't have to uninstall anything before deploying mine.

(msiexec.exe /i install_flash_player_21_plugin.msi /qn)

But if you still have issues....

Try creating a script to uninstall the older version and then

 reinstall the new one with the same command as above.

Flash have a removal tool on their website, to remove all

versions of flash from a machine.

its called .....uninstall_flash_player.exe.

So create a "verify" task to run the uninstaller.

Then create a "on success" task to install the new version.

cheers.


Posted by: rockhead44 7 years ago
Red Belt
1
I run a batch file like this when I have old instances that need to be removed:

@ECHO OFF

WMIC product where "Name LIKE '%%Adobe Flash Player%%'" call uninstall /nointeractive

msiexec /i install_flash_player_21_plugin.msi /qn

exit

If you want to skip the uninstall, remove the WMIC command in there

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ