Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there any way to make a cd with all the NT patches 2

Status
Not open for further replies.

CharlyGarcia

IS-IT--Management
Joined
Feb 13, 2003
Messages
9
Location
UY
As you know, Microsoft will not provide any update for Win NT soon.

Im not sure if Microsot will put offline the windows update page for NT 4.0, so i want to make a cd with all the avaliable patches from Sp 6a until now.

Is there any way to do such thing??

The dificult thing as i see it, is to obtain the list off all avaliable patches so i can download one by one.

Tx in advance
Carlos
p.d.: please excuse my bad english
 
Sure there is. I have a batch file that reads as follows:
[tt]
@echo off
echo Press any key to install the Windows NT Server SP6a patches
echo or Ctrl+C to abandon
pause
echo on
299444-nts-ntw.exe -z -m
314147-nts-ntw.exe -z -m
312895-nts-ntw.exe -z -m
320206-nts-ntw.exe -z -m
318138-nts-ntw.exe -z -m
326830-nts-ntw.exe -z -m
323172-nts-ntw.exe -z -m
323255-nts-ntw.exe -z -m
810833-nts-ntw.exe -z -m
815021-nts-ntw.exe -z -m
814078-nts-ntw.exe /q /r:n
817772-nts.exe /q /r:n
823559-nts-ntw.exe /u /q
817606-nts-ntw.exe -z -m
823803-nts.exe -z -m
824105-nts.exe -z -m
823182-nts.exe -z -m
828035-nts.exe -z -m
825119-nts.exe -z -m
830352-nts.exe -z -m
835732-nts.exe -z -m
828741-nts.exe -z -m
837001-nts-ntw-w2k.exe /q
841872-nts.exe /z /m
841873-nts-ntw.exe /q /r:n
840315-nts-ntw.exe /q /r:n
839645-nts.exe /z /m
873350-nts.exe /z /m
841533-nts.exe /z /m
840987-nts.exe /z /m
883935-nts.exe /s
echo Press a key to continue installing hotfixes
pause
841356-nts.exe /q /r:n
889293-nts-ntw.exe /q /r:n
885836-nts.exe /q /r:n
885249-nts.exe /q /r:n
873339-nts.exe /q /r:n
885835-nts,exe /q /r:n
870763-nts.exe /q /r:n
qchain.exe
@echo off
echo You must re-boot to apply the changes
pause
[/tt]
However, my list of patches might not be exactly the same as what you need. And if anybody notices anything wrong with my list, please let me know. Thanks.
 
Thank a lot, this is exactly what i was looking for.

Carlos
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top