• About Us
  • Search
  • Compatibility
  • Forums
  • Archive
  • Channels
  • Home
  • Search
  • Member List
  • Calendar
  • Help

Current time: 07-09-2008, 12:58 PM Hello There, Guest! (Login — Register)


Warp2Search - Your Daily Tech News Service / Hardware & Software / Windows 9x/Me/2K/XP/Vista / Where to find Windows Update File and where they are stored

Post Reply  Post Thread 
Threaded Mode | Linear Mode
Where to find Windows Update File and where they are stored
Author Message
hello
Junior Member
**


Posts: 12
Group: Registered
Joined: Dec 2007
Status: Offline
Reputation: 0
Post: #1
Where to find Windows Update File and where they are stored

When we visit Microsoft for Windows Update it check our system and let's know what kind of files are there which could be downloaded and updated. After selection it start downloading the required data for update file. On completion, it would be automatically unpacked and started merging on system.
Is it possible that we can find out where these files are stored in the system. Is it possible that we could relocate this file and save it for our future requirement.
Tipps and trick for this purpose would be appreciated.

12-15-2007 12:10 PM
Find all posts by this user Quote this message in a reply
Mertsch
Super Moderator
******


Posts: 2,999
Group: Super Moderators
Joined: Aug 2002
Status: Offline
Reputation: 1
Post: #2
RE: Where to find Windows Update File and where they are stored

those files are stored under

C:\WINDOWS\SoftwareDistribution\Download

but the format is not really usefull

the best solution here is to just take the KBxxxxxx number and search for it at http://www.microsoft.com

you will find the related security bulletin with downloads there

all the MS patches can be installed silently with the "/passive /norestart" switches

e.g. create a batch file with:

Code:
WindowsXP-KB885836-x86-ENU.exe /passive /norestart
WindowsXP-KB886185-x86-enu.exe /passive /norestart
WindowsXP-KB888113-x86-ENU.exe /passive /norestart
WindowsXP-KB888302-x86-ENU.exe /passive /norestart
WindowsXP-KB890047-X86-ENU.exe /passive /norestart
WindowsXP-KB890175-x86-ENU.exe /passive /norestart
WindowsXP-KB891781-x86-ENU.exe /passive /norestart
WindowsXP-KB885884-x86-enu.exe /passive /norestart
WindowsXP-KB887742-x86-ENU.exe /passive /norestart
WindowsXP-KB884883-v2-x86-ENU.exe /passive /norestart
WindowsXP-KB893066-v2-x86-ENU.exe /passive /norestart



Avatar and signature by Eckpert @ Kackebeus.de
12-15-2007 04:26 PM
Find all posts by this user Quote this message in a reply
hello
Junior Member
**


Posts: 12
Group: Registered
Joined: Dec 2007
Status: Offline
Reputation: 0
Post: #3
Where to find Windows Update File and where they are stored

I found it when I give the command in run
C:\WINDOWS\SoftwareDistribution\Download
a list of all the updates files but it is not showing size ... somehow hidding it.
How can i save it and do you think that one can use it for the future when reinstalled refresh Windows XP to update the data manually.
I would particularly like to know related to the big patches like for MS Office 2007 SP1 can be stored and save for the future requirement and needs.
I would like to thank you dear Mertsch for your best guidance and tipps. Definately it will help many people who would like to know issue like this.
My regards

12-15-2007 05:29 PM
Find all posts by this user Quote this message in a reply
Mertsch
Super Moderator
******


Posts: 2,999
Group: Super Moderators
Joined: Aug 2002
Status: Offline
Reputation: 1
Post: #4
RE: Where to find Windows Update File and where they are stored

like I said
the file inside this folder are not really useful
for example I cleared the folder before visiting Windows Update (WU)

In WU I selected one upgrade for .net and hit download and install...
now my download folder looks like this
   
as you can see ... the update is there (413kb) but I can only tell this for sure, because I know what to expect ... I could rename the marked file to "netfx30-kb932471-x86.exe" and would have my update

but for many updates this is just impossible

so all you need to do is ... hit the "review updates" button
   
and extract all the KBxxxxxx numbers and search for them at Microsoft
   

