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.

34 lines
1.9 KiB

  1. //***************************************************************************
  2. //* Copyright (c) Microsoft Corporation 1996. All rights reserved. *
  3. //***************************************************************************
  4. //* *
  5. //* UPDFILE.RC - *
  6. //* *
  7. //***************************************************************************
  8. #include "resource.h"
  9. STRINGTABLE DISCARDABLE
  10. BEGIN
  11. IDS_SUCCESS "Successfully added '%1' to '%2'."
  12. IDS_ERR_INVALID_ARGS "Error: Incorrect arguments.\n\nSyntax: Updfile <iexpress package> <file to add>"
  13. IDS_ERR_GET_FULL_PATH "Error: Could not get full path to '%1'."
  14. IDS_ERR_FILE_NOT_EXIST "Error: The file '%1' does not exist."
  15. IDS_ERR_LOAD_EXE "Error: The IExpress package '%1' could not be loaded."
  16. IDS_ERR_BEGIN_UPD_RES "Error: Failed resource update initialization of IExpress package '%1'."
  17. IDS_ERR_OPEN_INPUT_FILE "Error: Could not open '%1' for reading."
  18. IDS_ERR_NO_MEMORY "Error: Not enough free memory to continue."
  19. IDS_ERR_READ_INPUT_FILE "Error: Could not read from '%1'."
  20. IDS_ERR_UPDATE_RES "Error: Could not update resource in IExpress package '%1'."
  21. IDS_ERR_END_UPD_RES "Error: Could not complete resource update of IExpress package '%1'.\n The file may be in use or you may not have write access to it."
  22. END
  23. //***************************************************************************
  24. //* VERSION STAMP *
  25. //***************************************************************************
  26. RCINCLUDE updfile.rcv