MSFN Forum: Microsoft Update - MSFN Forum

Jump to content


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Microsoft Update How to integrate it - ways to do it Rate Topic: -----

#1 User is offline   tarquel 

  • The Well-wisher
  • PipPipPipPipPip
  • Group: Members
  • Posts: 838
  • Joined: 03-March 04

Posted 07 July 2005 - 12:10 PM

Hi all

[ NOTE: Following on from *this* topic, I thought we'd better start a new thread to discuss it ]

As some people are unaware of this it seems, I thought I'd start this thread.

Had anyone found a way of installing this so that it is already included in install XP? i.e. when visiting http://update.micros...microsoftupdate you dont get [Start], and after it downloads, the requester asking to install it.

If possible, I'm after two ways to do it:

1. Intergration into the i386 install or similar method
2. Wrapping it up to make it a silent install i.e. to carry around in a toolkit, on a CD, etc. for clients who only have a dialup modem and to help reduce the ammount they have to download, etc - in other words, a switchless exe

I assume that it requires WU6 & Windows Installer 3.1 to be installed too, tho I cant be sure on this (need to look it up methinks) - any thoughts here would be welcome too :)

I can/will update this first post so people dont have to rumage thru the thread to find what they want :)

Regards,
Nath.


#2 User is offline   boooggy 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,320
  • Joined: 27-February 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 July 2005 - 12:14 PM

well MU is not working properly yet. it still shows updates for office even when they are installed....

#3 User is offline   tarquel 

  • The Well-wisher
  • PipPipPipPipPip
  • Group: Members
  • Posts: 838
  • Joined: 03-March 04

Posted 07 July 2005 - 12:49 PM

Maybe so (although I havent seen what you are refering to personally and I have all sorts of different Office installs & versions installed) but that is only a problem with the detection definitions that I presume it downloads when it/you visit MU.

The framework of MU is out of beta - i know as i was beta testing it lol - and MS will switch WU to using MU soon, so its worth looking at now as it IS finished and it works fine :)

Please keep on topic though as "how well MU works or not" isn't the issue here thanks :)

Cheers :)
Nath

#4 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 07 July 2005 - 03:10 PM

I've got MU partially integrated. The only difference between it and WUv6 is that it also includes a file muweb.dll, which must also (along with wups2.dll) be registered. However, Tools...Windows Update still defaults to WUv6. Also, the first visit to MU still requires the user to go through the "Start using Microsoft Update" stuff (though nothing has to actually be downloaded from the site). After going through that, Tools...Windows Update points to MU like it's supposed to.

I think MU is going to eventually replace WUv6 once the kinks are worked out anyway, so this may be a moot point. Given the current bugginess of MU, I'm actually OK with it defaulting to WUv6.

#5 User is offline   tarquel 

  • The Well-wisher
  • PipPipPipPipPip
  • Group: Members
  • Posts: 838
  • Joined: 03-March 04

Posted 08 July 2005 - 11:10 AM

Indeed Ryan..

Nice to know it aint possible (yet) to skip the [start] part of MU.

I've found MU really handy but I agree, its replacing of WU needs a bit more tweaking by MS I think :zd :thumbsup

Cheers
N.

#6 User is offline   BoardBabe 

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

Posted 09 July 2005 - 04:32 AM

So is there no way yet to integrate and get the start-menu shortcut to MU?

#7 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 10 July 2005 - 01:51 PM

Well, you can create the start menu shortcut on your own. Just make this the target:
C:\WINDOWS\system32\rundll32.exe C:\WINDOWS\system32\muweb.dll,LaunchMUSite


#8 User is offline   Shark007 

  • Repackaging Specialist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,154
  • Joined: 07-January 04

Posted 10 July 2005 - 02:08 PM

RyanVM, on Jul 10 2005, 02:51 PM, said:

Well, you can create the start menu shortcut on your own. Just make this the target:
C:\WINDOWS\system32\rundll32.exe C:\WINDOWS\system32\muweb.dll,LaunchMUSite

<{POST_SNAPBACK}>


if you're creating that shorcut, you can also browse to muweb.dll
for the proper icon to go with it.

Shark

#9 User is offline   Metzen 

  • Member
  • PipPip
  • Group: Members
  • Posts: 135
  • Joined: 19-March 04

Posted 13 July 2005 - 09:55 AM

Shark007, on Jul 10 2005, 01:08 PM, said:

