Click here to Skip to main content
15,891,136 members
Articles / Desktop Programming / MFC

Little Install Builder

Rate me:
Please Sign up or sign in to vote.
4.84/5 (23 votes)
30 Jul 20023 min read 100.1K   1.1K   47  
Building setup programs using Microsoft's setup scripts.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by InstallBuilder.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_INSTALLBUILDER_FORM         101
#define IDS_PROPSHT_CAPTION             102
#define IDD_WIZARDPAGE1                 103
#define IDD_WIZARDPAGE2                 104
#define IDD_WIZARDPAGE3                 105
#define IDD_WIZARDPAGE4                 106
#define IDR_MAINFRAME                   128
#define IDD_GENERAL_TAB                 130
#define IDD_FILES_TAB                   131
#define IDD_CHOOSE_FILE                 132
#define IDD_SHORTCUT_TAB                133
#define IDB_SETUP                       134
#define IDD_OUTPUT_TAB                  137
#define IDB_TABICONS                    140
#define IDR_FILESMENU                   141
#define IDR_SHORTCUTMENU                142
#define IDC_FINGER                      145
#define IDD_ADD_SHORTCUT                172
#define IDB_SHORTCUTS                   180
#define IDC_TABCTRL                     1000
#define IDC_COMPANYNAME                 1001
#define IDC_PRODUCTNAME                 1002
#define IDC_FILES                       1002
#define IDC_PRODUCTVERSION              1003
#define IDC_ADD                         1003
#define IDC_PRODUCTDESCRIPTION          1004
#define IDC_PRODUCTURL                  1005
#define IDC_NAME                        1005
#define IDC_FOLDER                      1005
#define IDC_COPYRIGHTNOTICE             1006
#define IDC_EDIT                        1006
#define IDC_SHORTCUTS                   1007
#define IDC_BUILD                       1012
#define IDC_TESTRUN                     1013
#define IDC_OUTPUTFOLDER                1014
#define IDC_SETUP_FILENAME              1015
#define IDC_BROWSE                      1016
#define IDC_REMOVE                      1019
#define IDC_APPLICATION                 1019
#define IDC_SUBDIRECTORIES              1020
#define IDC_SHOWCHECKBOX                1020
#define IDC_BROWSEAPP                   1021
#define IDC_STATIC1                     1022
#define IDC_TARGET                      1030
#define IDC_CMDLINE                     1031
#define IDC_WORKINGDIR                  1032
#define IDC_ICONPATH                    1033
#define IDC_STATIC_LINK                 1036
#define IDC_STATIC_MAIL                 1037
#define IDC_FILE_VERSION                1038
#define IDC_ICONINDEX                   1053
#define IDC_BROWSE_TARGET               1076
#define IDC_BROWSE_ICON                 1081
#define ID_BUILD_BUILDSETUP             32772
#define ID_BUILD_TESTRUNSETUP           32773
#define ID_BUILD_SETUP                  32774
#define ID_TESTRUNSETUP                 32775
#define ID_PROJECT_GENERAL              32776
#define ID_PROJECT_FILES                32777
#define ID_PROJECT_SHORTCUTS            32778
#define ID_PROJECT_OUTPUT               32779
#define ID_FILE_NEWPROJECTWIZARD        32781
#define ID_FILES_ADD                    32783
#define ID_FILES_REMOVE                 32785
#define ID_SHORTCUT_ADD                 32786
#define ID_SHORTCUT_REMOVE              32787
#define ID_SHORTCUT_EDIT                32788
#define ID_BUILD_ADDREMOVEPROGRAMS      32789

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        143
#define _APS_NEXT_COMMAND_VALUE         32790
#define _APS_NEXT_CONTROL_VALUE         1023
#define _APS_NEXT_SYMED_VALUE           107
#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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Netherlands Netherlands
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions