MSFN Forum: Install updates - MSFN Forum

Jump to content


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

Install updates

#1 User is offline   aslani606 

  • Group: Members
  • Posts: 2
  • Joined: 27-February 11
  • OS:XP Pro x86
  • Country: Country Flag

Posted 27 February 2011 - 09:56 AM

Hello
I download the Windows update files, with Windows Updates Downloader,
How can I install the entire update at once?
Thanks.


#2 User is offline   -X- 

  • Member
  • Group: Patrons
  • Posts: 2,049
  • Joined: 08-January 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 27 February 2011 - 11:26 AM

XP?
Make a batch file like so (adjust accordingly)...
echo hotfix post SP3...
for %%a in (*.exe) do (
start /wait %%a /quiet /norestart /nobackup )
pause


Put it in the same folder containing the updates and run it.

#3 User is offline   aslani606 

  • Group: Members
  • Posts: 2
  • Joined: 27-February 11
  • OS:XP Pro x86
  • Country: Country Flag

Posted 28 February 2011 - 07:54 AM

Thank
Ok :thumbup

#4 User is offline   vaonghe 

  • Group: Members
  • Posts: 2
  • Joined: 24-March 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 March 2011 - 09:25 PM

Làm thế nào để tôi có thể biết mình đang dùng Windows XP3 được Update các bản vá mới nhất?

#5 User is offline   vaonghe 

  • Group: Members
  • Posts: 2
  • Joined: 24-March 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 March 2011 - 09:27 PM

View Postaslani606, on 27 February 2011 - 09:56 AM, said:

Hello
I download the Windows update files, with Windows Updates Downloader,
How can I install the entire update at once?
Thanks.


Nhờ bạn chỉ dùm tôi download được các gói update mới nhất cho windows xp3 từ microsoft?
Thanks

#6 User is offline   werwinn 

  • Group: Members
  • Posts: 1
  • Joined: 26-February 12
  • OS:none specified
  • Country: Country Flag

Posted 03 March 2012 - 03:24 AM

@ -x-

Sweeet batch!

thank you!

werwinn

#7 User is offline   genjuroh 

  • Group: Members
  • Posts: 2
  • Joined: 05-June 12
  • OS:Vista Home Premium x64
  • Country: Country Flag

Posted 05 June 2012 - 02:29 AM

And for VISTA? ;D thanks in advance.

#8 User is offline   -X- 

  • Member
  • Group: Patrons
  • Posts: 2,049
  • Joined: 08-January 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 05 June 2012 - 04:35 AM

for %%a in (*.msu) do (
start /wait %%a /quiet /norestart /nobackup )
pause

This post has been edited by -X-: 05 June 2012 - 04:42 AM


#9 User is offline   genjuroh 

  • Group: Members
  • Posts: 2
  • Joined: 05-June 12
  • OS:Vista Home Premium x64
  • Country: Country Flag

Posted 05 June 2012 - 06:14 AM

Thanks very much Master.

#10 User is offline   indianarchie 

  • Member
  • PipPip
  • Group: Members
  • Posts: 282
  • Joined: 22-July 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 09 November 2012 - 02:15 AM

WUD sorts downloaded updates into different folders (Critical, important, etc.) Does the batch file need to be placed in each such folder?

Also, can someone provide a batch file to install all updates for Windows 7 please? I already have SP1 installed, if that matters.

This post has been edited by indianarchie: 09 November 2012 - 02:18 AM


#11 User is offline   -X- 

  • Member
  • Group: Patrons
  • Posts: 2,049
  • Joined: 08-January 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 09 November 2012 - 02:20 AM

Yes or you can move all the updates to one folder.

The Vista one works with Windows 7.

#12 User is offline   indianarchie 

  • Member
  • PipPip
  • Group: Members
  • Posts: 282
  • Joined: 22-July 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 09 November 2012 - 02:33 AM

Thank you! I will try it out.

Share this topic:


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

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



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy