Uninstall RealPlayer?

(imported topic written by DavidC91)

Does anyone have an action script or any way to use BES to uninstall realplayer? I have tried the following but can not get it to work: “C:\Program Files\Common Files\Real\Update\rnuninst.exe” RealNetworks|RealPlayer|6.0

(imported comment written by jessewk)

Your action will need to be something like this:

wait “C:\Program Files\Common Files\Real\Update\rnuninst.exe” RealNetworks|RealPlayer|6.0

I’m assuming “RealNetworks|RealPlayer|6.0” is a legitimate command line argument to pass to rnuninst.exe