msiexec /i jre1.8.0_40.msi AUTO_UPDATE=0 EULA=0 NOSTARTMENU=1 SPONSORS=0 WEB_ANALYTICS=0 WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H /qb
msiexec /i jre1.8.0_40.msi AUTO_UPDATE=0 EULA=0 NOSTARTMENU=1 SPONSORS=0 WEB_ANALYTICS=0 WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H /qb
The above doesn't work. I pasted it in the additional parameters and my file is jre-8u40-windows-i586-iftw.exe. I tried running it on a machine that has version 8 update 31 but it didn't update the machine. Is there anything that I'm missing?
I have the K1000 Version: 6.3.113397.
Thanks in advance for any help.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
aragorn.2003
9 years ago
First of all. the iftw-file means, install from the web, so this is an online installer. to extract the msi you have to download the offline installer of x32 or x64 installation.
Then extract the msi by running the .exe and wait until the installation dialog apears. Before you continue to install you need to copy the extracted files from C:\Users\USERNAME\AppData\LocalLow\Sun\Java\jre1.8.0_40_x64 folder.
After copy the jre1.8.0_40.msi you can cancel the installer.
Now you can run the msiexec command.
Take a closer look on the following page for all configuration options