/build/static/layout/Breadcrumb_cap_w.png

Java 1.6.0_29 not installing using this command

Hi All

Can any see whats wrong with this command, the log file is empty yet Java is not installing?

The data1.cab is in the same location as the msi incase that makes a difference

%systemroot%\system32\msiexec.exe /i jre1.6.0_29.msi /qn /norestart IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 SYSTRAY=0 /L C:\Temp\java16.txt


0 Comments   [ + ] Show comments

Answers (2)

Answer Summary:
%systemroot%\system32\msiexec.exe /I "%~dp0jre16029.msi" IEXPLORER=1 REBOOT=ReallySuppress JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 SYSTRAY=0 /qn
Posted by: jagadeish 11 years ago
Red Belt
2

Why do you try the same command line without /qn

One suggesstion here, If you really want to suppress reboot then I would recommend you to use REBOOT=ReallySuppress instead of Suppress


Comments:
  • If I try without the /qn its not a silent install, it launches the setup but then I have to click "install"
    I need it to be a silent install - Bloomy 11 years ago
  • What about /qb!
    Have you tried this - jagadeish 11 years ago
  • Just tried this and get error
    "this installation package could not be opened. verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid win installer package"

    Think that switch must be for .exe and not msi ? - Bloomy 11 years ago
  • You need to supply full path of the jre1.6.0_29.msi file in command line... - jagadeish 11 years ago
  • Or Else
    Create a batch file with the following commands

    start /wait MSIEXEC /I "%~dp0jre1.6.0_29.msi" IEXPLORER=1 REBOOT=ReallySuppress JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 SYSTRAY=0 /L C:\Temp\java16.txt /qn

    Keep this batch file in .msi's location and call it - jagadeish 11 years ago
  • Jagadeish, Thanks so much finally got there with your help, just had to add little entry at the beginning of your command then it worked -

    %systemroot%\system32\msiexec.exe /I "%~dp0jre16029.msi" IEXPLORER=1 REBOOT=ReallySuppress JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 SYSTRAY=0 /qn

    Really appreciate your help :-) - Bloomy 11 years ago
Posted by: ontari.ontari 11 years ago
Black Belt
0

 

<jre>.exe   [/lang=<language ID>] [/s] 
            [IEXPLORER=1] [MOZILLA=1] [INSTALLDIR=<drive>:\<install_path>] [STATIC=1]

http://www.oracle.com/technetwork/java/javase/silent-136552.html

this link might help you

 

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