I have a created a batch to install multiple hotfixes at once and according to Q296861, this should only require one reboot.
My batch is the following: @echo off setlocal set PATHTOFIXES=C:\localpath %PATHTOFIXES%\q252795_w2k_sp3_x86_en.exe -z -m %PATHTOFIXES%\q276471_w2k_sp3_x86_en.exe -z -m %PATHTOFIXES%\q285156_w2k_sp3_x86_en.exe -z -m %PATHTOFIXES%\q285851_w2k_sp3_x86_en.exe -z -m %PATHTOFIXES%\q299553_w2k_sp3_x86_en.exe -z -m %PATHTOFIXES%\q299796_w2k_sp3_x86_en.exe -z -m %PATHTOFIXES%\q302755_w2k_sp3_x86_en.exe -z -m %PATHTOFIXES%\qchain.exe I am still getting prompted to reboot after the first patch installs and am getting the windows messages to reboot. It is as if the -m switch is not being read. What is going on? Thanks in advance. James Gregg ------ You are subscribed as [email protected] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED]
