'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' ' ' ' ' ' ' ' ' !!!! CONGRATULATIONS !!! ' ' ' ' If you are reading this text then MoOutlookSecurity is ' ' ' ' correctly installed and working correctly. ' ' ' ' ' ' ' ' ' ' ' ' ' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' ' ' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' ' ' This displays the warning to users that have actually executed ' ' this script. ' ' ' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' MsgBox "It appears the MoOutlookSecurity is not installed on your system, " & _ "or you have not run this script from Outlook, Outlook Express or Internet Explorer. " & _ "It appears that you are not protected from potentially dangerous script viruses. " & _ "If you have installed MoOutlookSecurity, and are still seeing this " & _ "message please email support@Mo-Ware.com." & _ "", _ vbOKOnly Or vbCritical, _ "WARNING: FAILED MoOutlookSecurity Test"