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.

37 lines
1.2 KiB

  1. #include <windows.h>
  2. #include <commctrl.h>
  3. #include "resource.h"
  4. #include <ntverp.h>
  5. REGINST REGINST MOVEABLE PURE "selfreg_inseng.inf"
  6. //
  7. #define VER_FILETYPE VFT_DLL
  8. #define VER_FILESUBTYPE VFT2_UNKNOWN
  9. #define VER_FILEDESCRIPTION_STR "Install engine"
  10. #define VER_INTERNALNAME_STR "inseng.dll"
  11. #define VER_ORIGINALFILENAME_STR "inseng.dll"
  12. #define VER_FILEOS VOS_NT_WINDOWS32
  13. #define VER_OLESELFREGISTER
  14. STRINGTABLE DISCARDABLE
  15. BEGIN
  16. IDS_DEPENDNAME "%s (for %s)"
  17. IDS_DISPLAYNAME "%s (%d of %d)"
  18. IDS_INSTALLENGINE "Microsoft Active Setup Engine"
  19. IDS_DEFAULTTITLE "Active Setup Installation"
  20. IDS_SECURITY "Security checking on your computer is not working properly. Setup can continue, but will be unable to check security.\n\nDo you want to continue Setup without security checks?"
  21. IDS_SECURITYTITLE "Skip security checks?"
  22. IDS_DOWNLOADSITEMGR "Download Site Manager"
  23. IDS_VERSIONCONFLICT "Version Conflict"
  24. IDS_VERSIONCONFLICTNT "Confirm File Replace"
  25. END
  26. #include "common.ver"