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

Similar Messages

  • 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

  • I cannot install Adobe Flash Player.  I have windows 7 64bit and firefox browser.  During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed

    I cannot install Adobe Flash Player. I have windows 7 64bit and firefox browser. During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed

    Many thanks for this!   I managed to install the Flash Player with this successfully after many failed attempts before.
    Thanks again
    Jason Pearlson
          From: Jeromie Clark <[email protected]>
    To: Jason Pearlson <[email protected]>
    Sent: Wednesday, March 25, 2015 10:46 PM
    Subject:  I cannot install Adobe Flash Player.  I have windows 7 64bit and firefox browser.  During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed
    I cannot install Adobe Flash Player.  I have windows 7 64bit and firefox browser.  During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed
    created by Jeromie Clark in Installing Flash Player - View the full discussionPlease use the offline installer Internet Explorer: http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_ax.exe Firefox and other NPAPI browsers: http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7349939#7349939 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7349939#7349939 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Installing Flash Player by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • 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 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.

  • 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 Acrobat Pro 7.0 fails with Error 1404

    Hi,
    I'm trying to silently install Acrobat Pro 7.0.
    I have created the MST using the Installshield Tuner 7.0, and use the following command line to install:
    msiexec /i acropro.msi TRANSFORMS=mytransform.mst /qb
    I am getting the following error message:
    Error 1404.Could not delete key
    \software\Classes\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}
    Verify you have sufficient access to that key, or contact your support personnel.
    If i repeat the command without the /qb, and do a manual install (msiexec /i acropro.msi TRANSFORMS=mytransform.mst), it installs without error, so the problem only exists in a silent install.
    System Specs:
    Windows XP SP2 with all MS patches to march 2007
    Acrobat Reader 8.0
    Base image created by SYSprep, and then using Altiris Rdeploy.
    I'm suspecting that a MS patch has locked down that part of the registry, and the Acrobat Pro MSI doesn't have the code to handle this in a silent install.
    I have opened the MSI using Wise installer Pro, and can't see anything strange in it.
    Any help/pointers would be a great help
    Thanks,
    -Mark

    Hi,
    Just Pro 7.0.0 (I'll integrate the patches to 7.0.9 later)
    I'm not keen on an Admin install, as this poses problems when patching (i.e. you have to do a "reinstall=All"). I prefer to integrate released patches into the silent install package, and for subsequent patches, just package them for silent install and push them down to the client.
    Reader 8.0 is on the machine only.
    The base build contains Reader 8.0, the we deliver a package to the machine to silently install Acrobat Pro 7
    Thanks,
    mark

  • Failed in JMF diagnostics in netscape browser 7

    I installed J2sdk 1.4.3 and jmf2.1.1e in Redhat Linux 7.3 and following their installation instruction to set up some environment variables. However I encountered two problems in configuring JMF.
    One is that when I configured the jmf-2_1_1e-linux-i586.bin, some error messages came up as following,
    java.lang.error: Can't open video card 1
    ....................................................................2
    ....................................................................3
    .....................................................................9"
    The second one is that after I run JMF diagnostics applet program to verify JMF installation. However, it failed with the following error message,
    "Java1.1 compliant browser... Maybe
    JMF classes.... Not Found"
    I do not what is wrong with JMF installation. Does this failure come from uncompatible version between Java SDK and JMF, netscape browser or other things?
    Thanks for your time to reply.

    Did you set up the JMFHOME environment variable ?
    That would account for the classes not found bit.
    Not sure if you also need to set up ld.library.path... ( or something similarly named ).
    I haven't done much on Linux, but very carefully read the install docs...
    regards,
    Owen

  • 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 install and activation of 50x copies of PhotoShop Elements 12 TLP

    I am trying to deploy a 50-user TLP licence of PSE12 to 50 PCs without having to visit each PC, as was possible with previous versions.
    I have the silent install completing without error but the product is not activated, and needs me to sign in with an Adobe ID on each PC. Even once per PC, this is not acceptable for a network install.
    Also I note that end users can Sign Out of the Adobe ID thereby deactivatingthe software for all users of the PC, until I revisit and sign in again. And no, we are not going to give all users the Adobe ID credentials. Even before events of the past week
    The PSE12 install logs shows "Override files does not exist . Overwrite the value of Override dir to be a blank string" - it is not finding application.xml.override, even though the file is definitely accessible in the right places and is in UTF-8 format.
    (In addition, therefore, updates are not suppressed.)
    My hunch is that the application.xml.override mechanism has been removed from PSE12 because of the new Adobe ID sign-in requirement?
    I'm aware that AMEE is not application to PSE deployment.
    I'd be grateful for assistance on this.
    Regards
    William

    Hello!
    I did all required steps, as you mentioned above to serialize Adobe Elements 12, but it was not successfull. I had an return code=14 in oobelib.log.
    What I did:
    1) Installed "Adobe Photoshop Elements 12" on the machine
    2) It has been successfully installed.
    3) I opened "Command-line" cmd.exe as administrator (I have an administrative privileges on that machine)
    4) Run following command:
    adobe_prtk.exe --tool=VolumeSerialize --generate --serial="my_serial_number" --leid="V7{}PhotoshopElements-EMT12-Win-GM" --regsuppress=ss
    where my_serial_number is my actually serial number with dashes.
    5) After few seconds I got following:
              Copyright 2012 Adobe Systems Incorporated
            All rights reserved.
    Return Code = 14
    6) oobelib.log says following:
    2013-12-09 10:48:05 [34556]  Adobe PRTK: __OOBELIB_LOG_FILE__
    2013-12-09 10:48:05 [34556]  Adobe PRTK: *** Adobe PRTK tool START ***
    2013-12-09 10:48:05 [34556]  Adobe PRTK: Adobe PRTK tool VolumeSerialize invoked
    2013-12-09 10:48:05 [34556]  Adobe PRTK: .
    2013-12-09 10:48:05 [34556]  Adobe PRTK: creating  .\prov.xml
    2013-12-09 10:48:05 [34556]  OOBELib: *************OOBELib Session Starts*************
    2013-12-09 10:48:05 [34556]  OOBELib: Version 6.2.0.43,6.2
    2013-12-09 10:48:05 [34556]  PCDService: PCD Service in non-threaded mode
    2013-12-09 10:48:06 [34556]  OPMWrapper: Failed in getting value for key in OPMGetValueForKey
    2013-12-09 10:48:06 [34556]  OOBELib: Failed to get Proxy username in OPM DB
    2013-12-09 10:48:06 [34556]  AXFBLicensing: Failed to load axlib.dll, trying again
    2013-12-09 10:48:06 [34556]  AXFBLicensing: Failed to load axlib.dll, trying again with axlib in ACF
    2013-12-09 10:48:06 [34556]  AXFBLicensing: All function pointers successfully retrieved
    2013-12-09 10:48:06 [34556]  OOBELib: Received Params for Online Validation : Driver : ”V7{}PhotoshopElements-EMT12-Win-GM”, Caller : 3
    2013-12-09 10:48:06 [34556]  OOBELib: received LEID : ”V7{}PhotoshopElements-EMT12-Win-GM”
    2013-12-09 10:48:06 [34556]  OOBELib: Supported Locales : ALL
    2013-12-09 10:48:06 [34556]  OOBELib: OOBELib ValidateSerialOnline
    2013-12-09 10:48:06 [34556]  OOBELib: Invalid licensing leid passed-[”V7{}PhotoshopElements-EMT12-Win-GM”].
    2013-12-09 10:48:06 [34556]  OOBELib: IAL Failed to set the LicensingLEID, falling back to GM
    2013-12-09 10:48:06 [34556]  OOBELib: Validate using Driver LEID : ”V7{}PhotoshopElements-EMT12-Win-GM”, App LEID : <blank>, SN : *******************************************
    2013-12-09 10:48:06 [34556]  OOBELib: Failed to get system default proxy in setProxyCredentialsForIALSession
    2013-12-09 10:48:06 [34556]  OOBELib: Failed to set proxy credentials for IAL session while validating serial number
    2013-12-09 10:48:06 [34556]  OOBELib: HTTPCommunicationAgent::processMessage is https://lm.licenses.adobe.com/aes/aes/v1/serialInfo (extURL=)
    2013-12-09 10:48:06 [34556]  OOBELib: Using proxy server.
    2013-12-09 10:48:07 [34556]  OOBELib: HTTP Request Status code 200.
    2013-12-09 10:48:07 [34556]  OOBELib: HTTPCommunicationAgent- Return Code:[0] response size-[232] time taken-[1599.47]ms.
    2013-12-09 10:48:07 [34556]  OOBELib: Got error from server-[9].
    2013-12-09 10:48:07 [34556]  OOBELib: ErrDesc from server: Some unknown error has occurred. : No associated Driver LEID is present in the database..
    2013-12-09 10:48:07 [34556]  OOBELib: Validate Serial status-[521] took-[1620.81]ms.
    2013-12-09 10:48:07 [34556]  OOBELib: OOBELib IAL VSN unknown error occured
    2013-12-09 10:48:07 [34556]  OOBELib: OOBELib IAL ValidateSerial call has failed : 521
    2013-12-09 10:48:07 [34556]  OOBELib: Using Driver/ALL combination for offline/invalid SNs scenario
    2013-12-09 10:48:07 [34556]  OOBELib: SN validated for AAMEE mode
    2013-12-09 10:48:08 [34556]  OOBELib: OOBELib stat = 257
    2013-12-09 10:48:08 [34556]  Adobe PRTK: Failed to validate the serial number
    2013-12-09 10:48:08 [34556]  Adobe PRTK: Return code 14
    2013-12-09 10:48:08 [34556]  Adobe PRTK: *** Adobe PRTK tool END ***
    where SN : ******************************************* - is my serial number, I think. I changed it to * due to the security reasons.
    PS. I have an internet connection.
    What I do wrong? Can somebody help me?

  • 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

  • Linking in progress doesn't respond during silent install of oracle db 10g

    I performed all required settings for installing oracle database 10g on my remote server (redhat), I set the values of the response file for a silent install of enterprise edition.
    The installation works fine till the prompt says --- Linking in progress .
    then it takes a very long time without saying anything else, i checked /oraInventory for the log files, but there is no log for the silent install, which might mean that there is no error reported and that the connection or the shell application I am using (putty) has lost connection or something like that.
    I tried re-installation many times, but it still stops at the same step, the putty status bar says inactive later on, i then realize that there is no connection or some other failure.
    What can I do to fix this?

    you are welcome, unfortunately you didn't mark this thread as a question so no stars for me .
    Nervermind, herewith the feedback on your questions :
    Should I make a dbca.rsp ? how would I pass it to my install command line?
    In silent mode, DBCA uses values that you specify in the response file or as command-line options to create a database. DBCA does not display any screens or information while it creates the database. It logs all messages (including information, errors, and warnings) in a log file.
    From the command line, enter the following command to see all of the DBCA options that are available when you use the silent mode:
    $ @ora_root:[bin]dbca.com -help
    Read more in that document : http://download.oracle.com/docs/html/B13681_01/a_nonint.htm#CIHDHHBE
    I tried: ps -efd | grep -i run , alot of process appeared, how would I know if the installer is among them?
    try to grep with a much longer name i.e :
    ps -efd | grep -i runinstaller
    What is fuser * in the log directory ? is this a file I should create or what?
    No fuser is a unix/linux command that enable you to identify processes using a file or file structure. The fuser utility displays the process IDs of the processes that are using the files specified as arguments.
    So if the runinstaller still active you will see i.e.
    fuser silentInstall2008-08-08_10-50-48AM.log
    silentInstall2008-08-08_10-50-48AM.log: 14506o
    14506 is your process ID
    Hope this helps you!

  • Silent install instructions for Photoshop Elements 8 (AOO volume license version on Windows)

    Hello,
    Does anyone know if the silent installation of Photoshop Elements 8 works the same way the versions 6/7 work? I can't find any article in the support site that states that is does...
    Thanks in advance for answering this question.
    Joost Brenters
    Gemeente 's-Hertogenbosch
    The Netherlands

    Since in the silent install EULA is never accepted and user has not specified any country value, hence I don't believe you will be able to get away from seeing these two dialogs. For registration dialog, there is a way to suppress it during silent install.
    You can send a private message to Aanchal and hopefully, she will get back to you with more information.
    You are correct, silent install instructions for PSE 7 wont work for PSE 8.
    Regards,
    Ankush

Maybe you are looking for