Wednesday, May 07, 2008

Digging up old stuff......

Install Windows Vista SP1 RC Refresh from WU!

Windows Vista Service Pack 1 RC Refresh is available to Beta testers through Windows Update. Experience the WU installation path for Windows Vista SP1 by following 4 simple steps and give us your feedback to improve our quality.

Systems running on Windows Vista RTM typically require two or three updates before SP1 can be installed. These updates are permanent on your Windows Vista systems. Windows Update will detect your system configuration and offer the prerequisite packages that are applicable to your system. Based on the state of your system, Windows Update will offer you all the applicable prerequisite packages and SP1 in a sequential order. For details, please see the instructions below.

If you already installed the Service Pack to your machine, you must uninstall the previous build before installing RC Refresh.

Here are 4 simple steps to get SP1 on your machine.

On Vista RTM…
1. Download the script to your machine and run it on elevated prompt.
• To run the script on elevated prompt, after you download the script, right click on the file and select “Run as administrator” option.
• The script sets a registry key on your system. The registry key is required for WU server to recognize your machine as a valid target for Vista SP1.
• After running the script, Windows Update automatic updates will automatically update your machine over the next several days with the appropriate prerequisites and then offer the Service Pack. If you would like to install SP1 quicker you can manually do the next few steps to speed up the process.

2. Install all pending “Important” updates and the pre-requisite updates for SP1. You may have to repeat this several times to get fully up to date.
• Check for updates on Windows Update. Go to Control Panel  System and Maintenance  Windows Update and check for updates by clicking on “Check for Updates” in the top left of the task pane.
• You will be offered all previously released Windows Vista updates that you may not have installed on your system. Install all applicable updates.
• If you have Windows Vista Ultimate, or Windows Vista Enterprise, Update for Windows (KB935509) should be in this list. If you have any other version, Update for Windows KB938371 should show up in this list. Reboot your machine when prompted. If you do not have Vista Ultimate or Enterprise, Update for Windows KB938371 should show up first and KB935509 is not required.
• If you reboot and rescan on Windows Update right away, sometimes times you may not see all updates. This may be caused by the installer service completing the install of the prior update. Please wait 5-10 minutes and scan again. (This delay should not be required for the final SP1 release.)

3. Install Update for Windows (KB937287).
• Update for Windows (KB937287) it does not require a reboot. This is the “installer” code for the service pack.

4. Install Windows Vista Service Pack 1 (KB936330).
• Wait for 10-15 minutes prior to checking for updates again, to enable the installer to complete its self installation.
• Check for updates on Windows Update again. Windows Vista Service Pack 1 KB936330) should be available.



@echo off

reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSp1 /f > NUL 2>&1
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSP1 /f > NUL 2>&1

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSp1 /v Beta1 /t REG_SZ /d c1ff1d2f-c61e-4f27-b68c-722061c201a5 /f
IF NOT %errorlevel% == 0 ( goto ERROR)

:SUCCESS
@echo.
echo ===========================================================
echo Windows Vista SP1 registry key has been set successfully.
echo Please check for updates in Windows Update.
echo ===========================================================
@echo.
goto END

:ERROR
@echo.
echo ===========================================================
echo FAILED to set Windows Vista SP1 registry keys.
echo Please run this script by right clicking and selecting
echo "Run as Administrator".
echo ===========================================================
@echo.
goto END

:END
pause

RCRefreshSP1betaprogramsRK.cmd


Last semester project, evaluating Vista Service Pack 1.

~ended keying process at 11:11~