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.

124 lines
4.2 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. //#include "afxres.h"
  10. #include "windows.h"
  11. #include "iernonce.rcv"
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  17. #ifdef _WIN32
  18. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  19. #pragma code_page(1252)
  20. #endif //_WIN32
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // Dialog
  24. //
  25. IDD_RUNONCE DIALOG DISCARDABLE 0, 0, 206, 166
  26. STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION
  27. CAPTION "Windows Update"
  28. FONT 8, "MS Shell Dlg"
  29. BEGIN
  30. LTEXT "Windows is now setting up the following items:",
  31. IDC_STATIC,36,13,163,11
  32. LISTBOX IDC_LIST2,36,32,163,127,LBS_OWNERDRAWVARIABLE |
  33. LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_DISABLED |
  34. NOT WS_BORDER | WS_VSCROLL | WS_TABSTOP
  35. ICON IDI_SETUP,IDC_STATIC,7,7,18,20
  36. END
  37. //////////////////////////////////////////////////////////////////////////////
  38. //
  39. // Icon
  40. //
  41. IDI_SETUP ICON DISCARDABLE "SETUP.ICO"
  42. #ifdef APSTUDIO_INVOKED
  43. /////////////////////////////////////////////////////////////////////////////
  44. //
  45. // TEXTINCLUDE
  46. //
  47. 1 TEXTINCLUDE DISCARDABLE
  48. BEGIN
  49. "resource.h\0"
  50. END
  51. 2 TEXTINCLUDE DISCARDABLE
  52. BEGIN
  53. "#include ""afxres.h""\r\n"
  54. "\0"
  55. END
  56. 3 TEXTINCLUDE DISCARDABLE
  57. BEGIN
  58. "\r\n"
  59. "\0"
  60. END
  61. #endif // APSTUDIO_INVOKED
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // String Table
  65. //
  66. STRINGTABLE DISCARDABLE
  67. BEGIN
  68. IDS_RUNONCEEX_BAD_FUNCTIONNAME
  69. "The format of the ""%1"" RunEx or RunOnceEx entry was invalid. A vertical bar ('|') is needed after the function name and the function needs to support WinMain() parameters."
  70. IDS_RUNONCEEX_CANNOT_LOAD_DLL
  71. "An error occurred loading ""%1"". The file may not have been installed or it has been corrupted."
  72. IDS_RUNONCEEX_EXCEPTION "An error or exception occurred while calling the function ""%1"" in ""%2""."
  73. IDS_RUNONCEEX_BAD_SHELLEXEC_CMD
  74. "The format of the following RunEx or RunOnceEx command is incorrect: %1. The shell execute command must start with ""||""."
  75. IDS_RUNONCEEX_CANNOT_FIND_FUNCTION
  76. "Unable to call the function ""%1"" in the file ""%2"" because that function does not exist or is not exported."
  77. IDS_RUNONCEEX_EXE_EXCEPTION
  78. "An error or exception occurred while executing ""%1""."
  79. IDS_RUNONCEEX_FIND_FUNC_FAILED
  80. "Unable to find the function ""%1"" in the file ""%2""."
  81. IDS_RUNONCEEX_LOAD_DEPEND_FAILED
  82. "Unable to load the dependency file ""%1""."
  83. IDS_RUNONCEEX_REGISTER_ERROR
  84. "An error has occurred while setting up ""%1"". This error has been logged, the installation will continue"
  85. IDS_RUNONCEEX_NOT_NT_ADMIN
  86. "The previous installation of an application has not been completed.\r\n\r\nLogon with an Administrator account to complete the installation."
  87. IDS_RUNONCEEX_TITLE "Windows Update"
  88. IDS_RUNONCEEX_SERVICE_REQUIRES_REBOOT
  89. "Some services could not be started. Setup needs to restart your system in order to start the services."
  90. END
  91. #endif // English (U.S.) resources
  92. /////////////////////////////////////////////////////////////////////////////
  93. #ifndef APSTUDIO_INVOKED
  94. /////////////////////////////////////////////////////////////////////////////
  95. //
  96. // Generated from the TEXTINCLUDE 3 resource.
  97. //
  98. /////////////////////////////////////////////////////////////////////////////
  99. #endif // not APSTUDIO_INVOKED