Brian May schrieb: > Hello, > > On one computer Java installs interactively asked permission to install > a new certificate. > > This resulted in the log in delay occurring for the maximum time. Not > wpkgs fault - it is working as designed - however not really > satisfactory either... > > > At the time it is not even clear what is asking for the password, so we > said No. > > 2008-09-02 09:14:48, INFO : Command in installation of Java Runtime > Environment 6 Update 7 returned exit code [1605]. This exit code i > ndicates success. > 2008-09-02 09:14:48, DEBUG : Executing command : > %SOFTWARE%\jre\jre-6u7-windows-i586-p.exe /s IEXPLORER=1 MOZILLA=1 > ADDLOCAL=ALL REBOOT > =Suppress JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 > 2008-09-02 09:26:08, ERROR : Could not process (upgrade) package 'Java > Runtime Environment 6 Update 7' (java6):|Exit code returned non- > successful value (1603) on command It would be interesting to know why msiexec reported an error. Error 1603 is a fatal error, but it doesn't tell much. Adding /log C:\log.txt to msiexec parameters should give you a full msiexec log; inspecting it might give some clues. -- Tomasz Chmielewski http://wpkg.org |