Warp2Search Forums: Where to find Windows Update File and where they are stored - Warp2Search Forums

Jump to content

Sign In »
New user? Register Now! Help
  • Search section:
Advanced
  • Warp2Search
  • Forums
  • Members
  • Warp2Search Forums
  • > Hardware & Software
  • > Windows 9x/Me/2K/XP/Vista
  • View New Content
  • RSS Feed
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Where to find Windows Update File and where they are stored

#1 User is offline   hello 

  • Junior Member
  • PipPip
  • Group: Registered
  • Posts: 13
  • Joined: 13-December 07

Posted 15 December 2007 - 01:10 PM

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.
0
  • Back to top of the page up there ^

#2 User is offline   Mertsch 

  • Posting Freak
  • PipPipPipPipPip
  • Group: Super Moderators
  • Posts: 2,709
  • Joined: 22-August 02
  • Gender:Male

Posted 15 December 2007 - 05:26 PM

those files are stored under

C:WINDOWSSoftwareDistributionDownload

but the format is not really usefull

the best solution here is to just take the KBxxxxxx number and search for it at 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:
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

0
  • Back to top of the page up there ^

#3 User is offline   hello 

  • Junior Member
  • PipPip
  • Group: Registered
  • Posts: 13
  • Joined: 13-December 07

Posted 15 December 2007 - 06:29 PM

I found it when I give the command in run
C:WINDOWSSoftwareDistributionDownload
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
0
  • Back to top of the page up there ^

#4 User is offline   Mertsch 

  • Posting Freak
  • PipPipPipPipPip
  • Group: Super Moderators
  • Posts: 2,709
  • Joined: 22-August 02
  • Gender:Male

Posted 16 December 2007 - 11:47 AM

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
[attachment=11]
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
[attachment=15]
and extract all the KBxxxxxx numbers and search for them at Microsoft
[attachment=16]

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

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
<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 ...
[attachment=18]

Attached File(s)

  • Attached File  final.PNG (120.53K)
    Number of downloads: 14
  • Attached File  image4.png (60.83K)
    Number of downloads: 13
  • Attached File  image3.png (69.07K)
    Number of downloads: 16
  • Attached File  image2.png (80.15K)
    Number of downloads: 15
  • Attached File  image1.png (21.19K)
    Number of downloads: 21

0
  • Back to top of the page up there ^

#5 User is offline   MOM 

  • Junior Member
  • PipPip
  • Group: Registered
  • Posts: 6
  • Joined: 14-December 07

Posted 20 December 2007 - 01:43 PM

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
0
  • Back to top of the page up there ^

#6 User is offline   Mertsch 

  • Posting Freak
  • PipPipPipPipPip
  • Group: Super Moderators
  • Posts: 2,709
  • Joined: 22-August 02
  • Gender:Male

Posted 20 December 2007 - 07:04 PM

(MOM)
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
0
  • Back to top of the page up there ^

#7 User is offline   hello 

  • Junior Member
  • PipPip
  • Group: Registered
  • Posts: 13
  • Joined: 13-December 07

Posted 24 December 2007 - 04:58 AM

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üß
0
  • Back to top of the page up there ^

  • ← Previous Topic
  • Windows 9x/Me/2K/XP/Vista
  • Next Topic →

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

Delete Post

Remove From View

The post may still be visible to moderators in this topic

Reason:

Delete From Topic

The post will be removed from this topic completely


Skin and Language

Execution Stats

  • Time Now: May 21 2013 06:33 AM
  • Back to top
  • Forum Home
  • Delete My Cookies
  • Mark Board As Read

Community Forum Software by IP.Board

© 2007-2013 Esselbach Internet Solutions
All products mentioned are registered trademarks or trademarks of their respective owners.
Read our disclaimer over here and our Privacy Policy over here