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.

39 lines
1.3 KiB

  1. #include <windows.h>
  2. #include <winres.h>
  3. #include <ntverp.h>
  4. #include "resource.h"
  5. #define VER_FILETYPE VFT_APP
  6. #define VER_FILESUBTYPE VFT2_UNKNOWN
  7. #define VER_FILEDESCRIPTION_STR "EMS Setup Stub"
  8. #define VER_INTERNALNAME_STR "EMS_Setup.exe"
  9. #include "common.ver"
  10. /////////////////////////////////////////////////////////////////////////////
  11. //
  12. // Dialog
  13. //
  14. IDD_ABORTDIALOG DIALOG DISCARDABLE 0, 0, 235, 110
  15. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  16. CAPTION "EMS Aware Setup"
  17. FONT 8, "Arial"
  18. BEGIN
  19. LTEXT "You do not appear to have configured setup to run in an automated fashion. An Emergency Management Services connection was detected on your system, where you are currently being prompted for input.",IDC_STATIC,14,14,200,32,SS_NOPREFIX
  20. LTEXT "You may configure setup to run in an automated fashion over that connection. If you prefer to run setup via a local connection, dismiss this dialog and setup will proceed, possibly prompting you for input as setup progresses.",IDC_STATIC,14,50,200,32,SS_NOPREFIX
  21. DEFPUSHBUTTON "OK",IDOK,85,90,30,14,WS_GROUP
  22. END
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // String Table
  26. //
  27. //STRINGTABLE DISCARDABLE
  28. //BEGIN
  29. //
  30. //END