Java 1.3.1.01a plug-in silent install on an Intranet
843798Dec 14 2001 — edited Jul 9 2002Hi,
I need to deploy a java based application on an Intranet and I have to install JRE 1.3.1.01a on client computers.
I know one way : using CODEBASE=... line with path of JRE executable file in my HTML start page.
The big problem is that users are not very familiar with computers: I must provide a "silent" installation.
I know how to make this kind of installation but only through command line: with "-s -a -s -f1..", but I'm unable to use it with my codebase line !
It's very urgent.
Thanks in advance