Source code of Windows XP (NT5)
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.

52 lines
1.8 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. #include <winver.h>
  3. #include <ntverp.h>
  4. #include "migrate.h"
  5. #define VER_FILETYPE VFT_APP
  6. #define VER_FILESUBTYPE VFT2_UNKNOWN
  7. #define VER_FILEDESCRIPTION_STR "Migration Utility"
  8. #define VER_INTERNALNAME_STR "migrate"
  9. #define VER_ORIGINALFILENAME_STR "migrate.exe"
  10. #include <verall.h>
  11. #include "common.ver"
  12. STRINGTABLE
  13. BEGIN
  14. IDS_ERROR_MALLOC
  15. L"Error allocating memory\n"
  16. IDS_ERROR_INVALID_PARAMETERS
  17. L"Invalid parameter(s)\n"
  18. IDS_ERROR_INI
  19. L"An error occured during .INI file migration\n"
  20. IDS_ERROR_GRP
  21. L"An error occured during .GRP file migration\n"
  22. IDS_ERROR_REG
  23. L"An error occured during REG.DAT file migration\n"
  24. IDS_MESSAGE_INI
  25. L"Migrating .INI files from %S\n"
  26. IDS_MESSAGE_GRP
  27. L"Migrating .GRP files from %S\n"
  28. IDS_MESSAGE_REG
  29. L"Migrating %S\\REG.DAT file\n"
  30. IDS_MESSAGE_PROCESS
  31. L" Processing %S\n"
  32. IDS_USAGE1
  33. L"Migrates selected Windows 3.1 .INI file settings.\n\n"
  34. IDS_USAGE2
  35. L"MIGRATE {/INI | /GROUP | /REGDATA} [path]\n\n"
  36. IDS_USAGE3
  37. L" /INI Migrates file associations, Windows app settings, Desktop\n"
  38. IDS_USAGE4
  39. L" configuration settings (except for screen savers).\n"
  40. IDS_USAGE5
  41. L" /GROUP Allows migrating program groups not on the Terminal server.\n"
  42. IDS_USAGE6
  43. L" /REGDATA Allows migrating Windows 3.1 Registry data (REG.DAT).\n"
  44. IDS_USAGE7
  45. L" path Pathname of directory containing Windows 3.1 files to be\n"
  46. IDS_USAGE8
  47. L" migrated (default is current).\n\n"
  48. END