Dogway, on 30 July 2012 - 11:51 PM, said:
Yes, I used "Preserve Download Modification Timestamp" addon.
While in the big picture the order was clearly ascendent it wasn't in a strictly manner:
KB931261 08/02/2007 18:28:20
KB925902 02/03/2007 13:12:08
KB932168 21/03/2007 16:51:12
KB929123 04/05/2007 08:06:26
I added the qchain.exe line just before the pause. But placed it in another folder to don't interfere with the "call all .exe in current folder" loop.
What I don't understand from reading the
bulletin you offered me is that an example for installing the hotfixes is given using the update.exe program and a command line script. Maybe that is another option (better?) for installing hotfixes?
Typically, When an update package is run, use of select arguments notwithstanding, it is extracted and an update program (typically "update.exe") from the extracted files is run. Extracting the update packages first, then running the update program seems only better in the following circumstances:
- It is preferred to explicitly specify the extraction location (determination of such explicit location may still be variable)
- Update package does not (or cannot) invoke update program
- It is desirable to perform another or other operations between the extraction of an update package and the running of the update program.
- It is not desired to use an argument that update package supports that the the update program does not support ("/integrate" switch is an example )
- Alternate method or software of or for package extraction is proffered.
Dogway, on 30 July 2012 - 11:51 PM, said:
EDIT: Anyway it looks qchain to be a bit rendundant:
linkThe use of QCHAIN.EXE often is redundant. However, considering that QCHAIN runs quickly and is a small program, it is often preferable to run QCHAIN.EXE after installing multiple updates with only a single reboot, than it is to check the versions of the individual update programs to determine whether they should contain the QCHAIN program logic. Trying to script also much more complex.
Newer (within about the last 9 years) updates often
should contain the QCHAIN logic; sometimes or oftentimes what should happen or exist does not always happen or exist (this is often due to error or defect). It is safer to use QCHAIN.EXE than to not.