Kurulum sırasında "Installer" kayıt defterinden, sistemdeki "Service pack(SP)" sürümü ile bilgi alır ki, SP2 eğer sistemde kurulu ise, kurulumu tamamlayacaktır
ve şu hatayı verecektir :
Setup has detected that the Service Pack version of this system is newer than the update you are applying. There is no need to install this update.
Geçiçi olarak, SP3 kurulu olan bir sistemin SP sürümünü, kayıt defterinden SP2 olarak gösterebiliriz.
1. Başlat/Çalıştır'a "regedit yazıyoruz
2. Asağidaki anahtara gidiyoruz
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows
Anahtardaki CSDVersion'un değerini bir yere not edip, kurulum için gerekli değeri verip, kurulumdan sonra orijinal değeri geri vereceğiz
CSDVersion şu değerleri alır
SP1 için 0×100
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows] "CSDVersion"=dword:00000100
SP2 için 0×200
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows] "CSDVersion"=dword:00000200
SP3 için 0×300
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows] "CSDVersion"=dword:00000300
3: SP2 için 0×200 değerini CSDVersion için veriyoruz
4:Installer'ı başlatıp, kurulumu tamamlıyoruz
5:Kurulumdan sonra orijinal değeri CSDVersion'a kaydedip, kayıt defterinden çıkıyoruz
çeviren Laneth