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.

43 lines
1.4 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. END
  25. //+----------------------------------------------------------------------------
  26. //
  27. // Version resource
  28. //
  29. //-----------------------------------------------------------------------------
  30. #include <ntverp.h>
  31. #define VER_FILETYPE VFT_APP
  32. #define VER_FILESUBTYPE VFT2_UNKNOWN
  33. #define VER_FILEDESCRIPTION_STR "Task Scheduler Setup"
  34. #define VER_INTERNALNAME_STR "TaskScheduler"
  35. #define VER_ORIGINALFILENAME_STR "mstinit.exe"
  36. #include <common.ver>