Click here to Skip to main content
15,895,084 members
Articles / Desktop Programming / MFC

dotNetInstaller - Setup Bootstrapper for .NET Application

Rate me:
Please Sign up or sign in to vote.
4.96/5 (87 votes)
4 Jan 2004MIT22 min read 1M   2.2K   310  
With this tool the developer can define the application prerequisites and install the correct version of these components in the correct order based on the user operating system type and language, allow the user to download these components from the web or install these components directly.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by dotNetInstaller.rc
//
#define IDD_DOTNETINSTALLER_DIALOG      102
#define IDR_MAINFRAME                   128
#define IDD_DIALOGINSTALL               131
#define IDD_DOWNLOAD_DIALOG             132
#define IDC_INSTALL                     1000
#define IDC_COMPONENTS_LIST             1001
#define IDC_REINSTALL_ALL               1002
#define IDC_MESSAGE                     1003
#define IDC_PICTUREBOX                  1004
#define IDC_OPERATING_SYSTEM            1005
#define IDC_NEXT                        1006
#define IDC_BUTTON2                     1007
#define IDC_SKIP                        1007
#define IDC_HELP_INSTALL                1008
#define IDC_INSTALL_ICON                1009
#define IDC_CANCEL                      1010
#define IDC_PROGRESSDOWNLOAD            1011
#define IDC_START                       1012
#define IDC_HELP_DOWNLOAD               1013
#define IDC_STATUS                      1014

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


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

Comments and Discussions