Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Jinitiator 1.3.1.9 silent install

458830Oct 6 2005 — edited Oct 26 2005
Hi,

I am attempting to install JInitiator 1.3.1.9 in unattended mode. I am
using the "setup.iss" Response File and using a batch file to run the
JInitiator executable and pass the location of the "setup.iss" file.
My problem is with the InstallShield "Choose Destination Location"
screen of the JInitiator program. Specifically, I need to pass a
parameter to the application to simulate hitting the "Next" button in
this screen. Once I do that, the installation should proceed
unattended. Is there a way to configure the "setup.iss" file to
simulate hitting the "Next" button in the InstallShield "Choose
Destination Location" screen? Here is my "setup.iss" file:

[InstallShield Silent]
Version=v5.00.000
File=Response File

[DlgOrder]
Dlg0=SdAskDestPath-0
Count=0
Dlg1=MessageBox-0

[SdAskDestPath-0]
szDir="C:\Program Files\Oracle\Jinitiator 1.3.1.9"
Result=1

[Application]
Name=Jinitiator
Version=1.3.1.9
Company=Oracle

[MessageBox-0]
Result=1

And here is the batch file I am using:

c:\tmp\jinit1319.exe -s -a -sm -f1c:\tmp\setup.iss

I've used all combinations of the "-s", "-sm", "-f1" and "-a" switches
with no luck. Any help would be much appreciated.

Thank you,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 23 2005
Added on Oct 6 2005
1 comment
1,438 views