Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > How to install Windows Security Update files with .cab extension

Reply
Thread Tools Display Modes

How to install Windows Security Update files with .cab extension

 
 
VSA
Guest
Posts: n/a

 
      05-17-2007
I downloaded 3 Windows Security updates from Microsoft. These are .cab files.
For example:
windows6.0-kb925902-x86_33b6fee7ee8a93c1ea983b36a76d02e5f6e9b713.cab

How can I install these .cab files from vbscript or vb (for example).
Thanks for your help
-VSA
 
Reply With Quote
 
 
 
 
Gerry Hickman
Guest
Posts: n/a

 
      05-17-2007
Hi,

Is this for Vista?

If so, there are multiple install methods. In the old days they were all
EXE files, but under Vista you may have an MSU file. If you're a user
who uses the lame UI you could double click the file, but if you're an
expert, you would need to pass the MSU as a parameter to the WUSA.EXE
executable.

It's also worth typing PKGMGR that CMD prompt for an alternative to WUSA.EXE

When you do a WU or MU scan, one of the properties of each update will
tell you the installation type (HandlerID property), the value will be a
URI pointing to an XML schema as follows:

The Command Line Installation Handler.
http://schemas.microsoft.com/msus/20...neInstallation

The Inf Based Installation Handler.
http://schemas.microsoft.com/msus/20...edInstallation

The Windows Installer (MSI) Installation Handler.
http://schemas.microsoft.com/msus/20...ndowsInstaller

The Package Installer for Microsoft Windows Operating Systems and
Windows Components (update.exe) Installation Handler.
http://schemas.microsoft.com/msus/20...s/WindowsPatch

The Component Based Servicing (CBS) Handler.
http://schemas.microsoft.com/msus/20...teHandlers/Cbs

But, if you went to MS07-017, you should see the download for Vista is
an MSU file, _not_ a CAB file, so I don't know where (or why) you ended
up with a CAB file.

VSA wrote:
> I downloaded 3 Windows Security updates from Microsoft. These are .cab files.
> For example:
> windows6.0-kb925902-x86_33b6fee7ee8a93c1ea983b36a76d02e5f6e9b713.cab
>
> How can I install these .cab files from vbscript or vb (for example).
> Thanks for your help
> -VSA



--
Gerry Hickman (London UK)
 
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
Opening .PPS Extension Files In Windows Mail Gary O'Berto Windows Vista Mail 5 09-11-2007 07:36 PM
*.pps extension files do not open on Windows mail JoseAB Windows Vista Mail 4 09-10-2007 12:30 AM
How to install Windows Security Update files with .cab extension VSA Windows Vista Security 1 05-18-2007 05:18 AM
Delete security update files in windows directory Prabir Mittra Windows Update 2 06-21-2006 09:19 AM
Windows Security Update Won't Install Harvey Windows Update 2 08-12-2003 05:56 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