|
|
 |
|
|
Pages: 1
Java silent install
(Click here to view the original thread with full colors/images)
Posted by: scj6771
I am trying to setup this Java version for a mass deployment I have followed the following instructions but every time I run this command the following "Windows Installer" box appears every time!
http://scj6771.smugmug.com/photos/268108836_xRQvP-M.jpg
I download the jre-1_5_0_11-windows-i586-p.exe installation bundle.
Run the JRE installation bundle with the additional flags "-a -r -f1filename.iss", where filename.iss is the name you want to use for your setup.iss file. For example:
jre-1_5_0_11-windows-i586-p.exe -a -r -f1C:\setup.iss
|
|
|
|
|