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.

69 lines
3.2 KiB

  1. #include <windows.h>
  2. #include <winver.h> // version info
  3. #include <ntverp.h> // windows NT version info
  4. #include "c2aclres.h"
  5. STRINGTABLE
  6. BEGIN
  7. // Generic Messages
  8. IDS_GENERIC_CAPTION "C2 ACL Configuration -- Generic"
  9. IDS_DLL_NAME "C2 ACL Configuration Utilities"
  10. IDS_UNABLE_READ "Unable to read the current status of this item."
  11. IDS_REGISTRY_ACL_INF "c2regacl.inf"
  12. IDS_IS "is"
  13. IDS_IS_NOT "is not"
  14. IDS_NTFS "NTFS"
  15. IDS_HPFS "HPFS"
  16. IDS_FAT "FAT"
  17. IDS_NTFS_ACL_INF "c2ntfacl.inf"
  18. END
  19. STRINGTABLE
  20. BEGIN
  21. IDS_REG_ACLS_COMPLY "The system's Registry ACL's comply to the C2 Requirements."
  22. IDS_REG_ACLS_NOT_COMPLY "The system's Registry ACL's do not meet the C2 Requirements."
  23. IDS_REG_ACLS_CONFIRM "The security of the registry keys will be set to be C2 Compliant. This process may take a few minutes.\n\r\n\rSelect OK to update the registry security or Cancel to skip this process."
  24. IDS_REG_ACLS_QUERY_SET "The registry security may not be configured for C2 compliance. Select OK to set the registry security now or Cancel to exit."
  25. IDS_REG_ACLS_CAPTION "C2 Configuration -- Registry ACL's"
  26. IDS_REG_DISPLAY_FORMAT "\nSetting Security for %s"
  27. END
  28. STRINGTABLE
  29. BEGIN
  30. IDS_NTFS_ACLS_COMPLY "File system security complies to C2 Requirements."
  31. IDS_NTFS_ACLS_NOT_COMPLY "File system security does not meet C2 Requirements."
  32. IDS_NTFS_ACLS_CONFIRM "The security of the file system will be set to be C2 Compliant. This process may take a few minutes.\n\r\n\rSelect OK to update the file system security or Cancel to skip this process."
  33. IDS_NTFS_ACLS_QUERY_SET "The file system security may not be configured for C2 compliance. Select OK to set the file system security now or Cancel to exit."
  34. IDS_NTFS_ACLS_CAPTION "C2 Configuration -- File System ACL's"
  35. IDS_NTFS_ACLS_NOT_NTFS "The system drive is not using the NTFS file system. The system drive must use the NTFS file system before the security can be set."
  36. END
  37. VS_VERSION_INFO VERSIONINFO
  38. FILEVERSION VER_PRODUCTVERSION
  39. PRODUCTVERSION VER_PRODUCTVERSION
  40. FILEFLAGSMASK VER_FILEFLAGSMASK
  41. FILEFLAGS VER_FILEFLAGS
  42. FILEOS VER_FILEOS
  43. FILETYPE VFT_APP
  44. FILESUBTYPE 0
  45. BEGIN
  46. BLOCK "StringFileInfo"
  47. BEGIN
  48. BLOCK "040904E4"
  49. BEGIN
  50. VALUE "CompanyName", VER_COMPANYNAME_STR, "\0"
  51. VALUE "FileDescription", "C2 ACL Configuration Functions Library", "\0"
  52. VALUE "FileVersion", VER_PRODUCTVERSION_STR, "\0"
  53. VALUE "InternalName", "c2acls", "\0"
  54. VALUE "LegalCopyright", "Copyright \251 Microsoft Corp. 1994-1995", "\0"
  55. VALUE "LegalTrademarks", VER_LEGALTRADEMARKS_STR, "\0"
  56. VALUE "OriginalFilename", "C2ACLS.DLL", "\0"
  57. VALUE "ProductName", VER_PRODUCTNAME_STR, "\0"
  58. VALUE "ProductVersion", VER_PRODUCTVERSION_STR, "\0"
  59. END
  60. END
  61. BLOCK "VarFileInfo"
  62. BEGIN
  63. VALUE "Translation", 0x0409, 0x04E4
  64. END
  65. END