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
3.6 KiB

  1. #include "resource.h"
  2. #include "ver.rc"
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // String Table
  6. //
  7. STRINGTABLE DISCARDABLE
  8. BEGIN
  9. IDS_APP_TITLE "Compatibility Database Installer"
  10. IDS_APP_ERROR_TITLE "Installer Error"
  11. IDS_HELP_TEXT "Usage: %s [-?] [-q] [-u] [-g] [-n] foo.sdb | {guid} | ""name""\012\012 -? - print this help text.\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)."
  12. IDS_UNABLE_TO_GET_FILE "Unable to get file from path. Exiting."
  13. IDS_UNABLE_TO_OPEN_FILE "Error: couldn't open SDB '%s'."
  14. IDS_NO_DB_TAG "Error: couldn't find DATABASE tag in '%s'."
  15. IDS_NO_DB_ID "Error: couldn't get database ID from file '%s'."
  16. IDS_CANT_INSTALL_SYS "Error: can't install or uninstall system SDB files."
  17. IDS_ALREADY_INSTALLED "File %s is already installed."
  18. IDS_NOT_INSTALLED "File %s is not installed. Uninstalling halted."
  19. IDS_NEED_INSTALL_PERMISSION "Error: insufficient permissions to install. Administrator access needed."
  20. IDS_CANT_CREATE_REG_KEY "Error: can't create registry key '%s'."
  21. IDS_NO_EXE_NAME "Error: can't get name of Exe entry. Database corrupt."
  22. IDS_NO_EXE_NAME_PTR "Error: can't get ptr to name of Exe entry. Database corrupt."
  23. IDS_CANT_CREATE_VALUE "Error: can't create registry value under key '%s'."
  24. IDS_NEED_UNINSTALL_PERMISSION "Error: insufficient permissions to uninstall. Administrator access needed."
  25. IDS_CANT_OPEN_REG_KEY "Warning: can't open registry key '%s'."
  26. IDS_CANT_DELETE_REG_KEY "Warning: can't delete registry key '%s' under key '%s'."
  27. IDS_CANT_DELETE_REG_VALUE "Warning: can't delete value '%s' under registry key '%s'."
  28. IDS_CANT_COPY_FILE "Error: Failed to copy file '%s'."
  29. IDS_CANT_DELETE_FILE "Error: Failed to delete file %s."
  30. IDS_INSTALL_COMPLETE "Installation of %s complete."
  31. IDS_UNINSTALL_COMPLETE "Uninstallation of %s complete."
  32. IDS_CANT_GET_ARGS "Error: can't convert command line to args. Out of memory?"
  33. IDS_INVALID_SWITCH "Error: Invalid switch %s."
  34. IDS_TOO_MANY_ARGS "Error: Too many command-line arguments."
  35. IDS_MUST_SPECIFY_SDB "Error: Must specify an sdb file."
  36. IDS_CANT_GET_FULL_PATH "Error: unable to get full path to sdb file."
  37. IDS_FOUND_SAME_ID "An installed file with the same ID was found. Replace it?"
  38. IDS_FAILED_UNINSTALL "Error: failed to uninstall previous version. Halting."
  39. IDS_NEED_ARG "Error: command-line arg '%s' requires another argument."
  40. IDS_NO_FRIENDLY_NAME "Error: there is no SDB file with the internal name '%s' installed."
  41. IDS_GUID_BAD_FORMAT "Error: the GUID must be in the format '{12345678-1234-1234-1234-123456789012}'."
  42. IDS_MISSING_PACKAGE_ID "Error: Can't get MSI Package ID. Database corrupt."
  43. IDS_BUFFER_TOO_SMALL "Error: Registry key path is too long."
  44. IDS_CANT_REGISTER_DB "Error: Couldn't add '%s' to registry."
  45. IDS_CANT_UNREGISTER_DB "Error: Couldn't delete '%s' from registry."
  46. END