shockwave-300x200

Adobe Shockwave Player 11 Silent Deployment

It’s the easy part, the /S command line switch installs Adobe Shockwave Player silently.

pathsw_lic_full_installer.exe /S

Now for silent Uninstall, the following command will do just fine:

"C:WINDOWSsystem32AdobeShockwave 11uninstaller.exe" /S

Note:- Please note that the commandline is case sensitive. ie. A capital letter/S is correct; small /s will not work.

Disable automatic Update feature of Adobe Shockwave Player

The following registry key is handy for suppressing the update check for all the users.

[HKEY_LOCAL_MACHINESOFTWAREAdobeShockwave 11AutoUpdate]
@="n"

Disable Anonymous Statistics collection of Adobe Shockwave Player

For privacy concerns you might want to add this one also.

[HKEY_LOCAL_MACHINESOFTWAREAdobeShockwave 11collectstats]
@="n"