Jump to content

Telenut

Member
  • Posts

    172
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Everything posted by Telenut

  1. Now we're talking. This would be insanely cool. I love that idea. Just use this script (see attachment) install.zip
  2. Make that an option. Sometimes I want to download them all, to install on an other computer with slow internet access.
  3. Some sugestions: Add a cancel button! There is no option to choose where to place the files (not easy to find them when you open the exe directly from the archive) And the locations of the updates are 'hard coded' in the source. It would be easier to maintain when you link to a list of updates I guess. Seems like this is only for the english version now too... ps: It looks better than the alternative (see updates for win2003)
  4. It does not show up (Home and Pro NL)
  5. There is no option for us to satisfy your wife while you are coding?
  6. just to let you know: Yes we do still use it! And when there are no bugs, there are no posts I guess... Al the sugestions I have where allready mentioned before. Like support for BartPE
  7. All dutch updates with dotnet 2.0 together in 1 file: http://www.filefactory.com/get/v3/f2.php?f...381af0ad3b9300a
  8. strange, I have windows XP home and PRO on 1 disk. Together with all the driverpacks and the latest hotfixes (.net included). And it still fits on a 650 MB rewritable CD. Seems like you do not remove the biggest things using nLite (windows intro, setup.exe)
  9. hmm, no, I explaind it not good. I mean: If you slipstream them on method 1 (using nLite for instance). You wil have a cd with size XXX. If you use method 2 (using SVCPACK.INF) you wil have a cd with size YYY. They both contain the same hotfixes, and will work the same way. So the best choise would then be the smallest one, isn't it?
  10. I was just guessing that if you have 2 cd's with all hotfixes included (so nothing shows up using windows update) the smallest one contains less crap files...
  11. Most of the time I use nLite to slipstream my windows hotfixes, but there are other ways too I's noticed. What is the best way? (read: how to make the smallest windows XP install CD)
  12. See my post on page 103: http://www.msfn.org/board/index.php?s=&sho...ndpost&p=417651
  13. This is a dutch version, but it works for other languages too. CLS @echo off TITLE Windows XP SP2 - installatie updates GOTO START @author Telenut @version 9/11/2005 :START SET /A NUMOFUPDATES=0 ECHO Installatie windows update V6 SETLOCAL ECHO SET objFSO = CreateObject("Scripting.FileSystemObject") >_temp.vbs ECHO Wscript.stdout.write objFSO.GetFileVersion("%SystemRoot%\system32\wuapi.dll") >>_temp.vbs FOR /F %%a IN ('CSCRIPT /NOLOGO _temp.vbs') DO IF "%%a" NEQ "5.8.0.2469" START WUv6.exe /wuforce /quiet /norestart DEL _temp.vbs ENDLOCAL ECHO Controle op .NET Framework 1.1 Service Pack 1 REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\.NETFramework\1.1\S867460" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... netfxsp1.exe REGEDIT /S "dotnet.reg" SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB890830-V1.10 Microsoft Windows Malicious Software Removal Tool V1.10 REG QUERY "HKLM\SOFTWARE\Microsoft\RemovalTools\MRT" /v "Version" | FIND "1F5BA617-240A-42FF-BE3B-14B88D004E43" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB890830.exe /q SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB873374 Microsoft GDI+ Detection Tool registratie REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\GdiDetectionTool" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /f > nul 2>&1 SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB885250 Vulnerability in server message block could ECHO allow remote code execution REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB885250" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB885250.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB885835 Vulnerabilities in Windows Kernel and LSASS could allow ECHO elevation of privilege REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB885835" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB885835.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB885836 A vulnerability in WordPad could allow code execution REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB885836" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB885836.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) REM ECHO KB887472 Security update to Microsoft Windows Messenger REM REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB887472" > nul 2>&1 REM IF %ERRORLEVEL% EQU 0 ( REM ECHO is reeds aanwezig REM ) ELSE ( REM ECHO Bezig met installeren... REM KB887472.exe /quiet /norestart REM SET /A NUMOFUPDATES+=1 REM ECHO Installatie compleet. REM ) ECHO KB887742 You receive the Stop error Stop 0x05 (INVALID_PROCESS_ATTACH_ATTEMPT) REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB887742" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB887742.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB888113 Vulnerability in hyperlink object library could allow remote code ECHO execution REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB888113" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB888113.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB888302 Vulnerability in Windows could allow information disclosure REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB888302" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB888302.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB890046 Vulnerability in Microsoft agent could allow spoofing REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB890046" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB890046.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB890859 Vulnerabilities in Windows kernel could allow elevation of privilege and denial of service REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB890859" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB890859.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB891781 Vulnerability in the DHTML editing component ActiveX control could ECHO allow code execution REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB891781" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB891781.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB893066 Vulnerabilities in TCP/IP could allow remote code execution and denial of service (v2) REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB893066" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB893066.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB893803 Microsoft Windows Installer 3.1 REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB893803v2" > nul 2>&1 REM REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB893803\FileList\0" /v "Version" | FIND "3.1.4000.1823" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB893803.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB896358 A vulnerability in HTML Help could allow remote code execution REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB896358" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB896358.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB896422 Vulnerability in Server Message Block could allow remote code execution REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB896422" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB896422.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB896428 Vulnerability in Telnet client could allow information disclosure REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB896428" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB896428.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB898461 Met deze update wordt een volledige versie van Package Installer voor Windows geïnstalleerd waarmee het downloadformaat van softwareupdates aanzienlijk kan worden verkleind. REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB898461" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB898461.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB901214 Vulnerability in Microsoft Color Management Module could allow remote code execution REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB901214" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB901214.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB892130 Kontroleren legale windows REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\LegitCheckControl.LegitCheck" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB892130.exe SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB893756 Vulnerability in Telephony Service Could Allow Remote Code Execution REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB893756" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB893756.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB896424 Vulnerabilities in Graphics Rendering Engine Could Allow Code Execution REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB896424" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB896424.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB899591 Vulnerability in Remote Desktop Protocol Could Allow Denial of Service REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB899591" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB899591.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB899587 Vulnerabilities in Kerberos Could Allow Denial of Service, Information Disclosure, and Spoofing REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB899587" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB899587.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB896423 Vulnerability in Print Spooler Service Could Allow Remote Code Execution REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB896423" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB896423.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB894391 DBCS attachment file names are not displayed in Rich Text e-mail messages and you may receive a "Generic Host Process" error message after you install security update MS05-012 REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB894391" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB894391.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB896688 Cumulative Update for Internet Explorer REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB896688" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB896688.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB899589 Vulnerability in the Client Service for NetWare Could Allow Remote Code Execution REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB899589" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB899589.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB900725 Vulnerabilities in Windows Shell Could Allow Remote Code Execution REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB900725" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB900725.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB901017 Security Update for Windows XP REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB901017" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB901017.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB902400 Vulnerabilities in MSDTC and COM+ Could Allow Remote Code Execution REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB902400" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB902400.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB904706 Vulnerability in DirectShow Could Allow Remote Code Execution (te testen!) REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB904706" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB904706.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB905414 Vulnerability in Network Connection Manager Could Allow Denial of Service REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB905414" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB905414.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO KB905749 Vulnerability in Plug and Play Could Allow Remote Code Execution and Local Elevation of Privilege REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB905749" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is reeds aanwezig ) ELSE ( ECHO Bezig met installeren... KB905749.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installatie compleet. ) ECHO Er werden %NUMOFUPDATES% updates geinstalleerd. IF %NUMOFUPDATES% GTR 0 ECHO De pc herstarten is aangeraden. exit
  14. Just found a new product: http://home.hccnet.nl/h.edskes/finalbuilds.htm#wmlite called windows media lite. It replaces the windows media player when you have removed it using nLite 4 example. Anyone an idea to slipstream/silent install this software?
  15. I found I way that works, see this topic: http://www.msfn.org/board/index.php?showtopic=57903
  16. here you go: http://www.telenut.be/WUv6.exe
  17. found it somewhere on this forum. But I'm not able to find it back now :-)
  18. well, install 7zip. download the exe. extract the exe using 7zip (right klick on it ) And you have all the updates and the script. To create the exe: http://www.911cd.net/forums/index.php?showtopic=13246
  19. Pretty easy, download all the updates, put them in one folder, write a script to see if the update is allready installed, make a 7z file of all the updates and the script. Convert the 7z file to a self extracting exe and execute the script. Need meer info on how to create the exe? (7zip includes a help file )
  20. I'm not sure of that file is part of the windows update V6. If it is, it would work too I guess. Thx for the tips guys.
  21. thx Yzöwl works perfect! (and I have learned something new)
  22. and for the super lazy dutch people: http://www.telenut.be/windowsupdates.exe (60 MB) All updates after SP2 for windows XP NL Includes a bat script to see what hotfixes are installed and only installs those who are not there yet.
  23. Hi, I use a bat script to install all windows updates. It also includes windows update V6. But I can't find out a way to see if this is already on the system. I coud use IF NOT EXIST c:\?????? WUv6.exe /wuforce /quiet /norestart or REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\????" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( WUv6.exe /wuforce /quiet /norestart Just need to find out what the ?????? must be...
  24. Indeed wrong forum, but I'm not able to move/delete it. And it wat a problem with my virtual memory (reboot solved it)
×
×
  • Create New...