Silent Install of JRE 1.4.2_02

I am having trouble running a silent install of the JRE. I've referenced the following document, but have not had any luck. http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/silent.html
The command I attempted to use is:
j2re-1_4_2_02-windows-i586-p.exe /s /v
Is this not the correct format? I tried many different versions of the command based on the silent install document, none worked. I still get prompted to accept the install.
http://java.sun.com/products/archive/j2se/1.4.2_02/jre/install-windows.html

I would like to execute a silent install of other java components, namely the Java Advanced Imaging package. I have tried a combination of the arguments to the .exe installers, but it only seems to unpackage to the temp directory, which gets deleted 30 seconds later and nothing gets installed.
I can't really provide an .iss file, because the install location may change. So, I'd like to be able to provide all the necessary info at the command-line. Below is my command-line, anyone see anything overtly wrong?
C:\Projects\thirdparty\jai\jai-1_1_2-lib-windows-i586-jdk.exe -a /s /v"/qn ADDLOCAL=ALL NETSCAPE6=1 MOZILLA=1 IEXPLORER=1 INSTALLDIR=%JAVA_HOME%/jre REBOOT=Suppress"
Notes:
If I don'g provide the -a option, it ignores the silent option and the install gui is displayed anyway.
JAVA_HOME environment variable is currently set.
Thanks.

