Jinitiator 1.3.1.9 silent install
458830Oct 6 2005 — edited Oct 26 2005Hi,
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,