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.

162 lines
6.9 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""winres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. #ifndef _MAC
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Version
  43. //
  44. VS_VERSION_INFO VERSIONINFO
  45. FILEVERSION 6,0,5,0
  46. PRODUCTVERSION 6,0,5,0
  47. FILEFLAGSMASK 0x3fL
  48. #ifdef _DEBUG
  49. FILEFLAGS 0x1L
  50. #else
  51. FILEFLAGS 0x0L
  52. #endif
  53. FILEOS 0x40004L
  54. FILETYPE 0x1L
  55. FILESUBTYPE 0x0L
  56. BEGIN
  57. BLOCK "StringFileInfo"
  58. BEGIN
  59. BLOCK "040904b0"
  60. BEGIN
  61. VALUE "CompanyName", "Microsoft Corporation\0"
  62. VALUE "FileDescription", "Application Compatibility Database Installer\0"
  63. VALUE "FileVersion", "6.0.5.0\0"
  64. VALUE "InternalName", "sdbinst.exe\0"
  65. VALUE "LegalCopyright", "� Microsoft Corporation. All rights reserved.\0"
  66. VALUE "OriginalFilename", "sdbinst.exe\0"
  67. VALUE "ProductName", "Microsoft SDBInst\0"
  68. VALUE "ProductVersion", "6.0.5.0\0"
  69. END
  70. END
  71. BLOCK "VarFileInfo"
  72. BEGIN
  73. VALUE "Translation", 0x409, 1200
  74. END
  75. END
  76. #endif // !_MAC
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // String Table
  80. //
  81. STRINGTABLE DISCARDABLE
  82. BEGIN
  83. IDS_APP_TITLE "Application Compatibility Database Installer v6.0.5"
  84. IDS_APP_ERROR_TITLE "Installer Error"
  85. IDS_HELP_TEXT "Usage: %s [-?] [-q] [-u] [-g] [-p] [-n] foo.sdb | {guid} | ""name""\012\012 -? - print this help text.\012 -p - Allow SDBs containing patches.\012 -q - Quiet mode. No message boxes will appear.\012 -u - Uninstall.\012 -g {guid} - GUID of file (uninstall only).\012 -n ""name"" - Internal name of file (uninstall only)."
  86. IDS_UNABLE_TO_GET_FILE "Unable to get file from path. Exiting."
  87. IDS_UNABLE_TO_OPEN_FILE "Error: couldn't open SDB '%s'."
  88. IDS_NO_DB_TAG "Error: couldn't find DATABASE tag in '%s'."
  89. IDS_NO_DB_ID "Error: couldn't get database ID from file '%s'."
  90. IDS_CANT_INSTALL_SYS "Error: can't install or uninstall system SDB files."
  91. IDS_ALREADY_INSTALLED "File %s is already installed."
  92. IDS_NOT_INSTALLED "File %s is not installed. Uninstalling halted."
  93. IDS_NEED_INSTALL_PERMISSION "Error: insufficient permissions to run this program. Administrator access needed."
  94. IDS_CANT_CREATE_REG_KEY "Error: can't create registry key '%s'."
  95. IDS_NO_EXE_NAME "Error: can't get name of Exe entry. Database corrupt."
  96. IDS_NO_EXE_NAME_PTR "Error: can't get ptr to name of Exe entry. Database corrupt."
  97. IDS_CANT_CREATE_VALUE "Error: can't create registry value under key '%s'."
  98. IDS_CANT_OPEN_REG_KEY "Warning: can't open registry key '%s'."
  99. IDS_CANT_DELETE_REG_KEY "Warning: can't delete registry key '%s' under key '%s'."
  100. IDS_CANT_DELETE_REG_VALUE "Warning: can't delete value '%s' under registry key '%s'."
  101. IDS_CANT_COPY_FILE "Error: Failed to copy file '%s'."
  102. IDS_CANT_DELETE_FILE "Error: Failed to delete file %s."
  103. IDS_INSTALL_COMPLETE "Installation of %s complete."
  104. IDS_UNINSTALL_COMPLETE "Uninstallation of %s complete."
  105. IDS_CANT_GET_ARGS "Error: can't convert command line to args. Out of memory?"
  106. IDS_INVALID_SWITCH "Error: Invalid switch %s."
  107. IDS_TOO_MANY_ARGS "Error: Too many command-line arguments."
  108. IDS_MUST_SPECIFY_SDB "Error: Must specify an sdb file."
  109. IDS_CANT_GET_FULL_PATH "Error: unable to get full path to sdb file."
  110. IDS_FOUND_SAME_ID "An installed file with the same ID was found. Replace it?"
  111. IDS_FAILED_UNINSTALL "Error: failed to uninstall previous version. Halting."
  112. IDS_NEED_ARG "Error: command-line arg '%s' requires another argument."
  113. IDS_NO_FRIENDLY_NAME "Error: there is no SDB file with the internal name '%s' installed."
  114. IDS_GUID_BAD_FORMAT "Error: the GUID must be in the format '{12345678-1234-1234-1234-123456789012}'."
  115. IDS_MISSING_PACKAGE_ID "Error: Can't get MSI Package ID. Database corrupt."
  116. IDS_BUFFER_TOO_SMALL "Error: Registry key path is too long."
  117. IDS_CANT_REGISTER_DB "Error: Couldn't add '%s' to registry."
  118. IDS_CANT_UNREGISTER_DB "Error: Couldn't delete '%s' from registry."
  119. IDS_CANT_ALLOC_ALLUSERDIR "Error: Failed to allocate %d bytes for the value of AllUserDir."
  120. IDS_CANT_GET_SIZEOF_ALLUSERDIR "Error: Cannot get the size for the value of AllUserDir."
  121. IDS_CANT_GET_ALLUSERDIR "Error: Failed to get the value of AllUserDir: %d."
  122. IDS_OBJECT_ALREADY_EXISTS "Error: %S already exists, and it's not a directory."
  123. IDS_CANT_CREATE_DIRECTORY "Error: can't create directory %S: %d."
  124. IDS_CANT_SET_ACLS "Error: can't give Users full control to %S."
  125. IDS_CANT_EXPAND_DIR "Error: can't expand %S."
  126. IDS_CANT_SET_REG_VALUE "Error: Couldn't set registry value '%s'."
  127. IDS_NO_PATCHES_ALLOWED "Error: Can't install files containing binary patches without '-p' switch."
  128. IDS_ARG_TOO_LONG "Error: Input argument too long (path longer than 260 chars)."
  129. END
  130. #endif // English (U.S.) resources
  131. /////////////////////////////////////////////////////////////////////////////
  132. #ifndef APSTUDIO_INVOKED
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // Generated from the TEXTINCLUDE 3 resource.
  136. //
  137. /////////////////////////////////////////////////////////////////////////////
  138. #endif // not APSTUDIO_INVOKED