|
|
1.1 root 1: #include "ids.h"
2: #include "bldver.h"
3:
4: VS_VERSION_INFO VERSIONINFO
5: FILEVERSION VER_FILEVERSION
6: PRODUCTVERSION VER_PRODUCTVERSION
7: FILEFLAGSMASK VER_FILEFLAGSMASK
8: FILEFLAGS VER_FILEFLAGS
9: FILEOS VER_FILEOS
10: FILETYPE VER_FILETYPE
11: FILESUBTYPE VER_FILESUBTYPE
12: {
13: BLOCK "StringFileInfo"
14: {
15: BLOCK "040904E4"
16: {
17: VALUE "CompanyName", VER_COMPANYNAME_STR
18: VALUE "FileDescription", "Setup Shell Library\0"
19: VALUE "FileVersion", VER_FILEVERSION_STR
20: VALUE "InternalName", "MSSHLSTF.DLL\0"
21: VALUE "LegalCopyright", VER_LEGALCOPYRIGHT_STR
22: VALUE "LegalTrademarks", VER_LEGALTRADEMARKS_STR
23: VALUE "ProductName", VER_PRODUCTNAME_STR
24: VALUE "ProductVersion", VER_PRODUCTVERSION_STR
25: VALUE "Comments", VER_COMMENT_STR
26: }
27: }
28: }
29:
30: 147 ICON SETUP.ICO
31:
32:
33: STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
34: {
35: IDS_NULL, ""
36: IDS_USAGE_TITLE, "Usage"
37: IDS_USAGE_MSG1, "Microsoft Setup\n\nUsage: SETUP [/?] [/S <Src Path>] [/I <INF Src File>] [{/Z or /Y} <src> <dest>]\n /? -- generates this Usage message.\n "
38: IDS_USAGE_MSG2, "/S -- defaults to Current Working Directory.\n /Z -- copy <src> to <dest> with decompression.\n /Y -- same as /Z except append to <dest>."
39:
40: IDS_ABOUT_MENU, "&About..."
41: IDS_ABOUT_TITLE, "About Setup\0Initial_Padding...\0More_Padding..."
42: IDS_ABOUT_MSG, STFABOUTMSG
43:
44: IDS_ERROR, "Setup Message"
45: IDS_INTERNAL_ERROR, "Internal Setup Message"
46: IDS_BAD_INF_SRC, "Could not find INF Source File.\nCheck the /I parameter"
47: IDS_BAD_SRC_PATH, "The Source Path value is invalid.\nCheck the /S parameter"
48: IDS_EXE_PATH_LONG, "The full path for the executable is too long"
49: IDS_GET_MOD_FAIL, "GetModuleFileName did not return a full path"
50: IDS_VER_DLL "VER.DLL could not be loaded."
51:
52: IDS_REGISTER_CLASS, "Another instance of Setup may already be running"
53: IDS_CREATE_WINDOW, "Could not create the Setup Window"
54: IDS_SECOND_INSTANCE, "Setup is already running.\n\nYou can only run one copy\nof Setup"
55:
56: IDS_SETUP_INF, "INF"
57:
58: IDS_CD_BLANKNAME, "A name is required."
59: IDS_CD_BLANKORG, "A company name is required."
60: IDS_EXE_CORRUPT, "The Executable File Has Been Corrupted."
61: IDS_WARNING, "WARNING"
62: IDS_MESSAGE, " - Message"
63: IDS_CANT_END_SESSION, "Please exit the Program normally rather\nthan trying to end the session\nthrough the Program Manager."
64: IDS_SRC_FILE, "Source File:"
65: IDS_DST_FILE, "Destination File:"
66: IDS_REMOVING_FILE "Removing File:"
67: IDS_INS_DISK, "Please insert the diskette labeled:\n "
68: IDS_INTO, "\n into:\n "
69: IDS_BAD_CMDLINE, "The command line arguments are badly formed."
70: IDS_CANCEL, "---Cancel---"
71: IDS_PROGRESS, "Progress"
72: IDS_NOTDONE, "Setup is not yet complete.\n\nIf you exit now, this software\nwill not be correctly installed\nfor use.\n\nExit Setup ?"
73:
74: IDS_DECOMP_TITLE, "Setup Message"
75: IDS_DECOMP_OKAY, "Copy/Decompression operation was successful."
76: IDS_DECOMP_FAIL, "Copy/Decompression operation failed."
77: IDS_DECOMP_FIND1, "Insert diskette with file: "
78: IDS_DECOMP_FIND2, "Cannot find file to copy/decompress: "
79:
80: IDS_FRAME_TITLE, "Setup"
81: }
82:
83:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.