Similar Messages

  • Silent Install for JRE 1.4.2_02

    I am having trouble running a silent install of the JRE. I've referenced the following document, but have not had any luck. http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/silent.html
    The command I attempted to use is:
    j2re-1_4_2_02-windows-i586-p.exe /s /v
    Is this not the correct format? I tried many different versions of the command based on the silent install document, none worked. I still get prompted to accept the install.
    http://java.sun.com/products/archive/j2se/1.4.2_02/jre/install-windows.html

    This would be more appropriate forum for this question:
    http://forum.java.sun.com/forum.jsp?forum=14

  • Silent install of JRE 7 with some options FAILS

    Hi,
    I'm trying to configure a silent install of JRE 7 using NSIS.
    The command line that launches the JRE installation is this:
    jre-7u4-windows-i586.exe /s INSTALLDIR="C:\Program Files (x86)\MyApp\Java" STATIC=1 /L "C:\Program Files (x86)\MyApp\log\jre_7_inst.log"
    But when launched (both from NSIS script and from command line) a windows popup explaining the options for launching the MSI installer tells me that there's something wrong with the .exe that launches the MSI with these options.
    My system is a Windows 7 64bits and I'm trying to install a JRE 32bits, as this is what's needed for my app.
    Any ideas of what can be failing?
    It would be much appreciated!
    Thanks in advance,
    Carlos

    go to tools\internet options\advanced\java vm etc.in IE
    and check out the check boxes as appropriate may be it helps u

  • Silent install of JRE (java 5 update 11) doesnot disable java update tab

    I need to disable the Update tab in java pluign.
    Manually it can be achieved by setting the HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy
    EnableJavaUpdate = 0.
    But i want to achieve this through java script
    I've read the doc... http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/silent.html .
    From this i tried silent install through command prompt by using the following.
    jre-1_5_0_11-windows-i586-p.exe /s /v"/qn IEXPLORER=1 ADDLOCAL=ALL JAVAUPDATE=0 /L C:\jre.txt"
    also tried
    jre-1_5_0_11-windows-i586-p.exe /s /v"/qn ADDLOCAL=ALL JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 /L C:\jre.txt"
    but this successfully installs the jre but the update tab in the plugin is still shown.
    Can anybody help me to disable the update tab of java plugin through javascript while installing the jre.
    Thank you in advance.
    Mamatha

    This is a very poor solution. It looks extremely unprofessional, especially when you're relying on Java for your products. You want to install your product with Java (because it doesn't exist on many machines) and people think it's instant Spyware and bundle garbage. I have to agree with them (even though I'm a certified Java developer with 8+ years experience). Very poor...

  • Silent Install of JRE 1.4.1 fails to check IE and Netscape browser entries

    I followed the Silent Installation web page article to install JRE 1.4.1. But strangely, while creating the response file and using custom install, the screen showing IE6 and Netscape6 browser plugin default checkmarks didn't show. I then installed the JRE using the response file following the article's directions. When I opened up the JRE Plugin in the Control Panel and went to the Browsers tab, both choices were not checked. Even using the -IExplorer and -Netscape6 parameters during install didn't make them checked. How do I do a silent automated install and have these browser choices checked and browser plugins installed?

    go to tools\internet options\advanced\java vm etc.in IE
    and check out the check boxes as appropriate may be it helps u

  • Use j2sdk installer to silently install public JRE

    With the interactive installer there is an option to install a public JRE using the 1.4.2 j2sdk installer.
    Does anyone know the magic incantation to have the j2sdk installer install the public JRE silently?
    Actually, a comprehensive list of all of the magic parameters to the MSI installer would be great. I've been trying to beat the information out of google for a while now but it isn't helping. Thanks a lot.

    thank you, thank you for this post
    Here's what I did with it.
    @echo off
    echo %cd%
    set Initial_Dir=%cd%
    echo Below is the original directory
    echo %Initial_Dir%
    cd Java
    echo %cd%
    if exist "C:\Program Files\Java\jdk1.6.0_12\bin\java.exe" goto InstallJRE
    echo          -------------------------
    echo          Installing Java SDK 1.6.0_12
    echo           Please wait....
    echo          -------------------------
    cd JDK-1.6.0_12
    msiexec.exe /i "jdk1.6.0_12.msi" /qn /l*v "d:\jdk6-inst.log" ADDLOCAL=ALL IEXPLORER=1 JAVAUPDATE=0 AUTOUPDATECHECK=0 EULA=0 REBOOT=ReallySuppress
    echo Install completed
    setx JAVA_HOME "C:\Program Files\Java\jdk1.6.0_12" /M
    echo           current JAVA_HOME setting
    echo           %JAVA_HOME%
    echo           Java Home variable verification
    echo           "%JAVA_HOME%"\bin\java.exe -version
    "%JAVA_HOME%"\bin\java.exe -version
    set JAVA_HOME="C:\Program Files\Java\jdk1.6.0_12"
    %JAVA_HOME%\bin\java.exe -version
    :InstallJRE
    if exist "C:\Program Files\Java\jre6\bin\java.exe" goto InstallFCM
    echo          -------------------------
    echo          Installing JRE 1.6.0_12
    echo           Please wait....
    echo          -------------------------
    start /w msiexec.exe /i "C:\Program Files\Java\jdk1.6.0_12\jre.msi" /qn                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Silent x64 Java JRE 1.6u2 install

    Hi.
    We are trying to create a .bat file for silently installing x64 JRE 1.6u2 from a shared network drive to Vista x64 machines. This works fine for the x86 variant, but the same switches do nothing for the x64 version.
    The command I am trying to run is:
    "//Networksharedfolder/x64JREnamehere.exe" /s IEXPLORER=1 MOZILLA=1
    Again, this structure seems to work fine on x86 Windows variants with x86 JREs, but not with x64 Windows variants with x64 JREs.
    Thanks!
    -S

    You have to add the following (dummy) key to your registry:
    [HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org\Mozilla]
    "CurrentVersion"="1.0"

  • Response Code in Silent Install

    What is the response code supposed to be in the setup log?
    Mine was -3

    Hi,
    I performed a silent install of jre 1.4.1.I happen to get result code as -3.If you were successful in fixing the issue..could you please share it.

  • Silent uninstall of JRE

    After silently installing a JRE, how do I do to silently uninstall any JRE present (without knowing the install directory).
    Thanks in advance,
    Ludovic Russo.

    On my uninst.isu it looks messed up:
    q� ) Stirling Technologies, Inc. (c) 1990-1995��X
    d ) v��&H��&     �0�e2zlC!�k-�V6
    zV?1ai#bVW�
    f ) ���&H��&     �0�e2zlC!�k-�V6
    zV?1aa#bVW�0 ��&J��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�YO ^��&H��&/�0�e2zlC!�k-�V6
    zV?1aWb^)w�@4��>�l�=2��.��$<��-y�-�T�����X���8 ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�h�zS ���&H��&3�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)j�n�$X���: F��&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�w�#n��U ���&H��&5�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)j�!&y�{�W�8 ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�j| lS ��&H��&3�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)s�u�X���; j��&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�#h{U�V ���&H��&6�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)y�t��@���a��= ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�(2��@:�l9A��X 9��&H��&8�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)~�=0��6���>9b��a4 d��&J��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36�P ���&H��&0�hEwj@4�`>�lo=2�GyO�kC<��2:Go:9��-��2 ��E)q�)Xz�W� ��:;b��aA ,��&K��&!�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��0��2;���0��\ o��&H��&<�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)h�E��69U�=9b��aA ���&K��&!�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��1�� 1���0��\ ��&H��&<�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)q�30v�30U�=9b��aA n��&K��&!�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��q�G.Xv�0��\ ���&H��&<�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)u�.���T�=9b��aA ��&K��&!�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��q�G.Xw�0��\ V��&H��&<�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)u�.���T�=9b��aE ���&K��&%�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��q�G.Xx,W�0��` ���&H��&@�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)u�.�� X� U�=9b��aA Y��&K��&!�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��q�G.Zw�0��\ ���&H��&<�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)u�.���T�=9b��aA ���&K��&!�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��v�Wu�0��\ 8��&H��&<�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)u� p��T�=9b��a< ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��2D�l59�W ���&H��&7�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��E���=X���> ,��&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��32��D���Y j��&H��&9�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��2;��@0��W�< ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��4:�l59�W ��&H��&7�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��>���=X���= \��&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��50���0��X ���&H��&8�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��A?U�=9b��aB ���&K��&"�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��5A��@0��E���] E��&H��&=�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��0@��<2��59��W�D ���&K��&$�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��7<��>.��82�z59�_ ���&H��&?�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��?A��?.��C���=X���< =��&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��9=�l59�W }��&H��&7�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��:���=X���> ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��9=��7���Y ��&H��&9�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��C<��59��W�@ w��&K��& �aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��:<��C�Xs59�[ ���&H��&;�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��D2�����=X���= ��&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��;.���0��X O��&H��&8�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��G.U�=9b��a= ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��;.���1��X ���&H��&8�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��G.U�I2b��a> D��&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��;.��H���Y ���&H��&9�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��G.��6E��W�= ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��;.���0��X ��&H��&8�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��HAU�=9b��a= v��&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��;0���0��X ���&H��&8�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��@CU�=9b��a= ��&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��;1���0��X N��&H��&8�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��H=U�=9b��a= ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��;=���0��X ���&H��&8�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��64U�=9b��a@ G��&K��& �aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��;=��D Ys59�[ ���&H��&;�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��:;�����=X���A ���&K��&!�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��;=��9.���0��\ )��&H��&<�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��:@��C2U�=9b��a? ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��;@��?1U�Z ���&H��&:�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��@B���0���a��@ $��&K��& �aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��<2��@<�s6E�[ e��&H��&;�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��JA��=���6X���? ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��>@��CAU�Z ���&H��&:�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��G0���0���a��< X��&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��?2�l59�W ���&H��&7�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��E���=X���A ���&K��&!�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��A.��24���0��\ C��&H��&<�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��48��6?U�=9b��aH ���&K��&(�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��A9��:;��=�Y}0�Y�4=�c ���&H��&C�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��F4��4=��������=X���C M��&K��&#�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��A<��4F��@9U�^ ���&H��&>�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��=6��E<���1���a��= ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��C:���1��X ,��&H��&8�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��:1U�I2b��aD ���&K��&$�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��C:��64��E?�z6E�_ ���&H��&?�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��:?��:@��J���6X���B 0��&K��&"�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��E;��6@��G���] q��&H��&=�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��2:��6?��6E��W�? ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��G2��7FU�Z ��&H��&:�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��C6���0���a��< ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��K6�l59�W ���&H��&7�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��A���=X���< P��&J��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��9<��A<�X E��&H��&8�hEwj@4�`>�lo=2�GyO�kC<��2:Go:9��-��2 ��E)q�)Xz�W� ��:;��@A��@Ab��aG ���&K��&'�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��9<��A<��)B��82U�b ���&H��&B�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��E@��E)�D.���@���a��D ���&K��&$�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�36��9<��A<��;C�z59�_ ���&H��&?�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��?)��E@��E)��>���=X���4 }��&J��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6�P '��&H��&0�hEwj@4�`>�lo=2�GyO�kC<��2:Go:9��-��2 ��E)q�)Xz�W� ��:/b��aM ���&K��&-�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��4<��6;�rEF��D���@=��E6��h ���&H��&H�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��?A��E���A2��A?��6?��6@b��aI B��&K��&)�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��79��@?��A���@=��E6��d ���&H��&D�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��2C��>.��A?��6?��6@b��aD ���&K��&$�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��7<���<��A2��:2�_ 7��&H��&?�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��?AU�C<��CA��DX���L ���&K��&,�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��7<���<��A2��:2��X� Wg ���&H��&G�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��?AU�C<��CA��D�m�W�X���G M��&K��&'�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��7<���<��A2��:2�� �b ���&H��&B�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��?AU�C<��CA��D����a��G ���&K��&'�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��7<���<��A2��:2���b C��&H��&B�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��?AU�C<��CA��D����a��G ���&K��&'�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��7<���<��A2��:2��     �b ���&H��&B�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��?AU�C<��CA��D����a��G T��&K��&'�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��7<���<��A2��:2��
    �b ���&H��&B�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��?AU�C<��CA��D����a��G ��&K��&'�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��7<���<��A2��:2���b J��&H��&B�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��?AU�C<��CA��D����a��G ���&K��&'�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��7<���<��A2��:2���b ���&H��&B�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��?AU�C<��CA��D����a��G [��&K��&'�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��7<���<��A2��:2���b ���&H��&B�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��?AU�C<��CA��D����a��M ��&K��&-�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��7<���<��A2��:2��K5U�%U�h `��&H��&H�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��?AU�C<��CA��D����{���a��aJ ���&K��&*�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��7<���<��A2��:2��K5���e ��&H��&E�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��?AU�C<��CA��D���0!~�W�= `��&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��;.���8��X ���&H��&8�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��HAU�:/b��a< ���&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��;C�l43�W ;��&H��&7�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��>���8X���B ���&K��&"�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��;C�l9=��7���] ���&H��&=�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��>���C<��EE��W�A ;��&K��&!�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��;C�l;0���@��\ ���&H��&<�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��>���@CU�IAb��aC ���&K��&#�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��DB��D.��8;U
    �^ !��&H��&>�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��??��D6���6���a��? � �&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��EG��A=��Z ���&H��&:�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��>.��:;���a��; �&J��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��2=��W M �&H��&7�hEwj@4�`>�lo=2�GyO�kC<��2:Go:9��-��2 ��E)q�)Xz�W� ��:/��A=��EX���8 /�&J��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��4:�T � �&H��&4�hEwj@4�`>�lo=2�GyO�kC<��2:Go:9��-��2 ��E)q�)Xz�W� ��:/��>:b��aB F�&K��&"�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��4:��l�*'U�] ��&H��&=�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��>)j�%���<��W�@ ��&K��& �aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��4:��h��<�[ -�&H��&;�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��>)n�&U�7X���F ��&K��&&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��4:��u���U�a ��&H��&A�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��>)s�h�0n��<��W�@ S�&K��& �aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��4:��Dn��<�[ i�&H��&;�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��>)��U�7X���8 ��&J��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��6E�T ��&H��&4�hEwj@4�`>�lo=2�GyO�kC<��2:Go:9��-��2 ��E)q�)Xz�W� ��:/��IAb��a: �&J��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��7<��V ��&H��&6�hEwj@4�`>�lo=2�GyO�kC<��2:Go:9��-��2 ��E)q�)Xz�W� ��:/��@;���a��P N�&K��&0�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��7<��D)s�46��$.��#2��=.��EA�k O�&H��&K�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��?A��B��5.z�?@y�8B��C���7X���; ��&J��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��::�
    �W ��&H��&7�hEwj@4�`>�lo=2�GyO�kC<��2:Go:9��-��2 ��E)q�)Xz�W� ��:/��>.��DX���C ��&J��&#�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��::��6@��F?��_ ��&H��&?�hEwj@4�`>�lo=2�GyO�kC<��2:Go:9��-��2 ��E)q�)Xz�W� ��:/��>.��D)��C@��DX���V �&K��&6�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��::��6@��F?��C@��F?��C@U�C<��CA��q o�&H��&Q�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��24��-0��D<��-0��D<���<��A2�;2�W�T ��&K��&4�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��::��6@��F?��C@��?C��:1Z�I Y�86�o =�&H��&O�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��24��-0��D<��-6��29��������7X���[ ��&K��&;�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��::��6@��F?��C@��:;Z�0��J��A Y��T
    �v      �&H��&V�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��24��-0��D<��-D�����@=��C<��EZ�3�G�a��] �     �&K��&=�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��::��6@��F?��C@��:;Z�0��J��C<��EZ��3��x �     �&H��&X�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��24��-0��D<��-D�����@=��@�B YR�TH:3b�a[ c
    �&K��&;�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��::��6@��F?��C@��:;Z�0��<��A Y��T
    �v �
    �&H��&V�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��24��-0��D<��-D�����:;��C<��EZ�3�G�a��] <�&K��&=�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��::��6@��F?��C@��:;Z�0��<��C<��EZ��3��x ��&H��&X�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��24��-0��D<��-D�����:;��@�B YR�TH:3b�a[ �&K��&;�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��::��6@��F?��C@��:;Z�0��6��A Y��T
    �v p�&H��&V�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��24��-0��D<��-D�����@C��C<��EZ�3�G�a��] �
    �&K��&=�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��::��6@��F?��C@��:;Z�0��6��C<��EZ��3��x )
    �&H��&X�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��24��-0��D<��-D�����@C��@�B YR�TH:3b�a= ��&J��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��D2��C6� Y �
    �&H��&9�hEwj@4�`>�lo=2�GyO�kC<��2:Go:9��-��2 ��E)q�)Xz�W� ��:/��60��:A��W�E -�&K��&%�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��D2��C6��-0��6?��` x�&H��&@�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��4B��EF��20��E@b��aI ��&K��&)�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��D2��C6��-7��2���=6� d +�&H��&D�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��4B��EF��2C��A<��4Fb��aK �&K��&+�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�=6��D2��C6��-7��2���4B� f ��&H��&F�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��3)��4B��EF��2C��D2��C6���a��4 g * C:\Program Files\JavaSoft\JRE\1.3.1_03\tmpP Z�&H��&0�hEwj@4�`>�lo=2�GyO�kC<��2:Go:9��-��2 ��E)q�)Xz�W� ��>=b��a= ��&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�E:��:�^��;��X ��&H��&8�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��A)��     ;U�FAb��a= M�&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�E:��;.���;��X ��&H��&8�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��A)��H@U�FAb��a; ��&K��&�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�E:��CAU�V %�&H��&6�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��A)���;���a��A ��&K��&!�aM!?�_C.�6�kD)qnG.z�7A�e#�S��TZ0�Y�E:��F;��F;���1��\ ��&H��&<�hEwj@4�`>�lo=2�GbW)w�@4��>�l�=2��.��$<��-y�-�T����)��A)��4?��45U�I2b��a2 �&K��&�aM(u< $z[%tV-,p`%wH�pm-B��CB��9���M C�&H��&-�0�e2wj@4�`>�lo=2�GbW)~dvy$){n�� {�!U���?0��?0��6E��W�;     h  1 C:\Program Files\JavaSoft\JRE\1.3.1_03\lib\rt.jarV     e  L data:Program Files:CF;C:\Program Files\JavaSoft\JRE\1.3.1_03\lib\rt.jar;1;0;
    Is there something wrong? I can't really understand it.
    Thanks

  • JRE 1.4 Silent Install does not install

    For testing purposes I downloaded the JRE installer (15+ MB) onto the Windows PC I wanted to test out the silent install on. I'm referencing the notes posted here: http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/silent.html
    At the MS-DOS prompt I type the following command and nothing happens. I don't get any errors or anything and nothing seems to be running in the background. It just executes the command and returns to a blinking cursor.
    From this directory on my computer c:\Program Files\CF EMS\ I execute the following:
    j2re-1_4_2_08-windows-i586-p.exe /s /v "/qn ADDLOCAL=ALL IEEXPLORER=1 INSTALLDIR=c:\jre1.4 /L jresetup.log"
    Does anyone know what I'm doing wrong? Nothing ever gets installed.
    NOTE: If I double-click on the .exe installer, it runs the GUI installer and completes successfully so I know the executable works.
    Thank you for any help.
    - Billy -

    Figured it out for those of you that run into this issue... I needed to read the documentation a little more carefully...
    I originally had the following command j2re-1_4_2_08-windows-i586-p.exe /s /v "/qn ADDLOCAL=ALL IEXPLORER=1 INSTALLDIR=c:\jre1.4 /L jresetup.log"
    I am using the offline installer. If you read the NOTES section in http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/silent.html you'll see in #3 it states that there should be no space between the /v and the "/qn in the command if you are using the Windows Offline Installation.
    So the correct command is:
    j2re-1_4_2_08-windows-i586-p.exe /s /v"/qn ADDLOCAL=ALL IEXPLORER=1 INSTALLDIR=c:\jre1.4 /L jresetup.log"

  • Silent install of JDK, not JRE

    Hi,
    and sorry, if this had already been covered here (though I could not find it via search).
    For the installation procedure of our own software, I need to install the JDK (not the JRE) 1.4.2_03 first in silent mode (on Windows 2000). I tried to execute the following:
    j2sdk-1_4_1_03-windows-i586.exe /s /v '/qn ADDLOCAL=ALL INSTALLDIR=C:\silent REBOOT=Suppress'. Since I read a hint for JRE silent install, I tried with and without a space after /v, but the install just comes up normally, asking for installation directory, etc, so no silent install!
    Anyone having a hint in that direction? Maybe it's not possible at all with JDK?
    Thanks in advance
    Jens

    Here it's the method to do silent install :
    start /w j2sdk-1_4_2_10-windows-i586-p.exe /s /v"/qn ADDLOCAL=ALL INSTALLDIR=D:\java\jre"Please notify after the /v switch : between it and the quote, there is no space.
    This's the command line to do a silent uninstall :
    start /W j2sdk-1_4_2_10-windows-i586-p.exe /s /v"/qn REBOOT=Suppress" /xYou must have the original j2sdk installer on the drive. I have seen a uninstall method with the msiexec installer but it doesn't work... really shade. Because i think keep up the original installation package to perform a uninstallation's a space waste.
    Sorry to reply to this old thread... and sorry for my ugly / bad english.

  • Fully automatic silent install of 1.4.2_10

    We're using Citrix Webinterface 4.0 with Citrix Java Client for remote access users (working at home). This works fine with Java 1.4.2_10. It does NOT work with MS Java VM or Java 1.5.x. So we need to ensure employees have Java 1.4.2_10 installed at their home pc's. We do not have administrative control over these pc's. Therefore we need to push the Java 1.4.2_10 software from the same webpage as their Citrix Webinterface login.
    QUESTION: I would like to create a hyperlink on the Webinterface login page where users can click to FULLY AUTOMATICALLY download and SILENTLY install the Java 1.4.2_10 software (and NOT the Java 1.5.x which is (non-silently) available at http://www.java.com/nl/download/ie_auto.jsp !!!!!)
    How can this be accomplished?
    Any help is much appreciated
    Harm van Dommelen
    Gemeente Waterland, The Netherlands

    i haven't done it, but you could just include the version of the JRE you want the user to use with your software

  • Silent Install of Oracle 8i on NT

    I'm having trouble silently installing Oracle 8i on Windows NT. I have customized the svrcustom.rsp file (see below) but I'm getting an error that says "no forced value specified for the variable ToplevelComp". Anyone with
    more experience with this have any idea about what's going on?
    -- <snip> --
    silentInstall2002-03-20_01-48-14-PM.log
    No forced value specified for the variable ToplevelComp, associated with property TopLevelComp, in dialog Available Products.
    -- <snip> --
    # comments taken out
    [General]
    RESPONSEFILE_VERSION=1.7.0
    [SESSION]
    FROM_LOCATION="e:\stage\products.jar"
    FROM_LOCATION_CD_LABEL=<Value Unspecified>
    NEXT_SESSION_RESPONSE=<Value Unspecified>
    ORACLE_HOME="D:\oracle\ora81test"
    ORACLE_HOME_NAME="OraH81Test"
    TOPLEVEL_COMPONENT={ "oracle.secd","8.1.7.0.0" }
    SHOW_SPLASH_SCREEN=false
    SHOW_WELCOME_PAGE=false
    SHOW_COMPONENT_LOCATIONS_PAGE=false
    SHOW_CUSTOM_TREE_PAGE=false
    SHOW_SUMMARY_PAGE=false
    SHOW_INSTALL_PROGRESS_PAGE=true
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
    SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false
    SHOW_RELEASE_NOTES=false
    SHOW_END_SESSION_PAGE=false
    SHOW_EXIT_CONFIRMATION=false
    NEXT_SESSION=false
    NEXT_SESSION_ON_FAIL=false
    [oracle.secd_8.1.7.0.0]
    COMPONENT_LANGUAGES={"en"}
    INSTALL_TYPE="Custom"
    DEPENDENCY_LIST={"oracle.rdbms","8.1.7.0.0","oracle.secd.options","8.1.7.0.0","oracle.networking","8.1.7.0.0","oracle.utilities","8.1.7.0.0","oracle.java","8.1.7.0.0","oracle.assistants","8.1.7.0.0","oracle.p2k.devtools","8.1.7.0.0","oracle.install","8.1.7.0.0" }
    [oracle.apache_1.3.12.0.1a]
    DEPENDENCY_LIST={}
    OPTIONAL_CONFIG_TOOLS={"configtool2"}
    [oracle.secd.options_8.1.7.0.0]
    DEPENDENCY_LIST={"oracle.options.intermedia.imserver","8.1.7.0.0","oracle.rdbms.advrep","8.1.7.0.0"}
    [oracle.networking_8.1.7.0.0]
    DEPENDENCY_LIST={ "oracle.networking.netclt","8.1.7.0.0","oracle.networking.netsrv","8.1.7.0.0","oracle.networking.names","8.1.7.0.0","oracle.networking.cman","8.1.7.0.0" }
    [oracle.utilities_8.1.7.0.0]
    DEPENDENCY_LIST={ "oracle.utilities.util","8.1.7.0.0","oracle.rdbms.sqlplus","8.1.7.0.0" }
    [oracle.java_8.1.7.0.0]
    DEPENDENCY_LIST={ "oracle.java.jdbc","8.1.7.0.0","oracle.java.javavm.javatools","8.1.7.0.0" }
    [oracle.emprod_8.1.7.0.0]
    DEPENDENCY_LIST={ "oracle.emprod.oemagent","8.1.7.0.0","oracle.emprod.agent_ext","8.1.7.0.0","oracle.sysman.client","2.2.0.0.0" }
    [oracle.assistants_8.1.7.0.0]
    DEPENDENCY_LIST={ "oracle.assistants.dbca","8.1.7.0.0" }
    [oracle.p2k.devtools_8.1.7.0.0]
    DEPENDENCY_LIST={ "oracle.rdbms.oci","8.1.7.0.0", "oracle.rdbms.xml.xsu","2.0.0.0.0" }
    [oracle.install_8.1.7.0.0]
    DEPENDENCY_LIST={ "oracle.swd.oui","1.7.1.9.0" }
    [oracle.omwb_1.3.0.0.0]
    DEPENDENCY_LIST={}
    [oracle.networking.protocol_supp_8.1.7.0.0]
    sl_protocolSelectionDialogReturn={}
    [oracle.networking.netca_8.1.7.0.0]
    OPTIONAL_CONFIG_TOOLS={}
    s_responseFileName="a:\netca.rsp"
    b_launchNETCA=false
    [oracle.java.jdbc_8.1.7.0.0]
    DEPENDENCY_LIST={ "oracle.java.jdbc.oci11","8.1.7.0.0","oracle.java.jdbc.oci12","8.1.7.0.0","oracle.java.jdbc.thin11","8.1.7.0.0","oracle.java.jdbc.thin12","8.1.7.0.0" }
    [oracle.assistants.dbma_8.1.7.0.0]
    OPTIONAL_CONFIG_TOOLS={}
    sl_migrateSIDDialogReturn={"<None>", "<None>"}
    [oracle.assistants.dbca_8.1.7.0.0]
    OPTIONAL_CONFIG_TOOLS={"dbca"}
    s_seedLocation=<Value Unspecified>
    b_createStarterDBReturn=true
    s_responseFileName="a:\dbca.rsp"
    s_globalDBName="staticx.wexford.sonicfoundry.com"
    NORMALLY THIS IS ORCL
    s_dbSid="ORCLTest"
    [oracle.emprod.agent_ext_8.1.7.0.0]
    DEPENDENCY_LIST={ "oracle.emprod.agent_ext.oapps_agentext","8.1.7.0.0" }
    [oracle.sysman.oms_2.2.0.0.0]
    DEPENDENCY_LIST={}
    OPTIONAL_CONFIG_TOOLS={}
    s_responseFileEMCA="a:\emca.rsp"
    ServerRepository_index=1
    EMCARspFileLocation="a:/emca.rsp"
    [oracle.sysman.client_2.2.0.0.0]
    DEPENDENCY_LIST={ "oracle.sysman.dbappext","2.2.0.0.0","oracle.sysman.emevents","2.2.0.0.0","oracle.sysman.repmig","2.2.0.0.0","oracle.sysman.dbapp","2.2.0.0.0" }
    [oracle.sysman.dbappext_2.2.0.0.0]
    DEPENDENCY_LIST={ "occm","2.2.0.0.0", "oracle.odm","2.1.1.0.0","oracle.sysman.wf.client","2.2.0.0.0","oracle.security.admin.enterprise","2.0.0.1.0","oracle.networking.netmgr.emint","8.1.7.0.0"}
    [oracle.sysman.emevents_2.2.0.0.0]
    DEPENDENCY_LIST={}
    [oracle.sysman.dbapp_2.2.0.0.0]
    DEPENDENCY_LIST={ "oracle.sysman.dbapp.sqlplusworksheet","2.2.0.0.0","oracle.sysman.database","2.2.0.0.0" }
    [oracle.sysman.website.jinit_2.2.0.0.0]
    DEPENDENCY_LIST={}
    [oracle.swd.oui_1.7.1.9.0]
    PROD_HOME="C:\Program Files\Oracletest\OUI"
    [oracle.swd.jre_1.1.7.30]
    PROD_HOME="C:\Program Files\Oracletest\jre"

    please find below link, it is having step by step oracle 11g installtion on oracle linux5
    please fallow up to Installation ..dont invoke directly ./runInstaller.
    go to unzip directory..u may find respance folder in taht edit.rsp file as per the your requirement.
    please post .rsp paramters details..will guide you what needs to be set....if know the parameters...edit it and save ...then execute below
    go to runInstaller having folder..the execute below cmd.
    ./runInstaller -silent -responseFile /u01/Disk1/responce/rsp11g.rsp DECLINE_SECURITY_UPDATES=true
    http://www.oracle-base.com/articles/11g/oracle-db-11gr2-installation-on-oracle-linux-5.php

  • JRE 1.4.2_02 on solaris: java.lang.error

    Hi,
    I've just installed JRE 1.4.2_02 on a server running Solaris 8. The installation procedure went by without problems/errors (as described on Sun's pages: http://java.sun.com/j2se/1.4.2/jre/install-solaris.html)
    When I try to execute java.exe (i.e: java -version) I get the following error response:
    Error occurred during initialization of VM
    java.lang.Error: Properties init: Could not determine current working
    directory.
    If I log in as root I'm allowed to run java.exe without problems. I'd really appreciate any ideas, views, comments etc. on what might be the problem ...
    /Regards Jennifer Lee

    I've posted this a couple oif other places today as well, but essentially it may help
    I had the 'Error occured ..., VM' problem after installing 1.4.2_01 on Linux under slackware9.1.
    I found the resolution by running 'java -verbose' as root and as a user and comparing the output, as java ran fine for root.
    Turns out that for the user 'java -version' stopped after loading a couple of jars, and as root it didn't.
    These jars in the JAVA_HOME/jre/lib directory only had root read/write permissions. After changing these permissions to all read and root write it worked fine for the user (so far)
    The above may be of some help, but comparing the differences (especially permissions) in running it as root and user with -verbose may help.
    John

  • Creating silent install for j2re-1_4_2_03

    We are in the processing of updating the JRE to 1.4.2_03, but end-users being what they are, we create a silent install to control the JRE installation.
    I cannot get the command line option to create a .iss file. I have tried these different commands:
    j2re-1_4_2_03-windows-i586-p.exe /r /f1C:\jre\jresetup.iss
    j2re-1_4_2_03-windows-i586-p.exe -r /f1C:\jre\jresetup.iss
    j2re-1_4_2_03-windows-i586-p.exe /r
    j2re-1_4_2_03-windows-i586-p.exe -r
    Depending on which InstallShield article you read, the RECORD option is either /r or -r....neither work.
    Has anyone created a silent install of j2re-1_4_2_03? If so, would you be willing to share your .iss file?
    pyro_dw

    (I know this is the wrong version, but I hope it helps on your way, if the users already have a JVM installed, distribute with JavaWebStart, it can autoupdate the JVM)
    created with: j2re-1_4_1-windows-i586.exe -a -r -f1C:\setup.iss (I think)
    And install with
    j2re-1_4_1-windows-i586.exe -s -a -s -f1b:\setup.iss -f2C:\setup
    (but it has been a while
    [InstallShield Silent]
    Version=v6.00.000
    File=Response File
    [File Transfer]
    OverwrittenReadOnly=NoToAll
    [{1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-DlgOrder]4
    Dlg0={1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SdLicense-0
    Count=3
    Dlg1={1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SetupType-0
    Dlg2={1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SdAskDestPath-0
    [{1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SdLicense-0]
    Result=1
    [{1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SetupType-0]
    Result=303
    [{1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SdAskDestPath-0]
    szDir=C:\Program Files\Java\j2re1.4.1_01
    Result=1
    [Application]
    Name=Java 2 Runtime Environment, SE v1.4.1_01
    Version=1.4.1_01
    Company=JavaSoft
    Lang=0009

Maybe you are looking for