Silent install - PL/SQL Version 8

Rickray76

Member
For some reason, PL/SQL wants to autostart and ask for username/password/DB after the install.

I have configured setup.ini to False on Autostart and I also tried True.. Both have the same results..

Here is what I have. Any help would be appreciated.

[AutoSetup]

Silent=true

InstallFor=All

LicenseAgreement=false

Language=english.lang

Path=C:\Program Files\PLSQL Developer

OverwriteFiles=true

;CreateGroup=true

;CreateGroupIn=

CreateShortcut=true

TemplateFiles=true

KeywordFiles=true

AutoStart=false

ProductCode=xxx
SerialNumber=xxxx
Password=xxxxxx
LicenseFile=True
 
Back
Top