|
|
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
1.1.1.2 ! root 34: BEGIN
! 35: IDS_USAGE_TITLE, "Setup Information"
! 36: IDS_USAGE_MSG1, "This program requires Microsoft (R) Windows "
! 37: IDS_USAGE_MSG2, "version 3.0 or higher.\n\nUsage: Setup [/A] (/A - Administrator mode)\n"
1.1 root 38:
39: IDS_ABOUT_MENU, "&About..."
1.1.1.2 ! root 40: IDS_ABOUT_TITLE, "About Setup"
1.1 root 41: IDS_ABOUT_MSG, STFABOUTMSG
42:
43: IDS_ERROR, "Setup Message"
1.1.1.2 ! root 44: IDS_BAD_INF_SRC, "Could not find INF file."
! 45: IDS_BAD_SRC_PATH, "The Source Path value is invalid."
1.1 root 46: IDS_EXE_PATH_LONG, "The full path for the executable is too long"
1.1.1.2 ! root 47: IDS_GET_MOD_FAIL, "GetModuleFileName() did not return a full path"
1.1 root 48: IDS_VER_DLL "VER.DLL could not be loaded."
49:
1.1.1.2 ! root 50: IDS_REGISTER_CLASS, "Setup is in conflict with another task.\n\nPlease shutdown your other applications or restart Windows."
! 51: IDS_CREATE_WINDOW, "Setup could not create its Window.\n\nPlease shutdown your other applications or restart Windows."
! 52: IDS_SECOND_INSTANCE, "Another Setup is already running.\n\nPlease switch to and finish that other Setup or restart Windows."
1.1 root 53:
54: IDS_CD_BLANKNAME, "A name is required."
55: IDS_CD_BLANKORG, "A company name is required."
1.1.1.2 ! root 56: IDS_EXE_CORRUPT, "The Setup executable file has been corrupted."
1.1 root 57: IDS_CANT_END_SESSION, "Please exit the Program normally rather\nthan trying to end the session\nthrough the Program Manager."
58: IDS_SRC_FILE, "Source File:"
59: IDS_DST_FILE, "Destination File:"
60: IDS_REMOVING_FILE "Removing File:"
1.1.1.2 ! root 61: IDS_INS_DISK, "Please insert the disk labeled\n'"
! 62: IDS_INTO, "into drive "
1.1 root 63: IDS_BAD_CMDLINE, "The command line arguments are badly formed."
1.1.1.2 ! root 64: IDS_NOTDONE, "Setup is not yet complete.\n\nIf you quit now, this product\nwill not be correctly installed.\n\nQuit the setup of this product?"
1.1 root 65:
66: IDS_DECOMP_OKAY, "Copy/Decompression operation was successful."
67: IDS_DECOMP_FAIL, "Copy/Decompression operation failed."
1.1.1.2 ! root 68: IDS_DECOMP_FIND1, "Insert disk with file: "
1.1 root 69: IDS_DECOMP_FIND2, "Cannot find file to copy/decompress: "
70:
1.1.1.2 ! root 71: IDS_NONVITAL, "Setup can proceed without copying the \nfiles on this disk. \nIs it okay to proceed without these files?"
! 72: END
1.1 root 73:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.