To Gerasim:
по поводу qchain, точнее - вопроса об установке хотфиксов скопом:
недавно на сайте мелкомягких появилась статейка, которая подробно описывает процедуру установки хотфиксов для winxp, вышедших после СП1 "одним комплектом". Адрес статьи:
http://www.microsoft.com/windowsxp/p...1/hfdeploy.asp
Если кратко, то:
Installing Several Hotfixes Together (для WINDOWS XP)
You can group multiple hotfixes together in a batch file and install them as a unit; this way, you do not need to restart your computer after each hotfix is installed. The hotfix installer provides options you can use when performing this type of installation.
The following code sample is a batch file that installs hotfixes and makes sure that the correct files get replaced after the computer is restarted.
@echo off
setlocal
set PATHTOFIXES=E:\hotfix
%PATHTOFIXES%\Q123456_Wxp_sp2_x86.exe /Z /Q
%PATHTOFIXES%\Q123321_Wxp_sp2_x86.exe /Z /Q
%PATHTOFIXES%\Q123789_Wxp_sp2_x86.exe /Z /Q
Так что под win xp единственная "тузла" - наши пальцы на клаве.
С уважением, finch.