Submitted On 02-NOV-2008
Petz02
I am trying to deploy this version of Java with just the MSI and a simple transformation MST file. On some PCs that already have a Java install it freezes the PC before the login prompt with 'Deploying Managed sotware: Java'. On clean machines without a Java install it seems fine.
Would this bug be impacting me in that situation. If so whats the recommended action?
- Build a wrapper for the MSI that uses the /qn switch.
- Use version 6u7.
- What for a fix.
I noticed you also get the same error running an repair install '/fa'
msiexec /fa jre1.6.0_10.msi /t Java_IE_Moz_NoUpdate.mst /lv! logme.txt
Submitted On 02-NOV-2008
Petz02
Should have mentioned I am using a Computer based Group Policy for deployment not msiexec on the command line.
Also found this bug which could be similar ---> 6759045
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6759045
Submitted On 05-DEC-2008
Another way to fix the issue is to edit the MSI and replace every instance of 'UILevel=2' with 'UILevel<=3' and every instance of 'UILevel<>2' with 'UILevel>3' (credit to 'Lamarth ' at http://www.appdeploy.com/packages/detail.asp?id=923 for this suggestion). This appears to work & could be implemented into future versions of the installer.
Submitted On 15-DEC-2008
David_Olson
Applied the changed recommend by Lamarth and received the same error. If I only use the /qn switch (rather than the /qb!) then JRE does not install properly (no Sun Java Console under the tools menu in IE and settings in deployment.properties are not applied). So neither switch (/qn or /qb!) currently works.
Submitted On 17-DEC-2008
patPaquin
neither switch (/qn or /qb!),
even if I tried with .EXE file with swicht /QUIET not installed, didn<t receive error message but not appears in add/remove
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|