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.

37 lines
1.1 KiB

  1. #include <windows.h>
  2. #include "rc_ids.h"
  3. #include "dialogs.h"
  4. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  5. {
  6. IDS_CANT_START_WINHELP, "Unable to start help."
  7. IDS_BAD_LOCATION, "The specified location is invalid or does not contain the Books Online files."
  8. IDS_BROWSE_TITLE, "Locate Books Online Files"
  9. IDS_FILETYPE_NAME, "Books Online"
  10. IDS_USAGE, "Invalid command line arguments"
  11. IDS_FILELIST_CAPTION, "Books Online"
  12. IDS_FILELIST, "Please wait while the Books Online are examined to determine their size."
  13. IDS_LAYOUT_INF_DAMAGED, "The system file LAYOUT.INF is damaged."
  14. }
  15. IDI_MAIN ICON BOOKS.ICO
  16. #include "msg.rc"
  17. #include "dialogs.dlg"
  18. #include <ntverp.h>
  19. #define VER_FILETYPE VFT_APP
  20. #define VER_FILESUBTYPE VFT2_UNKNOWN
  21. #define VER_FILEDESCRIPTION_STR "Microsoft\256 Setup Online Books Install Utility"
  22. #define VER_INTERNALNAME_STR "ntbooks.exe"
  23. #define VER_ORIGINALFILENAME_STR "ntbooks.exe"
  24. #include <common.ver>