;Compile using http://nsis.sf.net ;Copyright 2004 Bill Talcott http://www.invisibill.net SilentInstall silent CRCCheck on name "InvisiBill's DelaySP2" OutFile "DelaySP2.exe" Icon "DelaySP2.ico" Section "DoIt" WriteRegDWORD HKLM "Software\Policies\Microsoft\Windows\WindowsUpdate" "DoNotAllowXPSP2" "1" MessageBox MB_OK "Service Pack 2 installation delayed.\ $\n \ $\nSP2 installation has been delayed. This will last\ $\nfor a maximum of 120 days after August 16, 2004." SectionEnd