MSFN Forum: Integrating Windows Update V6 - MSFN Forum

Jump to content



  • 6 Pages +
  • « First
  • 4
  • 5
  • 6
  • You cannot start a new topic
  • You cannot reply to this topic

Integrating Windows Update V6 Integrating Windows Update V6 need help Rate Topic: -----

#101 User is offline   mrnxdmx 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 17-November 04

Posted 08 September 2005 - 03:19 PM

JuMz, on Jul 20 2005, 08:29 PM, said:

Does anyone have another method to register wups2.dll? I was wanting to register it using the HIVECLS.inf but where exactly do registered dll's go in the registry?
<{POST_SNAPBACK}>

Any comments on this??? I do want to know this too... :hello:


#102 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 December 2005 - 06:15 PM

How do I do it using RunOnceEx?

This is what I've come up with so far, but there is something wrong:
REG ADD %KEY%\009 /VE /D "Windows Update" /f
REG ADD %KEY%\009 /V 1 /D "%SYSTEMDRIVE%\Inst\WindowsUpdateAgent20-x86.exe /wuforce /quiet /norestart"" /f

The placement and/or number of ":s is probably the cause of it failing to install.
The rest of my RunOnceEx works just fine.


Sorry to bring back this old thread, but I just couldn't find the info.

#103 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 13 December 2005 - 06:35 PM

:w00t:

#104 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 December 2005 - 09:40 AM

Anyone?

It's a lot less work by just installing it from RunOnceEx compared to the extraction and manual file editing in all the other methods.

#105 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 14 December 2005 - 10:47 AM

Are you for real?

The placement and/or number of ":s is probably the cause of it failing to install.


Did you not notice that you have two "'s at the end? Did you try remove one? Sheez.....

#106 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 December 2005 - 11:02 AM

@Boardbabe: I've tried both, but it doesn't work.

#107 User is offline   Bilou_Gateux 

  • Powered by Windows Embedded
  • PipPipPipPipPip
  • Group: Members
  • Posts: 766
  • Joined: 03-January 04

Posted 05 April 2006 - 03:43 AM

View Postmrnxdmx, on Sep 8 2005, 10:19 PM, said:

does anyone have another method to register wups2.dll?


SVCPACK method:



\i386\svcpack.inf

Quote

[CatalogHeader][Version]
BuildNumber=2600
MinorVersion=1
MajorVersion=5
Signature="$WINDOWS NT$"
[SetupData]
CatalogSubDir="\I386\svcpack"
[SetupHotfixesToRun]
nircmd exec hide extrac32 /L ~$sys.windir$\system32\ ~$folder.nircmd$\wups2.cab wups2.dll /Y
nircmd regsvr reg ~$sys.windir$\system32\wups2.dll ~$sys.windir$\temp\wups2.log
[ProductCatalogsToInstall]




\i386\SVCPACK folder

nircmd.exe

