1. Uninstall all older version of Windows Vista SP1 if you have installed any of them before you executing the next few steps. If you don't know how to uninstall, please
visit here for detailed instructions.
2. Open Notepad, and enter the following:
================================================== =========
@echo off
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\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\Curr entVersion\WindowsUpdate\VistaSp1 /v Beta1 /t REG_SZ /d da2ba4db-dedb-437e-8e7e-104643454bb6 /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
================================================== ==========
save as .cmd file and right click on it and run as administrator
5. Open Windows Update, Click on "check for updates". After a few mins, it should prompt you to download and install "(KB935509) - v1.005". Reboot your computer after the installation is done.
6.Once finished, open Windows Update again, Click on "check for updates". After a few mins, it should prompt you to download and install "(KB938371) v1.018". Reboot your computer after the installation is done.
7. Once finished, open Windows Update again, Click on "check for updates". After a few mins, it should prompt you to download and install "(KB937287) -Build 6001.17042 (x86)". Reboot your computer after the installation is done.
8. Once finished, open Windows Update again, and now you should see the "Windows Vista SP1 RC1 - 6001.XXXXX (x86) " appeared on your update list, and you can start to download and install it!(Click on "Check for updates" again if it didnt shows up.)
Thx to
http://www.vistasp1.net/forums/index.php?showtopic=204
for this info