Malicious software removal tool has updated to version 2.9. Gotta update
winxpsp3-extras.bat with:

:: Microsoft Windows Malicious Software Removal Tool (KB890830)
:: <http://support.microsoft.com/?kbid=890830>
::
<http://www.microsoft.com/downloads/details.aspx?familyid=AD724AE0-E72D-
4F54-9AB3-75B8EB148356>
::
URL|ALL|http://download.microsoft.com/download/4/A/A/4AA524C6-239D-47FF-
860B-5B397199CBF8/windows-kb890830-v2.9.exe|updates/common/kb890830/wind
ows-kb890830-v2.9.exe
todo.pl ".reboot-on 194
%Z%\updates\common\kb890830\windows-kb890830-v2.9.exe /Q"


-----------------------------------
After installing .NET 3.5 SP1 it seems that a priority update is
necessary, in fact 3 of them installed in a specific order. My
dotnet.bat:

:: INSTALL :: Microsoft .NET 3.5 Redistributable Package w/SP1(x86)

:: Main .NET package
:: http://msdn.microsoft.com/en-us/netframework/default.aspx
::
URL|ALL|http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-
988e-fdaa79a8ac3d/dotnetfx35.exe|updates/common/dotnetfx35-sp1.exe

:: Important updates for .NET 3.5 SP1
::
http://www.microsoft.com/downloads/details.aspx?familyid=6c095bba-6100-4
ec9-9c54-6450b0212565
::
URL|ALL|http://download.microsoft.com/download/C/6/A/C6ADC586-2518-404B-
8973-E1E22C556AF4/NDP20SP2-KB958481-x86.exe|updates/common/NDP20SP2-KB95
8481-x86.exe
::
URL|ALL|http://download.microsoft.com/download/C/6/A/C6ADC586-2518-404B-
8973-E1E22C556AF4/NDP30SP2-KB958483-x86.exe|updates/common/NDP30SP2-KB95
8483-x86.exe
::
URL|ALL|http://download.microsoft.com/download/C/6/A/C6ADC586-2518-404B-
8973-E1E22C556AF4/NDP35SP1-KB958484-x86.exe|updates/common/NDP35SP1-KB95
8484-x86.exe

:: According to KB, the order of install is important!
todo.pl ".reboot-on 194 %Z%\updates\common\NDP35SP1-KB958484-x86.exe
/passive /norestart"
todo.pl ".reboot-on 194 %Z%\updates\common\NDP30SP2-KB958483-x86.exe
/passive /norestart"
todo.pl ".reboot-on 194 %Z%\updates\common\NDP20SP2-KB958481-x86.exe
/passive /norestart"

todo.pl ".reboot-on 194 %Z%\updates\common\dotnetfx35-sp1.exe /q
/norestart"

-----------------------------------
Java has an update, also I noticed something peculiar happening on my
builds now. The installer fails out with code 67. After reading the
install log I realized that it's having a problem with pending file
operations (controlled by registry). Adding a forced reboot pre install
seems to have fixed the issue. My sun-jre.bat:

:: OPTIONAL: Install Sun Java Virtual Machine

:: See:
:: <http://www.java.com/en/download/manual.jsp>
:: <http://java.com/en/download/help/silent_install.xml>
::URL|ALL|http://javadl.sun.com/webapps/download/AutoDL?BundleId=29219|p
ackages/jre/jre-6u13-windows-i586-p-s.exe

@Echo off
todo.pl "reg add \"HKLM\SOFTWARE\JavaSoft\Java Update\Policy\" /f /v
\"EnableAutoUpdateCheck\" /t REG_DWORD /d 0"
todo.pl "reg add \"HKLM\SOFTWARE\JavaSoft\Java Update\Policy\" /f /v
\"EnableJavaUpdate\" /t REG_DWORD /d 0"
todo.pl "%Z%\packages\jre\jre-6u13-windows-i586-p-s.exe /s IEXPLORER=1
MOZILLA=1 REBOOT=ReallySuppress JAVAUPDATE=0 WEBSTARTICON=0"
:: reboot before installing Java because we ran in to a problem with
pending file actions causing installer to fail with code 67
todo.pl .reboot




-----------------------------------
Steve

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to