Install Latest New Updates Released Since Vista SP1 RC Beta
Microsoft has released several new updates and hotfixes via Windows Update since the public availability of Windows Vista SP1 Beta and RC (Service Pack 1 Beta and Release Candidate), such as KB943899 (fixes to improve the performance, responsiveness, and reliability of Windows Vista) and KB943302 (Vista Application Compatibility Update). However, for system that has installed with a version of Vista SP1 Beta or RC, these newer updates that released after SP1 Beta or RC versions and not included in the service pack, will fail to install the these latest updates with message saying updates cannot be applied.
Although the error won’t happen on the final gold release of SP1 for Vista, but there may be still a wait of few weeks to few months before Vista users who currently using the SP1 test version able to upgrade to final version. And, if SP1 Beta and RC users who desperately need the new updates to remedy the problems targeted, use the trick below as a workaround to solve the denial problem of unable to install newer updates under Vista SP1 Beta or RC1.
- Download the updates that want to be installed to local hard disk drive. The updates that delivered through Windows Update always have associated Knowledge Base article ID number, and the standalone setup package can be downloaded from Microsoft Download Center.
For example, download links for KB943899 32-bit package is here and 64-bit package is here, while KB943302 32-bit package is here and 64-bit package is here.
Save the downloaded package in .msu file extension format in a folder, such as C:\Downloads for example.
- Create another folder to store expanded files after extraction, such as C:\Temp for example.
- Run command prompt as Administrator.
- Run the following command:
expand /f:* C:\Downlaods\filename.msu C:\TempReplace filename with the actual file name of the .msu file. After extraction, 4 files will be created in the C:\Temp. The file ended in .cab extension is the one needed to actually install on SP1 RC or Beta system.
- Run the following command to manually install the .cab file:
start /w pkgmgr /ip /m:C:\Temp\filename.cabThe above command will start and automatically execute pkgmgr.exe (Package Manager) which can be used to manually install or uninstall update packages, while /ip flag specifies that the package is to be installed onto system, and /m specifies that actual full path to the .cab package file to be installed.
- Restart the computer.
- Verify the update has been installed in the Control Panel’s View installed updates listing window. Press Refresh if applicable.
- Delete the C:\Temp folder and its contents.
Using the hack above will successfully install newer updates on SP1 RC or Beta system. Note that you probably won’t use this trick on final SP1 Vista system, unless you’re having problem with Windows Update.
Share and contribute or get technical support and help at My Digital Life Forums.
Related Articles
- Latest Version CCleaner 2.00.491 Beta 2 Released for Downloading
- Windows Vista SP1 RC Refresh 2 6001.18000 Released - Include WU Install Registry Code
- Windows Updates Downloader 2.25 Released for Free Download (WUD)
- Windows Vista SP1 RC Preview Released for Download (Is 6001.17042 v.658 Beta?)
- Windows Vista Service Pack 2 (SP2) Pre-Beta 6002.16489 Released to Selected Testers
- Force Vista SP1 Beta to Show Up and Available for Install in WU of Non-Supported Languages Locale
- Internet Explorer 8 Beta 1 Released for Private Beta in Connect
- Windows Server 2008 SP2 and Vista SP2 Beta 6002.16497 (v.113) Released in Microsoft Connect and Windows Update
- Prevent, Block and Disable Automatic Updates Install of Internet Explorer 7 (IE7) for Controlled Upgrade
- Registry Hack to Download and Install Windows Vista SP2 Pre-Beta Version 6.0.6002.16489

































January 4th, 2008 08:06
Wow, this helped me out so much. It worked perfectly, just as described and my system is running soooo much smoother now. Thank you.
January 4th, 2008 22:43
[...] But there is a workaround. Read the guide HERE [...]