display dialog (localized string "title")
if button returned of result = "OK" then
try
quit application id "com.apple.mail"
end try
do shell script "rm -rf /Library/Mail/Bundles/GrowlMail.mailbundle ~/Library/Mail/Bundles/GrowlMail.mailbundle" with administrator privileges
display dialog (localized string "succeeded") buttons {localized string "OK"} default button 1
end if
-rudy