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.

54 lines
1.7 KiB

  1. // Copyright (c) 1998-1999 Microsoft Corporation
  2. #ifdef NOMINMAX
  3. #undef NOMINMAX
  4. #endif
  5. #include <winver.h>
  6. #include <ntverp.h>
  7. #include "chgusr.h"
  8. #define VER_FILETYPE VFT_APP
  9. #define VER_FILESUBTYPE VFT2_UNKNOWN
  10. #define VER_FILEDESCRIPTION_STR "Change INI File Mapping Utility"
  11. #define VER_INTERNALNAME_STR "chgusr"
  12. #define VER_ORIGINALFILENAME_STR "chgusr.exe"
  13. #include <verall.h>
  14. #include "common.ver"
  15. STRINGTABLE
  16. BEGIN
  17. IDS_ERROR_MALLOC
  18. L"Error allocating memory\n"
  19. IDS_ERROR_INVALID_PARAMETERS
  20. L"Invalid parameter(s)\n"
  21. IDS_HELP_USAGE1
  22. L"Change Install Mode.\n\n"
  23. IDS_HELP_USAGE2
  24. L"CHANGE USER {/EXECUTE | /INSTALL | /QUERY}\n\n"
  25. IDS_HELP_USAGE3
  26. L" /EXECUTE Enable execute mode (default).\n"
  27. IDS_HELP_USAGE4
  28. L" /INSTALL Enable install mode.\n"
  29. IDS_HELP_USAGE5
  30. L" /QUERY Display current settings.\n\n"
  31. IDS_EXECUTE
  32. L"Application EXECUTE mode is enabled. \n"
  33. IDS_INSTALL
  34. L"Application INSTALL mode is enabled. \n"
  35. IDS_ERROR_ADMIN_ONLY
  36. L"Only members of the Administrators group may enable Install Mode.\n"
  37. IDS_READY_INSTALL
  38. L"User session is ready to install applications.\n"
  39. IDS_READY_EXECUTE
  40. L"User session is ready to execute applications.\n"
  41. IDS_ERROR_INI_MAPPING_FAILED
  42. L"Error %d setting Install Mode\n"
  43. IDS_ERROR_NOT_TS
  44. L"This utility needs Terminal Services to be running.\n"
  45. IDS_ERROR_REMOTE_ADMIN
  46. L"Install mode does not apply to a Terminal server configured for remote administration.\n"
  47. END