Uninstall RealVNC

(imported topic written by thuy.cortes91)

Here is the action script I’ve created. The only problem I have is that I can’t make it silent. It keeps asking if user really wants to uninstall. I tried all the usually command switches but no luck /VERYSILENT /qn /s /s --uninstallsilent blah blah blah =(. Any suggestions

waithidden {value “UninstallString” of key whose (value “DisplayName” of it = “VNC 4.0” and name of it starts with “R”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of registry}

(imported comment written by sstroffo91)

Try This:

waithidden “{pathname of system folder & “\msiexec.exe”}” /QN REBOOT=ReallySuppress /X"{Name of Key whose (value “UninstallString” of key whose (value “DisplayName” of it = “VNC 4.0” and name of it starts with “R”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of registry}