silent uninstall

aristosv

Member
Hi

Is there a way to silently uninstall PL/SQL Developer Version 13.0.6?

With .msi files there's usually an entry under HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\ but not in the case of PL/SQL Developer.

Thanks
 
For silent uninstallation you can use an MSI command as administrator. For example:

msiexec /x plsqldev1306x32.msi /qn

This will silently uninstall the 32 bit version of PL/SQL Developer 13.0.6.
 
Back
Top