Unattended installation of PLSQLDev 7.0.1

mAiz

Member
Hi,

can anyone help me? I have to install the plsql developer 7.0.1 unattended, that means without an user interaction.

Can I use any Commandline commands, or can I create an answer file?

Thank you for responding, its busy

---
mAiz
 
You can do a silent install as described in this document .

You can also install on a file server and provide just a shortcut to this server based installation.

NOTE:
Before you can modify the installation process you need to get the installation files. For the trial version you can use winzip to extract all files from the exe file. For the registered version you can run the setup that asks for the product code, and keep the ctrl key pressed when selecting the OK button. This will bring up a dialog where you can select a destination directory.
 
Hi Mr. Kalter,
thank you for your answer.
I got the installation files. I edited the Setup.ini file and run the setup.exe.
But there is still an error called 'unable to create directory'.

Here is my Setup.ini file, is there anything wrong?

---
Application=PL/SQL Developer
AppSuffix=
AppClass=TPLSQLDevForm
ExeName=PLSQLDev.exe
ExeDir=PLSQL Developer
ExeArguments=
WorkingDirectory=
TrialDescription=30 Day trial version
ReqMB=30

;The section below allows you to control the installation procedure.
;Read the included install.txt file for detailed information.

;[AutoSetup]
;Silent=false
;LicenseAgreement=true
;Language=dutch.lang
;Path=
;OverwriteFiles=
;CreateGroup=true
;CreateGroupIn=
;CreateShortcut=true
;TemplateFiles=true
;KeywordFiles=true

[AutoSetup]
Silent=true
LicenseAgreement=false
Language=dutch.lang
Path="Program Files"\PLSQL Developer
CreateGroup=true
CreateGroupIn=
CreateShortcut=true
TemplateFiles=true
KeywordFiles=true
ExternalExecute=
AutoStart=false
---

mAiz
 
ups excuse my, i was confused because of de path.

it runs with this settings.

[AutoSetup]
Silent=true
LicenseAgreement=false
Language=dutch.lang
Path=C:\Program Files\PLSQL Developer
CreateGroup=true
CreateGroupIn=
CreateShortcut=true
TemplateFiles=true
KeywordFiles=true
ExternalExecute=
AutoStart=false
 
HI i have the same problem. I am working on PL/SQL Developer 10.0.2.1697 and facing problem for silent installation. Just want to know how i can run set up.ini and setup.exe through command line?
Hi All

Currently i am working on application PL/SQL Developer and facing an installation issue. Have extracted setup.ini from .exe provided and edited setup.ini as follows :

Application=PL/SQL Developer

AppSuffix=

AppClass=TPLSQLDevForm

ExeName=PLSQLDev.exe

ExeDir=PLSQL Developer

ExeArguments=

WorkingDirectory=

SetupDescription=

ReqMB=30

Version=100

ReleaseDate=01122012

;registration details for aapf library

[aapf.dll]

AppID={0D8AFBD1-C447-4C1E-8D2C-25699076ED3E}

TypeLib={DD5BCA8D-5511-47CF-9B96-8EBBC5482AA9}

LocalizedString=-101

ProgID=aapf.PrivilegedObject

Version=1.0

[register]

Name=PL/SQL Developer

Description=PL/SQL Developer file

Command=

Icon=1

;Files from previous versions

[delete]

PLSQLDEV.HLP

PLSQLDEV.CNT

PLSQLDEV.GID

PLSQLDEV.LOG

command.kwf

html.kwf

java.kwf

plsql.kwf

sql.kwf

xml.kwf

debug.txt

plsqldev.elf

plsqldev.log

;The section below allows you to control the installation procedure.

;Read the included install.txt file for detailed information.

[AutoSetup]

;Silent=true

;InstallFor=All

;LicenseAgreement=false

;Language=dutch.lang

;Path=C:\Program Files (x86)\PLSQL Developer

;OverwriteFiles=true

;CreateGroup=true

;CreateGroupIn=

;CreateShortcut=false

;TemplateFiles=true

;KeywordFiles=true

;AutoStart=true

;ProductCode=

;SerialNumber=

;Password=

;LicenseFile=C:\Program Files (x86)\PLSQL Developer

Trying to run through command line but its not installing as a silent installation. Any advice? Thanks in advance...
 
Back
Top