A aristosv Member Nov 29, 2019 #1 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
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
Marco Kalter Administrator Staff member Dec 2, 2019 #1 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.
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.