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"

Similar Messages

  • I have upgraded to latest IOS 7 software and the vibration on silent mode does not last long enough

    I have upgraded to latest IOS 7 software and the vibration on silent mode does not last long enough

    I think you're using a Lion developer version. Open  > About this Mac > More Info, and copy Software here. Did you purchase Lion in the App Store?

  • Jre-setup.exe /L 1036 does not work

    I tried to use "jre-setup.exe /L 1036" to let the installer displayed in French. However, it did not work. I am using Windows XP and the locale is English (Canada).
    The installer only displayed in French when i change the locale to French on the PC.
    Isn't the command " /L 1036" supposed to let installer displayed in French regardless what the locale of the pc is set to?
    Thanks in advance.

    I think some developers really got some wrong concepts here...
    I have a English version of windows, but my locale set to Chinese for some of the programs I use. This does not mean that I want Java or any of my other programs in Chinese, and I certainly do not want the calendar to be. Recently I installed OpenProj and found a lot of parts including the calendar on the Gant Chart were in Chinese due to JRE taking my system's locale settings. This is all still ok, except for the fact that there is no way to change the language setting. Suggested solution by Sun is to just change the system locale in windows. This is of course not acceptable. Correct solution should be: JRE gets the default setting from the system, but is able to override it with an option.
    For those of you who face the same, here is a quick patch which hardcodes the locale instead of getting is from the system:
    -This has been done on File version 6.0.50.13 of Java.dll
    -Close all programs using Java
    -Open a hex editor and open "Java.dll" in "program files/Java/bin" or whereever you installed Java, and go to offset 0x6BD0 (if you have a different version of Java.dll), you can very likely still do a search for the hex values below and find the correct place)
    -You will see following values: FF 15 A0 10 32 6D 8B F8 FF 15 A4 10 32 6D 57 89
    -Change them to: 68 09 04 00 00 58 8B F8 68 09 04 00 00 58 57 89
    ^ ^ ^ ^
    -You can change the values indicated with ^ to the locale you want JRE to take, please check the link below for all locales.
    http://msdn2.microsoft.com/en-us/library/ms776260(VS.85).aspx
    Remember to swap the bytes in the values above ie: 0x0409 (en) -> 0x0904.

  • Silent Install of the TestStand Engine 2.0.1

    I am trying to do an unattended install of the TestStand Engine 2.0.1. I am using the "-noprompt" switch which makes the install silent except at the very end I get a dialogue box that say "You must reboot this computer...". I am also using InstallShield Professional 6.0 from which I launch then NI TestStand 2.0.2 engine.
    Does anyone have a solution to do a completely silent install?
    Thanks...Eric

    Eric,
    In general, we don't support creating silent installers because InstallShield isn't our development product. However, I have some information that may be of help. A normal (non-silent) installation receives the necessary input from the user in the form of responses to dialog boxes. As you know, a silent installation does not prompt the user for input. A silent installation must get its user input from a different source. That source is the InstallShield Silent Response File (.iss file). A response file contains information similar to that which an end user would enter as responses to dialog boxes when running a normal setup. InstallShield Silent reads the necessary input from the response file at run time.
    The format of response files resembles that of
    an .ini file, but response files have .iss extensions. A response file is a plain text file consisting of sections containing data entries. There are two ways in which you can create an InstallShield Silent Response File: you can run the setup and have InstallShield record and create the response file for you, or you can write the response file from scratch. It should be possible for you to create a response file that would contain a newline to confirm the reboot prompt. Your InstallShield documentation should provide more information regarding how you should create the response file.
    If you have any more questions, let us know.
    Regards,
    Shannon R.
    Applications Engineer
    National Instruments

  • JNLP does not trigger JRE installation

    Hi
    I want to launch my application with a minimum version of jre(i.e. 1.6.0_10). If on the system there is no jre installed
    or jre installed on the system is older than 1.6.0_10, i want jnlp to trigger the installation of jre 1.6.0_25.
    I tried following jnlp tags in my jnlp file:
    <java version="1.6.0_10+" href="http://download.oracle.com/otn-pub/java/jdk/6u25-b06/jre-6u25-windows-i586.exe"/>
    <j2se version="1.6.0_10+" href="http://download.oracle.com/otn-pub/java/jdk/6u25-b06/jre-6u25-windows-i586.exe"/>
    None of the above tags trigger the installation of jre if on the system there is no jre installed
    or installed jre is older than 1.6.0_10.
    Any help would be great.
    Thanks in advance.

    Andrew Thompson wrote:
    1) Why would you expect the JNLP to enforce _25+, when the JNLP specifies..
    ..<java version="1.6.0_10+" href="http://download.oracle.com/otn-pub/java/jdk/6u25-b06/jre-6u25-windows-i586.exe"/>
    _10+?My application is certified with jre version 1.6.0_25, but it can run on any jre version greater than 1.6.0_10. If user has any jre greater than 1.6.0_10 version application will use that jre. But if user does not have minimal jre version (i.e. 1.6.0_10) then i want to trigger jre installation and install the certified jre version for application(i.e. 1.6.0_25).
    2) Have you validated the JNLP file using JaNeLA?
    3) How is the link to the JNLP embedded in the web page?To me JNLP looks fine as it works fine if the system has atleast minimal jre version (i.e. 1.6.0_10), but fails to download jre 1.6.0_25 if it does not have 1.6.0_10 or any greater jre installed.
    The link "http://download.oracle.com/otn-pub/java/jdk/6u25-b06/jre-6u25-windows-i586.exe" is the download link for jre 1.6.0_25.

  • Ora10g_win64_cient Setup.exe does not start

    Hello Everybody,
    I downloaded ora10g_win64_client (10.1.0.2) and I try to install it on Windows 2003 Enterprise SP1 for Itanium 2 but when I try to launch setup.exe then a black windows named Oracle Universal Installer appear on the screen.
    On this window the following message are displayed...
    Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    Preparing to launch Oracle Universal Installer from C:\DOCUME~1\ADMINI\~1\LOCALS~1\Temp\1\OraInstall2007-01-23_06-04-52PM. Please wait...
    After 5 seconds the window disappear and the Oracle Universal Installer does not start.
    Do you have any idea to solve that problem?
    Thanks and best regards
    David Lindemann

    Hi,
    Thanks for your reply to my thread but I already did what you suggested without success and after further investigations we found that the problem is in the jre. The java.exe does not work, it return an unknown error. We tried to download the jre from SUN in order to use it instead of the one delivered by Oracle and it worked the installation succeeded.
    But now we have a new problem, the Network Configuration Assistant does not work an exception is throw by the oranjini10.dll
    David Lindemann

  • I need to silently install the latest Mozilla firefox on Win7 machines, I do not see any .msi available and the /S or -S commands on the setup.exe installer does not work. Does someone know what can I do?

    I need the silent install of firefox for image deployment.

    For windows 7, you can use the -ms switch. For example, I have a batch file that works great. It contains the following:
    @ECHO.
    @Echo Installing Firefox
    @start /wait "Firefox Setup 3.6.10.exe" -ms
    However this does not seem to work well in windows XP. To get it to work in windows XP, I had to remove the spaces from the firefox installer and run the following command:
    @start /wait FirefoxSetup3.6.10.exe -ms
    If anyone has an easier way to get silent install working under XP (without renaming the firefox installer) please let me know!

  • CS4 Design Standard Silent Install does not work

    I've concluded CS4 Design Standard silent install for Macs does not work correctly. I've got the program to install sucessfully with an Exit Code: 0 and the programs still do not work. The whole suite says the licensing has stopped working. I've tried the License Repair utility from Adobe, no go. It looks like the program does not fully install. I noticed within each application directory, it should have an Uninstall application when installed correctly. When this application isn't there, which occurs with silent installs, the whole suite doesn't work.
    Its funny how Adobe wont help me with "enterprise installations". I haven't tried the Creative Suite Deployment Toolkit but I've read other threads where that doesn't work either.
    If someone would like to prove me wrong about the silent installs for CS4, please do so. I've gotten CS3 to install perfectly, and the setup is very similar for both.

    Jimmy,
    As one of the volunteer Forum Hosts, I've requested appropriate help.
    You can also get help via the support portal: http://www.adobe.com/go/supportportal
    Or via the phone: 800-642-3623, Monday-Friday 6am-5pm (Pacific time). BTW, the enterprise number you post isnt a valid number for support.
    Your email address (from your account info) was used to log a CCRT to get Tier 2 to email you, given that you've already tried tier 1 with no solution.
    Please post back and let us know how this works out for you. Thanks!
    Neil

  • 11g R2 -silent install: "Template General_Purpose.dbc does not exist"

    I'm working in an environment where no X-Windows/GUI is permitted; therefore, I'm attempting to perform a -silent install of 11g R2 on RHEL 5.3 and am finding the screen output to my terminal window less than helpful. Fortunately, a thorough review of the install actions log provides what appears to be my problem.
    The screen output I receive is as follows (I've added some line breaks to make it more readable):
    (oracle@blade2-1 database)$ cd /opt/oracleStagingArea/Oracle11gR2/11.2.0.1.0/Disk1/database
    (oracle@blade2-1 database)$ ./runInstaller -silent -responseFile /home/oracle/ResponseFiles/11gR2/ORCL11GD_enterprise_11201.rsp
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 91127 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 8000 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-09-14_01-25-28PM. Please wait ...
    (oracle@blade2-1 database)$
    You can find the log of this install session at:
    /u01/app/oracle/oraInventory/logs/installActions2009-09-14_01-25-28PM.log
    That's it - no indication as to whether the installation was successful or failed or whether the NETCA/DBCA/etc. were successful or not.
    I found that a listener existed after the install:
    (oracle@blade2-1 database)$ ps -ef | grep tns
    oracle 22597 1 0 13:29 ? 00:00:00 /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr LISTENER -inherit
    My instance didn't appear to be up, though:
    (oracle@blade2-1 database)$ ps -ef | grep ORCL11GD
    oracle 22776 19142 0 13:39 pts/0 00:00:00 grep ORCL11GD
    So, I checked the /u01/app/oracle/oraInventory/logs/installActions2009-09-14_01-25-28PM.log to see what it revealed. It shows me the following for the DBCA:
    INFO: Started Plugin named: Oracle Database Configuration Assistant
    INFO: Found associated job
    INFO: Starting 'Oracle Database Configuration Assistant'
    INFO: Starting 'Oracle Database Configuration Assistant'
    INFO: Executing DBCA
    INFO: Command /u01/app/oracle/product/11.2.0/db_1/bin/dbca -silent -createDatabase -templateName General_Purpose.dbc -sid ORCL11GD -gdbName orcl11gd.blade2-1.mycompany.com -emConfiguration LOCAL -storageType FS -datafileDestination /u02/oradata -datafileJarLocation /u01/app/oracle/product/11.2.0/db_1/assistants/dbca/templates -responseFile /home/oracle/ResponseFiles/11gR2/ORCL11GD_enterprise_11201.rsp -characterset WE8ISO8859P15 -obfuscatedPasswords false -sampleSchema false -oratabLocation /u01/app/oracle/product/11.2.0/db_1/install/oratab -automaticMemoryManagement true -totalMemory 2048 -maskPasswords false -oui_internal
    INFO: ... GenericInternalPlugIn.handleProcess() entered.
    INFO: ... GenericInternalPlugIn: getting configAssistantParmas.
    INFO: ... GenericInternalPlugIn: checking secretArguments.
    INFO: ... GenericInternalPlugIn: starting read loop.
    INFO: Read: SYS_PASSWORD_PROMPT
    INFO: Processing: SYS_PASSWORD_PROMPT for argument tag -sysPassword
    INFO: Read: SYSTEM_PASSWORD_PROMPT
    INFO: Processing: SYSTEM_PASSWORD_PROMPT for argument tag -systemPassword
    INFO: Read: DBSNMP_PASSWORD_PROMPT
    INFO: Processing: DBSNMP_PASSWORD_PROMPT for argument tag -dbsnmpPassword
    INFO: Read: SYSMAN_PASSWORD_PROMPT
    INFO: Processing: SYSMAN_PASSWORD_PROMPT for argument tag -sysmanPassword
    INFO: End of argument passing to stdin
    INFO: Read: Template General_Purpose.dbc does not exist. Please specify an existing template for database creation.
    INFO: Completed Plugin named: Oracle Database Configuration Assistant
    INFO: Oracle Database Configuration Assistant failed.
    INFO: Oracle Database Configuration Assistant failed.
    I don't see a template named "General_Purpose.dbc" in the $ORACLE_HOME/dbca/templates directory:
    (oracle@blade2-1 database)$ cd /u01/app/oracle/product/11.2.0/db_1/assistants/dbca/templates
    (oracle@blade2-1 database)$ ls -lrt
    total 23216
    -rw-r--r-- 1 oracle oinstall 11492 Feb 25 2009 New_Database.dbt
    -rwxr-xr-x 1 oracle oinstall 1179648 Aug 14 03:01 example.dmp
    -rwxr-xr-x 1 oracle oinstall 22536192 Aug 14 03:01 example01.dfb
    Any suggestions would be welcomed!

    Hans: None at all, unfortunately.
    Srini: I obtained a copy of the note and read through it. It does look as though I should be able to run the DBCA in -silent mode to create a template, so no GUI needed. Thanks again!
    On a side note: Did anybody else notice the "General_Purpose.dbc" template missing from the $ORACLE_HOME/dbca/templates directory after an 11g R2 software install on RHEL 5.3? I'm beginning to suspect that not all components were installed as expected during the software installation. the oraInstall<Date/Time>.err file is full of errors such as the following:
    java.io.FileNotFoundException: /opt/oracleStagingArea/Oracle11gR2/11.2.0.1.0/Disk1/database/stage/Components/oracle.rdbms.install.seeddb/11.2.0.1.0/1/DataFiles/filegroup2.jar (No such file or directory)
    All of these errors are complaining about only the following 4 compoments:
    - oracle.ctx
    - oracle.sysman.console.db
    - oracle.owb.rsf
    - oracle.rdbms.install.seeddb
    Upon investigation, I found that there is no oracle.ctx, oracle.sysman.console.db, oracle.owb.rsf, or oracle.rdbms.install.seeddb under /opt/oracleStagingArea/Oracle11gR2/11.2.0.1.0/Disk1/database/stage/Compoments. Instead, the grouping is located under /opt/oracleStagingArea/Oracle11gR2/11.2.0.1.0/Disk2/database/stage/Components.
    It seems that I may have staged the media incorrectly in two separate directories. Should I have unzipped both files into the same directory instead of separating them out?

  • JRE does not pick up the existing font installed in the OS

    Hi,
    I am developing an application that required to display UTF-8 string in different language, eg. Japanese, Chinese,..., and having some problems with using font
    to display those strings.
    I. Problem:
    For some reasons, the JRE does not pick up the fonts in either jre/lib/fonts or OS's fonts folder (Windows\Fonts) to use to handle these strings. This results in square boxes displayed.
    II. Temporary solutions found:
    I searched and found the following solutions
    1. Put the font in the fallback folder under jre/lib/fonts
    However, this requires to bundle the application with the fonts, it has some problems
    * Bundles all possible fonts significantly increase the size of the JRE
    * It is a waste if the OS already has the font (as in my case Arial Unicode MS font already installed). 2. Modify the font.properties file *<- which is not recommended.*
    III. Questions:
    1. So I am wondering if anyone knows other solutions to this problem?
    2. I came across some sites that says JRE will pick up the font correctly for a language if the OS is localized on that language. Is it true since I could not yet find that statement on sun website?
    Any help or advices are greatly appreciated.
    Phuong,
    PS: I'm using JDK 6 update 6, Windows XP English version

    Hello,
    Do any black bars show on the Airport icon at all?
    I have a 2007 iMac that can barely see my Base Station 4 feet away, an older eMac 7 feet away sees it great!
    On my iMac I use one of these...
    http://eshop.macsales.com/item/NewerTech/MXP2802GU2/
    And a USB extension cable can give  even better range/speed.

  • Lync 2013 - Silent install via .msp does not work

    The thread listed below is marked as "answered" and indeed the answer given is correct and should work. . . but recently it seems to have stopped working for many.
    (EDIT:  Site will not allow me to post the link I was planning to post, "until it verifies my account."  So, I can only refer you to the thread named "Lync 2013 Client - Silent Installation")
    Specifically, it should be possible to do a silent install of Lync 2013 by following the instructions given in the link above to use setup.exe /admin and create an .msp to put in the "updates" folder for the silent install.
    The problem is, recently (September 2014-ish) this appears to have stopped working.  The thread quoted above has several people replying, all during September 2014, that this method does not work.  I am among them.  Lync 2013 runs through
    the setup, but only Office Tools ever appears as installed in the Start menu.  However, if you go to Control Panel, Uninstall Programs, and look for Lync 2013, it is listed there.  You can then tell it to "repair" the Lync installation,
    and it reinstalls properly.  This, of course, defeats the whole purpose of trying to do a silent install, however.
    Since it appears that the .msp silent install method used to work, but now does not -- what changed?  And what kind of workaround can be used?

    Hi,
    Did the Lync Package to be the latest version from Microsoft Website?
    As the issue have been met by several users, you can feedback the issue on the link below:
    http://blogs.technet.com/b/lync/archive/2012/11/01/lync-app-feedback-you-asked-and-here-it-is.aspx
    Best Regards,
    Eason Huang  
    Eason Huang
    TechNet Community Support

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

  • Silent install does not work using /S argument

    I am trying to perform a silent install of the Flash Player using the EXE.  I prefer not to use the MSI.  I am trying this command:
    install_flash_player_10.exe /s
    or
    install_flash_player_ax.exe /s
    Both commands produce this error:
    Invalid argument or invalid use of argument '/s'
    Has anyone encountered this before?  Thanks!

    When we build SMS packages for deployment we also build uninstall packages in the event that we need to rollback. The silet uninstall command for Flash 10.1 is
    install_flash_player_10.exe -uninstall
    It also seems to remove both the ActiveX and Plugin version if both are installed as in our environment. The uninstall string the registry:
    C:\WINDOWS\system32\Macromed\Flash\FlashUtil10h_ActiveX.exe -maintain activex
    does not work.
    Thanks for posting the -install tip. I was having trouble with that.
    Cheers!

  • Need help: Silent install of oracle 11g express edition does not install services.  As a result, i'm unable to start\launch database

    Installing using the GUI works fine.  I'm using the following code to perform the silent installation of the oracle client: C:\temp_pyx\Oracle source\3-Oracle 11G Express\setup.exe /S /f1"C:\temp_pyx\Oracle source\3-Oracle 11G Express\response\OracleXe-install.iss" /f2 "c:\windows\logs\paychex\oracle11ginstall.log"
    Result code in "oracle11gisntall.log" shows "result = 3"
    response file is configured as follows:
    **  Response file to perform silent install of Oracle Database 11g Express Edition    **
    **  Values for the following variables are configurable:                              **
    **  szDir - Provide a valid path                                                      **
    **  TNSPort - Provide any valid available port number                                 **
    **  MTSPort - Provide any valid available port number                                 **
    **  HTTPPort - Provide any valid available port number                                **
    **  SYSPassword - Provide a valid password string                                     **
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-DlgOrder]
    Dlg0={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdWelcome-0
    Count=7
    Dlg1={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdLicense2Rtf-0
    Dlg2={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdComponentDialog-0
    Dlg3={05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskPort-13013
    Dlg4={05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskSYSPassword-13011
    Dlg5={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdStartCopy-0
    Dlg6={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdFinish-0
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdWelcome-0]
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdLicense2Rtf-0]
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdComponentDialog-0]
    szDir=C:\programdata\oraclexe
    Component-type=string
    Component-count=1
    Component-0=DefaultFeature
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskPort-13013]
    TNSPort=1521
    MTSPort=2031
    HTTPPort=8080
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskSYSPassword-13011]
    SYSPassword="Intentionally left blank"
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdStartCopy-0]
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdFinish-0]
    Result=1
    bOpt1=0
    bOpt2=0

    I only see the following folders after install, which tells me that although the program shows up in program and features, it is still not successfully installed?

  • JRE 1.4.2_10 Silent install using MSi and JRE 5.0_06

    I have been unable to install JRE 1.4.2_10 using the msi and mst silently. My company requires all applications be installed using and msi not an exe. and with no user intervention. I can install using the msi and mst but not silently,.
    Also it does not allow me to choose IE as the default browser. I change the setting in the MST for IE, but this does not work, I still have to manually go in and change it after the install.
    I have the same issue with version 5.0_06. This does allow me to choose IE as the default browser but does not install silently.
    I am installing on Windows 2000 SP4.

    Can't help you with the MSI/MST part of your question directly, however we use the following command line:
    jre-1_5_0_04-windows-i586-p.exe /s /v" /qn ADDLOCAL=jrecore,extra IEXPLORER=1 REBOOT=ReallySuppress JAVAUPDATE=0 SYSTRAY=0"
    You might be able to make IEXPLORER=1 work for you via the MSI?
    Additionally, you can manage JRE settings via the following method -
    Place a file called 'deployment.config' in the following location:
    %SystemRoot%\Sun\Java\Deployment
    This file can act as a pointer to a configuration file (aka jre.properties)
    The contents of 'deployment.config' would look like (as an example):
    deployment.system.config=file://///servername/share/jre.properties
    'jre.properties' would then contain this like:
    deployment.version=1.5.0
    deployment.browser.path=C\:\\Program Files\\Internet Explorer\\iexplore.exe
    deployment.javaws.version=javaws-1.4.2_05
    deployment.system.cachedir=C\:\\Temp\\Java\\cache
    deployment.system.cachedir.locked
    deployment.user.logdir=C\:\\WINNT\\Debug\\UserMode
    deployment.user.logdir.locked
    deployment.proxy.type=3
    deployment.proxy.type.locked
    deployment.cache.max.size=10m
    deployment.cache.max.size.locked
    deployment.trace=false
    deployment.trace.locked
    deployment.log=false
    deployment.log.locked
    deployment.javapi.lifecycle.exception=false
    deployment.javapi.lifecycle.exception.locked
    deployment.console.startup.mode=DISABLE
    deployment.console.startup.mode.locked
    deployment.browser.vm.iexplorer=true
    deployment.browser.vm.iexplorer.locked
    deployment.browser.vm.mozilla=false
    deployment.browser.vm.mozilla.locked
    deployment.javaws.shortcut=NEVER
    deployment.javaws.shortcut.locked
    deployment.javaws.associations=NEVER
    deployment.javaws.associations.locked
    deployment.security.askgrantdialog.show=true
    deployment.security.askgrantdialog.show.locked
    deployment.security.askgrantdialog.notinca=true
    deployment.security.askgrantdialog.notinca.locked
    deployment.security.browser.keystore.use=true
    deployment.security.browser.keystore.use.locked
    deployment.security.notinca.warning=false
    deployment.security.notinca.warning.locked
    deployment.security.expired.warning=false
    deployment.security.expired.warning.locked
    deployment.security.jsse.hostmismatch.warning=false
    deployment.security.jsse.hostmismatch.warning.locked
    deployment.security.sandbox.awtwarningwindow=false
    deployment.security.sandbox.awtwarningwindow.locked
    deployment.security.sandbox.jnlp.enhanced=false
    deployment.security.sandbox.jnlp.enhanced.locked
    deployment.system.tray.icon=false
    deployment.system.tray.icon.locked
    For more details:
    <http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html>
    This could help you as well? Good luck.

