Service pack questions.
I downloaded the service pack plug and I'm using this script
GetVersion::WindowsServicePack Pop $R0 DetailPrint "Window Service Pack:" DetailPrint " $R0"
and it works great. What I would like to do is put a if command in there where if Service Pack 1 is the response then it will not continue with the install and display a warning. Thanks for the help!