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.

39 lines
590 B

  1. /*++
  2. Name:
  3. gdsetup.rc
  4. Abstract:
  5. This function describes the resources required for
  6. Internet Services setup.
  7. Environment:
  8. User Mode- Win32.
  9. File History:
  10. Murali R. Krishnan ( MuraliK) 07-March-1995
  11. --*/
  12. #include <windows.h>
  13. #include <ntverp.h>
  14. #define VER_FILETYPE VFT_APP
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "Internet Services Setup"
  17. #define VER_INTERNALNAME_STR "svcsetup.exe"
  18. #include "iisver.h"
  19. #include "common.ver"
  20.