Search completed in 1.50 seconds.
4 results for "reboot":
Install.js - Archive of obsolete content
ArchiveInstall.js
isterchrome(install.locale | installtype, jarpath, regpath); } // register skins for (var skin in this.extskinnames) { var regpath = 'skin/' + this.extskinnames[skin] + '/' + this.extshortname + '/'; install.registerchrome(install.skin | installtype, jarpath, regpath); } // perform install var err = install.performinstall(); if (err == install.success || err == install.reboot_needed) { if (!this.silentinstall && this.extpostinstallmessage) { install.alert(this.extpostinstallmessage); } } else { this.handleerror(err); return; } }, parsearguments: function() { // can't use string handling in install, so use if statement instead var args = install.arguments; if (args == 'p=0') { this.profileinstall = false; this.silentinsta...
patch - Archive of obsolete content
ArchiveMozillaXPInstallReferenceInstall ObjectMethodspatch
if performinstall indicates that a reboot is necessary to complete the installation, patch may not work in subsequent xpinstall processes until the reboot is performed.
Return Codes - Archive of obsolete content
ArchiveMozillaXPInstallReferenceReturn Codes
reboot_needed 999 the files were installed, but one or more components were in use.
tools/power/rapl
MozillaPerformancetools power rapl
note that if you do change this file, its contents may reset when the machine is next rebooted.