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.

22 lines
970 B

  1. //***************************************************************************
  2. //* Copyright (c) Microsoft Corporation 1995. All rights reserved. *
  3. //***************************************************************************
  4. //* *
  5. //* CABPACK.RCV - *
  6. //* *
  7. //***************************************************************************
  8. #define VER_FILETYPE VFT_APP
  9. #define VER_FILESUBTYPE VFT_UNKNOWN
  10. #define VER_FILEDESCRIPTION_STR "Wizard"
  11. #define VER_INTERNALNAME_STR "IEXPRESS"
  12. #define VER_ORIGINALFILENAME_STR "IEXPRESS.EXE"
  13. #if WINNT
  14. #include <winver.h>
  15. #include <ntverp.h>
  16. #else
  17. #include <version.h>
  18. #endif
  19. #include <common.ver>