RyanVM, on Jul 10 2005, 02:51 PM, said:

Well, you can create the start menu shortcut on your own. Just make this the target:
C:\WINDOWS\system32\rundll32.exe C:\WINDOWS\system32\muweb.dll,LaunchMUSite

<{POST_SNAPBACK}>


if you're creating that shorcut, you can also browse to muweb.dll
for the proper icon to go with it.

Shark
<{POST_SNAPBACK}>


Download the MU activex control here:
http://update.microsoft.com/microsoftupdat...b?1121269785890

#10 User is offline   Metzen 

  • Member
  • PipPip
  • Group: Members
  • Posts: 135
  • Joined: 19-March 04

Posted 13 July 2005 - 03:35 PM

To install it (manually), you must do the following:

:Installing Microsoft Update...
copy /Y Microsoft-Update\muweb.inf "%windir%\Downloaded Program Files"
copy /Y Microsoft-Update\muweb.dll "%windir%\system32"
regsvr32 /s muweb.dll

And the ActiveX control will be installed.

#11 User is offline   BoardBabe 

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

Posted 13 July 2005 - 06:27 PM

Sure that inf file is needed?

This post has been edited by BoardBabe: 13 July 2005 - 06:33 PM


#12 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 13 July 2005 - 07:00 PM

It isn't

#13 User is offline   BoardBabe 

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

Posted 14 July 2005 - 10:17 AM

That's what I though ;-)

Thanks.

#14 User is offline   Metshrine 

  • Group: Members
  • Posts: 2
  • Joined: 28-May 05

Posted 16 July 2005 - 08:49 AM

Any word on integration yet with NLITE?

This post has been edited by Metshrine: 16 July 2005 - 08:49 AM


#15 User is offline   RayOK 

  • Member
  • PipPip
  • Group: Members
  • Posts: 152
  • Joined: 21-September 03

Posted 16 July 2005 - 01:42 PM

Anyone know about this site? http://windowsupdate.62nds.com/
Basically Windows Update in Firefox, at least. It guess it installs a couple .dll files into the plugins folder. Anyone know if its safe? Haven't done much research but I have used it. It just scans your registry, sends you the .exe updates and silently installs them.

Very cool imo just not sure of the security risks in those files you must install. What do you think?

#16 User is offline   tarquel 

  • The Well-wisher
  • PipPipPipPipPip
  • Group: Members
  • Posts: 838
  • Joined: 03-March 04

Posted 16 July 2005 - 08:05 PM

RayOK, on Jul 16 2005, 08:42 PM, said:

Anyone know about this site? http://windowsupdate.62nds.com/
Basically Windows Update in Firefox, at least. It guess it installs a couple .dll files into the plugins folder. Anyone know if its safe? Haven't done much research but I have used it. It just scans your registry, sends you the .exe updates and silently installs them.

Very cool imo just not sure of the security risks in those files you must install. What do you think?
<{POST_SNAPBACK}>


Please stick to the topic! This is Microsoft Update unattended intregation, not WU in Firefox. I suggest you start a new topic on the relevant board :)

[interesting to know tho, but for another discussion I think :D - post it in the wondows xp board and remove the content from your post here (or change it into a link to the other topic :D]

Cheers
Nath.

#17 User is offline   raduking 

  • RegTweak XP
  • PipPip
  • Group: Members
  • Posts: 188
  • Joined: 30-July 03

  Posted 19 July 2005 - 03:32 PM

i integrated MU the way it was shown earlier in this thread
but when I try to run Microsoft update everything looks fine:
I got the Start button but after I chose continue a strange dialog box appears then

[Error: 0x800A0046]

please help

here's a complete list of screenshots:

Posted Image

Posted Image

Posted Image

Posted Image

and wether I press Yes or No the same screen appears:

Posted Image

#18 User is offline   Shark007 

  • Repackaging Specialist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,154
  • Joined: 07-January 04

Posted 19 July 2005 - 07:46 PM

Most likely you need to install Windows Installer 3.1 (v2)
as mentioned in this POST here

Shark

#19 User is offline   krazd 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 24-February 05

Posted 19 July 2005 - 09:03 PM

Can the two files be regestered w/ guirunonce or w/wpi?
Krazd

#20 User is offline   BoardBabe 

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

Posted 20 July 2005 - 05:58 AM

I think you can reg these in wpi.cmd (cleanup part) fine.

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • 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