Looking For

XPInstall Results

"); for (i in xpi) { text = " "+i+": "; switch (status) { case 900: text += "Error encountered -- Java 2 Runtime Environment Standard Edition v1.3 must be installed first before the patch can be applied"; break; case 999: restart = true; // fall-through case 0: text += "Successful"; break; default: text += "Error encountered -- "+status; break; } text += "
"; dlg.document.write(text); } if (restart) { dlg.document.write("

Some files were in use, you must restart to complete the installation"); } dlg.document.write("