How to disable Oracle client wizard

mscsob

Member
Hello,

is possible to disable Oracle client wizard after first run of PL/SQL Developer, please? Is it controled by some registry key? We use auto deployment of program on user desktops and we prefer default values from OS.

Thnak you!

Martin
 
You can use the NoOracleClientWizard parameter for this"

"C:\Program Files\PLSQL Developer 16\plsqldev.exe" NoOracleClientWizard

Alternatively you can also create an (empty) key in the user registry:

HKEY_CURRENT_USER\Software\Allround Automations\PL/SQL Developer 16
 
Back
Top