Цитата prokazzza:
В файле Finish ищем строки
Код:
rem copy %WorkDir%\Patch_shell32.exe Temp\ZP
rem copy %WorkDir%\Patch_shell32_2.exe Temp\ZP
после этих строк добавляем строки
Код:
rem copy %WorkDir%\Patch_shell32_1.exe Temp\ZP
rem copy %WorkDir%\Patch_shell32_2.exe Temp\ZP
rem copy %WorkDir%\Patch_shell32_3.exe Temp\ZP
Делее ищем строку
Код:
%WorkDir%\Patch_shell32.exe -force -guiless -auto -nobackup -dir .\Temp\ZP
добавляем после неё
Код:
%WorkDir%\Patch_shell32_1.exe -force -guiless -auto -nobackup -dir .\Temp\ZP
%WorkDir%\Patch_shell32_2.exe -force -guiless -auto -nobackup -dir .\Temp\ZP
%WorkDir%\Patch_shell32_3.exe -force -guiless -auto -nobackup -dir .\Temp\ZP »
|
Тогда получится:
rem copy %WorkDir%\Patch_shell32.exe Temp\ZP
rem copy %WorkDir%\Patch_shell32_2.exe Temp\ZP
rem copy %WorkDir%\Patch_shell32_1.exe Temp\ZP
rem copy %WorkDir%\Patch_shell32_2.exe Temp\ZP
rem copy %WorkDir%\Patch_shell32_3.exe Temp\ZP
(rem copy %WorkDir%\Patch_shell32_2.exe Temp\ZP повторяется 2 раза через строчку)
и:
%WorkDir%\Patch_shell32.exe -force -guiless -auto -nobackup -dir .\Temp\ZP
%WorkDir%\Patch_shell32_1.exe -force -guiless -auto -nobackup -dir .\Temp\ZP
%WorkDir%\Patch_shell32_2.exe -force -guiless -auto -nobackup -dir .\Temp\ZP
%WorkDir%\Patch_shell32_3.exe -force -guiless -auto -nobackup -dir .\Temp\ZP
%WorkDir%\Patch_shell32_2.exe -force -guiless -auto -nobackup -dir .\Temp\ZP
(%WorkDir%\Patch_shell32_2.exe -force -guiless -auto -nobackup -dir .\Temp\ZP также 2 раза, только в другой последовательности)...
Так и должно быть???...