mirror of https://github.com/lianthony/NT4.0
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.
62 lines
2.7 KiB
62 lines
2.7 KiB
|
|
/******************************************************************************\
|
|
* This is a part of the Microsoft Source Code Samples.
|
|
* Copyright (C) 1995-1996 Microsoft Corporation.
|
|
* All rights reserved.
|
|
* This source code is only intended as a supplement to
|
|
* Microsoft Development Tools and/or WinHelp documentation.
|
|
* See these sources for detailed information regarding the
|
|
* Microsoft samples programs.
|
|
\******************************************************************************/
|
|
|
|
// Used by infinst.RC
|
|
//
|
|
#define IDS_LICENSE_ACCEPT 1
|
|
#define IDC_LICENSE_ACCEPT 101
|
|
#define IDS_LICENSE_DECLINE 2
|
|
#define IDC_LICENSE_DECLINE 102
|
|
#define IDS_CUSTOM_OPTION1 5
|
|
#define IDS_CUSTOM_OPTION2 6
|
|
#define IDS_CUSTOM_OPTION3 7
|
|
#define IDS_CUSTOM_OPTION4 8
|
|
#define IDC_CUSTOM_OPTION1 9
|
|
#define IDC_CUSTOM_OPTION2 10
|
|
#define IDC_CUSTOM_OPTION3 11
|
|
#define IDC_CUSTOM_OPTION4 12
|
|
#define IDS_INSTALL_TYPE 17
|
|
#define IDS_INSTALL_TYPE2 18
|
|
#define IDS_INSTALL_TYPE3 19
|
|
#define IDS_INSTALL_TYPE4 20
|
|
#define IDD_INSTALL 101
|
|
#define IDD_WELCOME 102
|
|
#define IDD_CUSTOM_OPTIONS 103
|
|
#define IDD_LICENSE 104
|
|
#define IDD_INSTALL_TYPE 105
|
|
#define IDD_INFO 106
|
|
#define IDD_SPECITY_LOCATION 107
|
|
#define IDD_INSTALL_DESTINATION 107
|
|
#define IDC_CREATE_UNINSTALL 109
|
|
#define IDC_NO_CREATE_UNINSTALL 110
|
|
#define IDC_MUST_AGREE 999
|
|
#define LICENSE_TEXT 1010
|
|
#define LICENSE_BOTTOM1 1011
|
|
#define LICENSE_BOTTOM2 1012
|
|
#define LICENSE_TOP1 1013
|
|
#define LICENSE_TOP2 1014
|
|
#define IDC_INSTALL_TYPE1 1016
|
|
#define IDC_INSTALL_TYPE2 1017
|
|
#define IDC_INSTALL_TYPE3 1018
|
|
#define IDC_INSTALL_TYPE4 1019
|
|
#define IDE_NAME 1020
|
|
#define IDE_TITLE 1021
|
|
#define IDE_COMPANY 1021
|
|
#define IDE_PROJECT 1022
|
|
#define IDE_PRODUCT_ID 1022
|
|
#define IDE_DEPARTMENT 1023
|
|
#define IDE_EMAIL 1023
|
|
#define IDE_PATH 1024
|
|
#define IDC_INSTALL_TYPE_UNINSTALL 1024
|
|
#define IDC_INSTALL_TYPE_MIN 1025
|
|
#define IDC_INSTALL_TYPE_CUSTOM 1026
|
|
#define IDC_INSTALL_TYPE_NORMAL 1027
|
|
#define IDC_STATIC -1
|