Click here to Skip to main content
15,895,809 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 278.5K   3.7K   155  
The Easy Installer program
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by CreateInstaller.rc
//
#define IDD_CREATEINSTALLER_DIALOG      102
#define IDR_MAINFRAME                   128
#define IDR_IDR_EXE_INSTALLER           129
#define IDD_DIALOG1                     130
#define IDC_INFNAME                     1000
#define IDC_INBROWSE                    1001
#define ID_MAKEEXE                      1002
#define IDC_OUTFNAME                    1003
#define IDC_OUTBROWSE                   1004
#define IDC_INLIST                      1005
#define IDC_DELINFILES                  1006
#define IDC_EDIT1                       1007
#define IDC_COMBO1                      1008
#define IDC_BUTTON1                     1009
#define IDC_CHECK1                      1010
#define IDC_CHECK2                      1011
#define IDC_CHECK3                      1012
#define IDC_CHECK4                      1013
#define IDC_CHECK5                      1014
#define IDC_CHECK6                      1015
#define IDC_CHECK7                      1016
#define IDC_EDIT2                       1017
#define IDC_BUTTON2                     1018
#define IDC_BUTTON3                     1019

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        131
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1020
#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