Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Rollout Version 6 automatically

Reply
Thread Tools Display Modes

Rollout Version 6 automatically

 
 
CanadaRob
Guest
Posts: n/a

 
      07-14-2005
Hi,

I do a lot of XP installs as part of my job. I have the Version 5 Windows
Update packed into my slipstream, to cut down on the number of clicks after
installation. Is there a way to do this with version 6? My previous technique
of extracting all the cabs in the IE cache and running regsvr32.exe on
wusetup.inf doesn't seem to work this time.

Please let me know
Rob
 
Reply With Quote
 
 
 
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      07-14-2005
CanadaRob wrote:

> I do a lot of XP installs as part of my job. I have the Version 5 Windows
> Update packed into my slipstream, to cut down on the number of clicks after
> installation. Is there a way to do this with version 6? My previous technique
> of extracting all the cabs in the IE cache and running regsvr32.exe on
> wusetup.inf doesn't seem to work this time.
>
> Please let me know
> Rob

Hi,

I suggest you use the [GuiRunOnce] section in Sysprep.inf to run
WindowsUpdateAgent20-x86.exe in unattended mode.

Unattended installation command line switches:

WindowsUpdateAgent20-x86.exe /quiet /norestart


Download URL:

For x86-based computers (WindowsUpdateAgent20-x86.exe)
http://go.microsoft.com/fwlink/?LinkId=43264

(will work for Win2k SP3 and SP4, WinXP RTM/SP1/SP2, and
Win2k3 RTM/SP1)

For x64-based computers (WindowsUpdateAgent20-x64.exe):
http://go.microsoft.com/fwlink/?LinkId=43265




--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
CanadaRob
Guest
Posts: n/a

 
      07-15-2005
That was perfect, thank you!

To take it a step further, I actually automate the installation of the
updates as well. It's not a domain environment, we're a busy repair shop, so
WSUS is out. To automatically install the updates, I wrote a VB app which
uses the browser control and goes to windowsupdate.microsoft.com. I then
enumerate the document objets, forcing the user interaction on the apropriate
components. For example, I scan through all button objects in the eContent
frame until I find one labelled "Express Updates" and then I force a click on
it. This is cumbersome, slow, and crashes if the page is not as expected.

Are there command line switches that can be passed to wuauclt (or any other
exe) to force immediate checking for and installation of updates?

Please let me know

Sincerely,

Rob

"CanadaRob" wrote:

> Hi,
>
> I do a lot of XP installs as part of my job. I have the Version 5 Windows
> Update packed into my slipstream, to cut down on the number of clicks after
> installation. Is there a way to do this with version 6? My previous technique
> of extracting all the cabs in the IE cache and running regsvr32.exe on
> wusetup.inf doesn't seem to work this time.
>
> Please let me know
> Rob

 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      07-15-2005
CanadaRob wrote:

> That was perfect, thank you!
>
> To take it a step further, I actually automate the installation of the
> updates as well. It's not a domain environment, we're a busy repair shop, so
> WSUS is out. To automatically install the updates, I wrote a VB app which
> uses the browser control and goes to windowsupdate.microsoft.com. I then
> enumerate the document objets, forcing the user interaction on the apropriate
> components. For example, I scan through all button objects in the eContent
> frame until I find one labelled "Express Updates" and then I force a click on
> it. This is cumbersome, slow, and crashes if the page is not as expected.
>
> Are there command line switches that can be passed to wuauclt (or any other
> exe) to force immediate checking for and installation of updates?

Hi,

You will need to use the Windows Update Agent API that is documented
here:
http://msdn.microsoft.com/library/en...tal_client.asp

Several VBScript examples available at the MSDN web site:

Using the Windows Update Agent API
http://msdn.microsoft.com/library/en..._agent_api.asp


A couple of other examples:

http://groups.google.co.uk/group/mic...e=source&hl=en

http://groups.google.co.uk/group/mic...e=source&hl=en




--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
CanadaRob
Guest
Posts: n/a

 
      07-15-2005
Brilliant! Thanks again!

Someone needs to put a link to those goodies right on
windowsupdate.microsoft.com

Thanks again!

"Torgeir Bakken (MVP)" wrote:

> CanadaRob wrote:
>
> > That was perfect, thank you!
> >
> > To take it a step further, I actually automate the installation of the
> > updates as well. It's not a domain environment, we're a busy repair shop, so
> > WSUS is out. To automatically install the updates, I wrote a VB app which
> > uses the browser control and goes to windowsupdate.microsoft.com. I then
> > enumerate the document objets, forcing the user interaction on the apropriate
> > components. For example, I scan through all button objects in the eContent
> > frame until I find one labelled "Express Updates" and then I force a click on
> > it. This is cumbersome, slow, and crashes if the page is not as expected.
> >
> > Are there command line switches that can be passed to wuauclt (or any other
> > exe) to force immediate checking for and installation of updates?

> Hi,
>
> You will need to use the Windows Update Agent API that is documented
> here:
> http://msdn.microsoft.com/library/en...tal_client.asp
>
> Several VBScript examples available at the MSDN web site:
>
> Using the Windows Update Agent API
> http://msdn.microsoft.com/library/en..._agent_api.asp
>
>
> A couple of other examples:
>
> http://groups.google.co.uk/group/mic...e=source&hl=en
>
> http://groups.google.co.uk/group/mic...e=source&hl=en
>
>
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scr...r/default.mspx
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatically "Automatically get new IP settings for the network adapter" Hexaphim Windows Vista Networking 0 08-03-2007 07:46 PM
Microsoft - Need urgent help - Product rollout stopped Wai Chan Windows Vista Drivers 2 06-30-2005 02:41 PM
Can i update IE from version 5 to 6 automatically with SUS Jo-bee Windows Update 0 01-05-2005 02:11 PM
Rollout XP SP2 using SUS AJD Windows Update 0 09-27-2004 01:05 PM
Re: Windows update rollout MowGreen [MVP] Windows Update 0 06-25-2004 09:42 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59