wups2.cab (link is on post #1)



optional: ~$sys.windir$\temp\wups2.log creates a log file.

This post has been edited by Bilou_Gateux: 05 April 2006 - 03:46 AM


#108 User is offline   X-FoRcE 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 13-April 04

Posted 17 July 2007 - 09:34 AM

New version links


http://download.windowsupdate.com/v7/windo...Agent30-x86.exe
http://download.windowsupdate.com/v7/windo...Agent30-x64.exe
http://download.windowsupdate.com/v7/windo...gent30-ia64.exe
http://download.windowsupdate.com/v7/windo...lone/MUAuth.cab

#109 User is offline   bigfatroundguy 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 04-May 05

Posted 09 August 2007 - 05:35 AM

X-FoRcE, how did you find this programs? I've tried the x86, it works. I've even trimmed it down to the language I want. I just need to understand how it or rather updates to it should it be updated again.

#110 User is offline   bigfatroundguy 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 04-May 05

Posted 03 September 2007 - 06:50 PM

Anybody?

Windows Update client has been updated to v7.0.6000.381. the last redistributable that was linked here connects to v7.0.6000.374.

Anyone know the link to the newest version?

#111 User is offline   rajesh.kumar 

  • Crank up
  • PipPipPip
  • Group: Members
  • Posts: 340
  • Joined: 02-July 05

Posted 05 September 2007 - 02:29 AM

standalone version is not released yet.

#112 User is offline   bigfatroundguy 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 04-May 05

Posted 15 September 2007 - 08:10 PM

Anyone know how to create a silent installer after capturing the files?

#113 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 16 September 2007 - 04:14 AM

View Postbigfatroundguy, on Sep 15 2007, 08:10 PM, said:

Anyone know how to create a silent installer after capturing the files?

I'm interested too. It seems the standalone version won't be released by Microsoft ...

#114 User is offline   FeFFe 

  • Group: Members
  • Posts: 7
  • Joined: 28-August 07

Posted 17 September 2007 - 05:59 AM

View PostShark007, on Jun 23 2005, 12:21 AM, said:

This is how i do it,

you can get WU6 installed by going to this URL
WindowsUpdate v6
go ahead and install it.

the following list of files were taken directly from my
system32 folder after installing WU6.
I compressed them, and overwrote the existing files in the I386 folder.

cdm.dl_
iuengine.dl_
winhttp.dl_
wuapi.dl_
wuauclt.ex_
wuauclt1.ex_
wuaucpl.cp_
wuaueng.dl_
wuaueng1.dl_
wuauserv.dl_
wucltui.dl_
wups.dl_
wuweb.dl_


Next, the file wups2.dll (also taken from system32) is placed in $OEM$\$$\system32 and during the runoncex installation proccess
i execute this command:
regsvr32 /s %windir%\system32\wups2.dll

Everything works great on a clean install.
This method defaults to WU6.

EDIT to update for all users

I've since determined that the following update is required by WU6
Here is a link to the windows installer update
Windows Installer 3.1 (v2)
if you download the above update you can extract the 5 updated msi*.* files from it with WinRAR, compress them, and also add them to your I386 folder.

msi.dll
msiexec.exe
msihnd.dll
msimsg.dll
msisip.dll

Check for uncompressed versions of these files already existing in I386.
Delete them if they exist.

Shark

EDITTED to bring all the info into one file


Ok, I've done all the things you said, but i'm insecure where I'm putting the "regsvr32 /s %windir%\system32\wups2.dll"... I didnt exacly understand what you meant, is it in winnt.sif?

#115 User is offline   DJPro 

  • Member
  • PipPip
  • Group: Members
  • Posts: 115
  • Joined: 15-June 05

Posted 17 September 2007 - 06:15 AM

@FeFFe
.
You can put it in a .cmd file and execute this file via runonceex.cmd or guirunonce

Hope this helps

#116 User is offline   X-FoRcE 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 13-April 04

Posted 03 October 2007 - 12:09 PM

View Postbigfatroundguy, on Sep 4 2007, 03:50 AM, said:

Anybody?

Windows Update client has been updated to v7.0.6000.381. the last redistributable that was linked here connects to v7.0.6000.374.

Anyone know the link to the newest version?



New link here :

http://download.windowsupdate.com/WindowsU...Agent30-x86.exe
http://download.windowsupdate.com/WindowsU...Agent30-x64.exe
http://download.windowsupdate.com/WindowsU...gent30-ia64.exe

#117 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 03 October 2007 - 12:14 PM

Thank you.

#118 User is offline   rajesh.kumar 

  • Crank up
  • PipPipPip
  • Group: Members
  • Posts: 340
  • Joined: 02-July 05

Posted 06 October 2007 - 01:19 AM

View PostX-FoRcE, on Oct 3 2007, 11:39 PM, said:

View Postbigfatroundguy, on Sep 4 2007, 03:50 AM, said:

Anybody?

Windows Update client has been updated to v7.0.6000.381. the last redistributable that was linked here connects to v7.0.6000.374.

Anyone know the link to the newest version?



New link here :

http://download.windowsupdate.com/WindowsU...Agent30-x86.exe
http://download.windowsupdate.com/WindowsU...Agent30-x64.exe
http://download.windowsupdate.com/WindowsU...gent30-ia64.exe


thanks. now it is not asking to install wu again.

#119 User is offline   DarkShadows 

  • The brighter the light, the darker the shadows.
  • PipPip
  • Group: Members
  • Posts: 271
  • Joined: 12-January 05

Posted 20 December 2007 - 01:43 AM

I'd like to encourage everyone reading this thread to also check out GUIDE: Download Everything Microsoft, a complete, step-by-step, how-to, which includes all of the most useful information contained in this thread you are currently reading, as well as information on some other closely related items that you should consider integrating into your XPCDs. Much of the linked guide's information has been discussed in other disparate MSFN Forums threads (like this one), but it is all brought together in one place along with new information not covered anywhere else on MSFN.

Guide Topics Include Integrating:

  • Windows Installer 3.1 v2 (3.1.4000.2435) - KB893803
  • Windows Genuine Advantage Notifications - KB905474
  • Windows Update Agent
  • Windows Genuine Advantage Validation Tool ActiveX Control - KB892130 (LegitCheckControl.cab)
  • Office Genuine Advantage Validation Tool ActiveX Control (OGAControl.cab)
  • Windows Update ActiveX Control (wuweb_site.cab)
  • Microsoft Update ActiveX Control (muweb_site.cab)
  • Office Update Installation Engine ActiveX Control (opuc4.cab)
  • Microsoft Update Catalog Internet ActiveX Control (MuCatalogWebControl.cab)


All of the above items are closely interrelated as it they all pertain to downloading Microsoft Software Updates to your Windows XP computer. In fact, many of the above items are so closely intertwined that some will not work correctly without the correct installation of others.

Share this topic:


  • 6 Pages +
  • « First
  • 4
  • 5
  • 6
  • 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



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