Maybe you are looking for

  • Camera Card slot shows up as network sharepoint

    I work in a mac environment, five computers running osx 10.5 throught 10.8. they all show one camera card slot on the HP 6500 as a bloody sharepoint! Is there any way to make this card plug stop broadcasting on the network short of ripping out the et

  • How to call standard CRM transactions into Webdynpro component

    Hi, i have a requirement where i need to call the the standard CRM transaction like <i>activity worklist</i> and <i>activity creation</i> into the webdynpro component. Please let me know how to do it, would appreciate it, if provided with a sample co

  • Transacation log in 2 client after Change PI default client (Note 940309)

    Hi, I have changed the PI default client follow the SAP note 940309, and then all the transaction working fine, but then i realize that the xml transaction log save in both client. (001 and new client(220)). SXMB_MONI - Monitor for Processed XML Mess

  • Adobe Flash Player 10 download not working.

    I have downloaded Flash player 10 with no success in using it. I have gone to the 32 bit process with same result. I used to be able to run things on here. Was that a old version? Why didn't that old version stay? How do I get it back?  Please advise

  • BAPI or Function Module to create MIC for TCode QS21

    Hi All, What is the BAPI or standard function Module that can be used to create Master Inspection Characteristics. The TCode to create MIC is QS21. Thanks in advance, Deep.