|
|
1.1 root 1: #include <windows.h>
2: #include "bldver.h"
3:
4:
5: 147 ICON PRELOAD SETUP.ICO
6:
7:
8: VS_VERSION_INFO VERSIONINFO
9: FILEVERSION VER_FILEVERSION
10: PRODUCTVERSION VER_PRODUCTVERSION
11: FILEFLAGSMASK VER_FILEFLAGSMASK
12: FILEFLAGS VER_FILEFLAGS
13: FILEOS VER_FILEOS
14: FILETYPE VFT_APP
15: FILESUBTYPE VER_FILESUBTYPE
16: {
17: BLOCK "StringFileInfo"
18: {
19: BLOCK "040904E4"
20: {
21: VALUE "CompanyName", VER_COMPANYNAME_STR
22: VALUE "FileDescription", "MS-Setup Setup Exe\0"
23: VALUE "FileVersion", VER_FILEVERSION_STR
24: VALUE "InternalName", "SETUP.EXE\0"
25: VALUE "LegalCopyright", VER_LEGALCOPYRIGHT_STR
26: VALUE "LegalTrademarks", VER_LEGALTRADEMARKS_STR
27: VALUE "ProductName", VER_PRODUCTNAME_STR
28: VALUE "ProductVersion", VER_PRODUCTVERSION_STR
29: VALUE "Comments", VER_COMMENT_STR
30: }
31: }
32: }
33:
34:
35: #ifdef INTERNATIONAL_NOTE
36: /* International Note - do not modify %s or %1ld sequences below. */
37: #endif
38: STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
39: {
40: 0, "Setup Initialization Error"
41: 1, "The executable file has been corrupted."
42: 2, "Another Setup is already running.\n\nPlease switch to and finish that\nother Setup or restart Windows, then retry this Setup."
43: 3, "Setup cannot access required initialization\nfile: '%s'."
44: 4, "There is insufficient memory or disk space to run Setup.\nSetup needs about %1ldkb of free disk space.\n\n"
45: 8, "Try shutting down other applications, restarting Windows, or freeing some disk space."
46: 5, "A Setup initialization file has been corrupted."
47: 6, "There is insufficient memory to run Setup.\n\nTry shutting down other applications or restarting Windows."
48: 7, "There is insufficient disk space to run Setup.\nSetup needs about %1ldkb of free disk space.\n\nTry freeing some disk space."
49: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.