found the article (often there is more to select like the WindowsXP with or without SP2 ... language and so on
and hit download
   

just collect all updates this way (I know its boring work .. but once its done you are good to go ...

once you got all the updates you want in one directory create a new text file in the style you can see above with

Code:
<NameOfTheUpdate> /passive /norestart
.
.
.

with as many lines as you have updates
and name it ... update.bat


once this is done ... just run the update.bat on a not-updated-pc .... wait a few minutes .... restart ... done

this is how it should look like ...
   



Avatar and signature by Eckpert @ Kackebeus.de

This post was last modified: 12-16-2007 10:54 AM by Mertsch.

12-16-2007 10:47 AM
Find all posts by this user Quote this message in a reply
MOM
Junior Member
**


Posts: 6
Group: Registered
Joined: Dec 2007
Status: Offline
Reputation: 0
Post: #5
RE: Where to find Windows Update File and where they are stored

microsoft says that installing multiple updates is without no restart is not advisable without proper knoledge
one should use qchain command
means is one update updates dll file to ver 4 from 5 it will give command to system to do this when system restart
now update no 2 which should be installed after update one has a function that it will update dll file from ver 5 to version 7 which is the latest one
now what will happen ?
it will not found file with version 5 because we have not restarted computer and file version update prosses for update no 1 is pending
so ultimate reasult will be that no proper update of dll file will be and it will remain to ver 5 after one restart

thats why all update should be chained properly and qchain command should used

so beware search microsoft read more and more otherwise your updated system may be ....................ha .....ha

12-20-2007 12:43 PM
Find all posts by this user Quote this message in a reply
Mertsch
Super Moderator
******


Posts: 2,999
Group: Super Moderators
Joined: Aug 2002
Status: Offline
Reputation: 1
Post: #6
RE: Where to find Windows Update File and where they are stored

MOM Wrote:
microsoft says that installing multiple updates is without no restart is not advisable without proper knoledge
one should use qchain command
means is one update updates dll file to ver 4 from 5 it will give command to system to do this when system restart
now update no 2 which should be installed after update one has a function that it will update dll file from ver 5 to version 7 which is the latest one
now what will happen ?
it will not found file with version 5 because we have not restarted computer and file version update prosses for update no 1 is pending
so ultimate reasult will be that no proper update of dll file will be and it will remain to ver 5 after one restart

thats why all update should be chained properly and qchain command should used

so beware search microsoft read more and more otherwise your updated system may be ....................ha .....ha


on the other hand ... if you get a clean SP2 system with no updates integrated and do a windows update session ... you will get all updates installed at once, too

except those for IE7 which won't be found with IE6 installed

a workaround for this would be to do an update on a clean machine via windows update and keep all those updates in UDPATE1.bat and any
later in update2.bat and so on


but really the best way is to integrate those updates into the windows installation via nlite anyway

you wont find any faster solution then that



Avatar and signature by Eckpert @ Kackebeus.de
12-20-2007 06:04 PM
Find all posts by this user Quote this message in a reply
hello
Junior Member
**


Posts: 12
Group: Registered
Joined: Dec 2007
Status: Offline
Reputation: 0
Post: #7
Where to find Windows Update File and where they are stored

MERRY CHRISTMAS
\’\:’\’\:::/’::/’/’
....’\’\::’\:/’:/’/’....___,•’`¯`’•,
.....’\’\’\|/’/’/’......../..........._/
.......’\’\|/’/’...,.~~/=====_/
........[||||].....(_________)
..........||.....,•’`.._....._....`’•,
..........||.../...... (o)(o)` ......\
..........||..|............ .............|
..........||...\.......\____/......./
..........||.....’•,_............._,•’
.........,||..,~•¯¯\\\\(@)//__
.....,•’`.||..............////\\\.......`’•,
.....’,...||.............////O\\...........\
..,•’`...,||•’`¯`’•,...////.. O.\\...….\
....’ _______,•’..///...O...../......|
Frohe Weihnachten und einen guten Rutsch!
Festglocken tönen überall, es flammen tausend Kerzen, rings Freude nur und Jubelschall aus frohen Kinderherzen.
In jeder Stadt, in jedem Nest, wohin den Blick ich trage, ertönet heut der Ruf zum Fest:
"Vergnügte Feiertage!" aus "Wie Sankt Niklas Rundschau hält" von Rudolf Löwenstein 1819 - 1891
Das Jahr neigt sich langsam dem Ende entgegen.
Uns liegen besinnliche Tage vor.
Ein frohes, gesegnetes und friedvolles Weihnachtsfest und einen guten Rutsch ins Neue Jahr wüscht
Grüß

12-24-2007 03:58 AM
Find all posts by this user Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump:

Contact Us | Warp2Search.Net | Return to Top | Return to Content | RSS Syndication

Powered By MyBB
Copyright © 2002-2008 MyBB Group