Click here to Skip to main content
15,885,278 members
Articles / Desktop Programming / MFC

Easy Installer

Rate me:
Please Sign up or sign in to vote.
4.81/5 (57 votes)
14 Sep 2006CPOL11 min read 276.8K   3.7K   155  
The Easy Installer program
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Installer.rc
//
#define IDR_MAINFRAME                   128
#define IDB_PRINTER                     129
#define IDR_IDR_EXE_INSTALLER           130
#define IDD_WIZARD                      131
#define IDB_GLOBE                       133
#define IDB_SETUP                       134
#define IDW_SETUP                       136
#define IDW_HARDWARE                    137
#define IDW_PRINTER                     138
#define IDW_INTRO                       140
#define IDW_AGREEMENT                   141
#define IDW_INFO                        142
#define IDW_DESTINATION                 143
#define IDW_TASKS                       144
#define IDW_INSTALL                     145
#define IDC_HYPERLINK                   1005
#define IDB_DIALOG_WIZ                  1006
#define IDC_SHEETRECT                   1010
#define RB_ACCEPT                       1011
#define RB_DECLINE                      1012
#define IDC_EDIT1                       1017
#define ST_CAPTION                      1018
#define ED_CAPTION                      1019
#define CB_ALLOW_FINISH                 1020
#define IDC_BUTTON1                     1021
#define ST_CAPTION1                     1022
#define IDC_CHECK1                      1022
#define ST_CAPTION2                     1023
#define IDC_CHECK2                      1023
#define IDC_CHECK3                      1024

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        135
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1025
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Israel Israel
lichen farmer, semi-lingual, never saw a Sylvester Stallone movie

Comments and Discussions