home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 November / PCWNOV07.iso / shared / regwiz.cab / RegWizUI.dll / HTML / UPROSET_LANG.VBS < prev    next >
Encoding:
Text File  |  2005-07-13  |  2.2 KB  |  29 lines

  1. ∩╗┐'// ASPSTRINGTABLE 1.0
  2. '//////////////////////////////////
  3. ' Already register user message
  4. '//////////////////////////////////
  5. Dim STR_ALREADY_REG_PRIVACYPOLICY_MSG, STR_ALREADY_REG_NEXT_MSG, STR_REG_GENERAL_MSG
  6.  
  7. 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) & "."
  8. 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."
  9. STR_ALREADY_REG_NEXT_MSG            = "If you choose 'Cancel', your product will not be updated automatically when you connect to the Internet."
  10.  
  11.  
  12. '//////////////////////////////////
  13. ' New user register message
  14. '//////////////////////////////////
  15. Dim STR_NEW_REG_PRIVACYPOLICY_MSG, STR_NEW_REG_NEXT_MSG, STR_NEW_REG_GENERAL_MSG
  16.  
  17. 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."
  18. 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."
  19. 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."
  20.  
  21.  
  22.  
  23. '// Introduced for Fall 2004 release
  24. Dim STR_UPROSET_ALREADY_REG_MSG
  25. STR_UPROSET_ALREADY_REG_MSG = STR_ALREADY_REG_GENERAL_MSG & "<br><br>" & STR_ALREADY_REG_PRIVACYPOLICY_MSG & "<br><br>" & STR_ALREADY_REG_NEXT_MSG
  26.  
  27. Dim STR_UPROSET_NEW_REG_MSG
  28. STR_UPROSET_NEW_REG_MSG = STR_NEW_REG_GENERAL_MSG & "<br><br>" & STR_NEW_REG_PRIVACYPOLICY_MSG & "<br><br>" & STR_NEW_REG_NEXT_MSG
  29.