Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.2 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #include "res.h"
  4. STRINGTABLE
  5. BEGIN
  6. IDS_HTML_HELP_DIR "\\Microsoft\\HTML Help"
  7. END
  8. STRINGTABLE
  9. BEGIN
  10. IDS_OC_QLAUNCHAPPDATAPATH "Microsoft\\Internet Explorer\\Quick Launch"
  11. IDS_OC_IESHORTCUTNAME_SM "Internet Explorer"
  12. IDS_OC_IEDESCRIPTION "Finds and displays information and Web sites on the Internet."
  13. IDS_OC_IESHORTCUTNAME_QL "Launch Internet Explorer Browser"
  14. IDS_OC_OESHORTCUTNAME_SM "Outlook Express"
  15. IDS_OC_OEDESCRIPTION "Sends and receives e-mail and newsgroup messages."
  16. IDS_OC_OESHORTCUTNAME_QL "Launch Outlook Express"
  17. IDS_OC_IESHORTCUTNAME_SM64 "Internet Explorer (32-bit)"
  18. END
  19. // used by the sysoc mgr (ieaccess.inf, oeaccess.inf)
  20. IDB_IEACCESS BITMAP "ieaccess.bmp"
  21. IDB_OEACCESS BITMAP "oeaccess.bmp"
  22. #define VER_FILETYPE VFT_APP
  23. #define VER_FILESUBTYPE VFT2_UNKNOWN
  24. #define VER_FILEDESCRIPTION_STR "Windows NT User Data Migration Tool"
  25. #define VER_INTERNALNAME_STR "shmgrate\0"
  26. #include "common.ver"