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.

58 lines
1.4 KiB

  1. /************************************************************************
  2. Copyright (c) 2000 - 2000 Microsoft Corporation
  3. Module Name :
  4. drizzle.rc
  5. Abstract :
  6. Version file for drizzle.
  7. Author :
  8. Revision History :
  9. ***********************************************************************/
  10. #include "resource.h"
  11. #include <windows.h>
  12. #include <bitsverp.h>
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Background Intelligent Transfer Service"
  16. #define VER_INTERNALNAME_STR "qmgr.dll"
  17. #include "common.ver"
  18. //***********************************************************************
  19. //
  20. // Error code descriptions
  21. //
  22. #include <bitsmsg.rc>
  23. //***********************************************************************
  24. //
  25. // Service Configuration and registry settings
  26. //
  27. REGINST REGINST DISCARDABLE "qmgr_v15.inf"
  28. //***********************************************************************
  29. //
  30. // String Table
  31. //
  32. STRINGTABLE DISCARDABLE
  33. BEGIN
  34. IDS_SERVICE_NAME "Background Intelligent Transfer Service"
  35. IDS_SERVICE_DESC "Transfers files in the background using idle network bandwidth. If the service is disabled, then any functions that depend on BITS, such as Windows Update or MSN Explorer will be unable to automatically download programs and other information."
  36. IDS_UNKNOWN_USER "(an unknown user)"
  37. END