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.

92 lines
2.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. /////////////////////////////////////////////////////////////////////////////
  10. #undef APSTUDIO_READONLY_SYMBOLS
  11. #ifdef APSTUDIO_INVOKED
  12. /////////////////////////////////////////////////////////////////////////////
  13. //
  14. // TEXTINCLUDE
  15. //
  16. 1 TEXTINCLUDE DISCARDABLE
  17. BEGIN
  18. "resource.h\0"
  19. END
  20. 2 TEXTINCLUDE DISCARDABLE
  21. BEGIN
  22. "\r\n"
  23. "\0"
  24. END
  25. 3 TEXTINCLUDE DISCARDABLE
  26. BEGIN
  27. "\r\n"
  28. "\0"
  29. END
  30. #endif // APSTUDIO_INVOKED
  31. /////////////////////////////////////////////////////////////////////////////
  32. //
  33. // Icon
  34. //
  35. // Icon with lowest ID value placed first to ensure application icon
  36. // remains consistent on all systems.
  37. IDI_ICON3 ICON DISCARDABLE "setup.ico"
  38. /////////////////////////////////////////////////////////////////////////////
  39. //
  40. // String Table
  41. //
  42. STRINGTABLE DISCARDABLE
  43. BEGIN
  44. IDS_UNABLE_TO_FIND "Unable to find %s"
  45. IDS_TITLE "Install"
  46. IDS_ERROR "Error"
  47. IDS_INF_FAILED "Installation failed"
  48. IDS_SECTION_NAME "DefaultInstall"
  49. IDS_INF_FILENAME "install.inf"
  50. END
  51. #ifndef APSTUDIO_INVOKED
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Generated from the TEXTINCLUDE 3 resource.
  55. //
  56. /////////////////////////////////////////////////////////////////////////////
  57. #endif // not APSTUDIO_INVOKED
  58. //---------------------------------------------------------------------------
  59. // Version info.
  60. //---------------------------------------------------------------------------
  61. #include <winver.h>
  62. #define VER_FILETYPE VFT_APP
  63. #define VER_FILESUBTYPE VFT_UNKNOWN
  64. #define VER_FILEDESCRIPTION_STR "Install.inf installer"
  65. #define VER_INTERNALNAME_STR "Install"
  66. #define VER_LEGALCOPYRIGHT_YEARS "1997"
  67. #define VER_ORIGINALFILENAME_STR "install.EXE"
  68. #define VER_FILEOS VOS_NT_WINDOWS32
  69. #include <ntverp.h>
  70. #include <common.ver>