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.3 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Copyright (c) 1997-1999 Microsoft Corporation
  4. //
  5. // File: resource.h
  6. //
  7. // Contents:
  8. //
  9. // History:
  10. //
  11. //---------------------------------------------------------------------------
  12. #include <ntverp.h>
  13. #define VER_FILETYPE VFT_APP
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "License Server Optional Component Setup"
  16. #define VER_INTERNALNAME_STR "licenoc"
  17. #define VER_ORIGINALFILENAME_STR "licenoc.dll"
  18. #include "common.ver"
  19. #define IDS_STRING_DIRECTORY_SELECT 1
  20. #define IDS_STRING_INVLID_INSTALLATION_DIRECTORY 2
  21. #define IDS_STRING_CREATE_INSTALLATION_DIRECTORY 3
  22. #define IDS_STRING_CANT_CREATE_INSTALLATION_DIRECTORY 4
  23. #define IDS_MAIN_TITLE 5
  24. #define IDS_SUB_TITLE 6
  25. #define IDS_STRING_LICENSES_GO_BYE_BYE 7
  26. #define IDS_INSUFFICIENT_PERMISSION 8
  27. #define IDD_PROPPAGE_LICENSESERVICES 110
  28. #define IDC_EDIT_INSTALL_DIR 1000
  29. #define IDC_BUTTON_BROWSE_DIR 1001
  30. #define IDC_RADIO_ENTERPRISE_SERVER 1002
  31. #define IDC_RADIO_PLAIN_SERVER 1003
  32. #define IDC_STATIC -1