home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sysmgmt / setup / infinst / resource.h < prev    next >
C/C++ Source or Header  |  1997-10-05  |  3KB  |  62 lines

  1.  
  2. /******************************************************************************\
  3. *       This is a part of the Microsoft Source Code Samples. 
  4. *       Copyright (C) 1995-1997 Microsoft Corporation.
  5. *       All rights reserved. 
  6. *       This source code is only intended as a supplement to 
  7. *       Microsoft Development Tools and/or WinHelp documentation.
  8. *       See these sources for detailed information regarding the 
  9. *       Microsoft samples programs.
  10. \******************************************************************************/
  11.  
  12. // Used by infinst.RC
  13. //
  14. #define IDS_LICENSE_ACCEPT              1
  15. #define IDC_LICENSE_ACCEPT              101
  16. #define IDS_LICENSE_DECLINE             2
  17. #define IDC_LICENSE_DECLINE             102
  18. #define IDS_CUSTOM_OPTION1              5
  19. #define IDS_CUSTOM_OPTION2              6
  20. #define IDS_CUSTOM_OPTION3              7
  21. #define IDS_CUSTOM_OPTION4              8
  22. #define IDC_CUSTOM_OPTION1              9
  23. #define IDC_CUSTOM_OPTION2              10
  24. #define IDC_CUSTOM_OPTION3              11
  25. #define IDC_CUSTOM_OPTION4              12
  26. #define IDS_INSTALL_TYPE                17
  27. #define IDS_INSTALL_TYPE2               18
  28. #define IDS_INSTALL_TYPE3               19
  29. #define IDS_INSTALL_TYPE4               20
  30. #define IDD_INSTALL                     101
  31. #define IDD_WELCOME                     102
  32. #define IDD_CUSTOM_OPTIONS              103
  33. #define IDD_LICENSE                     104
  34. #define IDD_INSTALL_TYPE                105
  35. #define IDD_INFO                        106
  36. #define IDD_SPECITY_LOCATION            107
  37. #define IDD_INSTALL_DESTINATION         107
  38. #define IDC_MUST_AGREE                  999
  39. #define LICENSE_TEXT                    1010
  40. #define LICENSE_BOTTOM1                 1011
  41. #define LICENSE_BOTTOM2                 1012
  42. #define LICENSE_TOP1                    1013
  43. #define LICENSE_TOP2                    1014
  44. #define IDC_INSTALL_TYPE1               1016
  45. #define IDC_INSTALL_TYPE2               1017
  46. #define IDC_INSTALL_TYPE3               1018
  47. #define IDC_INSTALL_TYPE4               1019
  48. #define IDE_NAME                        1020
  49. #define IDE_TITLE                       1021
  50. #define IDE_COMPANY                     1021
  51. #define IDE_PROJECT                     1022
  52. #define IDE_PRODUCT_ID                  1022
  53. #define IDE_DEPARTMENT                  1023
  54. #define IDE_EMAIL                       1023
  55. #define IDE_PATH                        1024
  56. #define IDC_INSTALL_TYPE_UNINSTALL      1024
  57. #define IDC_INSTALL_TYPE_MIN            1025
  58. #define IDC_INSTALL_TYPE_CUSTOM         1026
  59. #define IDC_INSTALL_TYPE_NORMAL         1027
  60. #define IDC_STATIC                      -1
  61.  
  62.