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.

51 lines
1.6 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Task Scheduler installation helper app
  4. //
  5. // Microsoft Windows
  6. // Copyright (C) Microsoft Corporation, 1992 - 2001.
  7. //
  8. // File: setup.rc
  9. //
  10. // Contents: resources
  11. //
  12. // History: ??-???-?? ? created
  13. // 20-Nov-01 ShBrown Switched to use standard NT build versioning
  14. //
  15. //-----------------------------------------------------------------------------
  16. #include <windows.h>
  17. #include "setupids.h"
  18. STRINGTABLE DISCARDABLE
  19. BEGIN
  20. IDS_INSTALL_FAILURE "Error during installation of the Task Scheduler Service; %s error = %d."
  21. IDS_START_FAILURE "Task Scheduler Service installation succeeded, but the service failed to start; %s error = %d."
  22. IDS_LOGON_NOTICE_ERROR "An error prevents the Task Scheduler from starting logon tasks! %s error = %d."
  23. IDS_SERVICE_DISPLAY_NAME "Task Scheduler"
  24. #if defined(_CHICAGO_)
  25. IDS_SAGE_SHORTCUT_GROUP "Accessories\\System Tools"
  26. IDS_SAGE_SHORTCUT "System Agent"
  27. IDS_DEFAULT_SYSAGENT_PATH "\\Program Files\\Plus!"
  28. #endif // _CHICAGO
  29. END
  30. //+----------------------------------------------------------------------------
  31. //
  32. // Version resource
  33. //
  34. //-----------------------------------------------------------------------------
  35. #include <ntverp.h>
  36. #define VER_FILETYPE VFT_APP
  37. #define VER_FILESUBTYPE VFT2_UNKNOWN
  38. #define VER_FILEDESCRIPTION_STR "Task Scheduler Setup"
  39. #define VER_INTERNALNAME_STR "TaskScheduler"
  40. #define VER_ORIGINALFILENAME_STR "mstinit.exe"
  41. #include <common.ver>