This path works in the command line and brings up the uninstall wise wizard. C:\PROGRA~1\Yahoo!\MESSEN~1\UNWISE.EXE. But that will not work when you put this path into the BigFix Action the deployment will fail.
Trying to have BigFix uninstall yahoo messenger quietly with no user interface.
I just tested C04: Uninstall Yahoo Messenger from the SANS Top Vulnerabilities to Windows Systems site, which works fine. It’s reading the uninstall command from the registry:
wait {preceding text of first " " of (value "UninstallString" of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Yahoo! Messenger" of registry as string) & " /s /a " & following text of first " " of (value "UninstallString" of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Yahoo! Messenger" of registry as string)}