Dim STR_ALREADY_REG_PRIVACYPOLICY_MSG, STR_ALREADY_REG_NEXT_MSG, STR_REG_GENERAL_MSG
STR_ALREADY_REG_GENERAL_MSG = "It appears that you may have already registered with us for another McAfee product. You may use your existing registration information by pressing " & chr(34) & "Submit" & chr(34) & "."
STR_ALREADY_REG_PRIVACYPOLICY_MSG = "McAfee follows strict privacy guidelines to protect the information you provide. Please refer to McAfee's Privacy Policy for more information."
STR_ALREADY_REG_NEXT_MSG = "If you choose 'Cancel', your product will not be updated automatically when you connect to the Internet."
'//////////////////////////////////
' New user register message
'//////////////////////////////////
Dim STR_NEW_REG_PRIVACYPOLICY_MSG, STR_NEW_REG_NEXT_MSG, STR_NEW_REG_GENERAL_MSG
STR_NEW_REG_PRIVACYPOLICY_MSG = "To provide this updating mechanism, you must first register your product. McAfee follows strict privacy guidelines to protect the information you provide. Please refer to McAfee's Privacy Policy for more information."
STR_NEW_REG_NEXT_MSG = "Please click <b>Next</b> to continue with the registration process. If you click <b>Cancel</b>, your product will not update automatically when you connect to the Internet."
STR_NEW_REG_GENERAL_MSG = "Your security software is only as good as the last update. New threats are constantly being created and targeted at your machine. Therefore, it is important that your security software is updated frequently. McAfee automatically checks for updates and, if an update is found, downloads and applies that update for you when connected to the Internet. This helps to protect your machine from the latest threats."