Annotation of mstools/mssetup/intldll/mscomstf.rc, revision 1.1.1.2

1.1       root        1: #include "ids.h"
                      2: #include "logids.h"
                      3: #include "bldver.h"
                      4: 
                      5: VS_VERSION_INFO VERSIONINFO
                      6: FILEVERSION     VER_FILEVERSION
                      7: PRODUCTVERSION  VER_PRODUCTVERSION
                      8: FILEFLAGSMASK   VER_FILEFLAGSMASK
                      9: FILEFLAGS       VER_FILEFLAGS
                     10: FILEOS          VER_FILEOS
                     11: FILETYPE        VER_FILETYPE
                     12: FILESUBTYPE     VER_FILESUBTYPE
                     13: {
                     14:    BLOCK "StringFileInfo"
                     15:    {
                     16:    BLOCK "040904E4"
                     17:       {
                     18:       VALUE "CompanyName",     VER_COMPANYNAME_STR
                     19:       VALUE "FileDescription", "Setup Common Library\0"
                     20:       VALUE "FileVersion",     VER_FILEVERSION_STR
                     21:       VALUE "InternalName",    "MSCOMSTF.DLL\0"
                     22:       VALUE "LegalCopyright",  VER_LEGALCOPYRIGHT_STR
                     23:       VALUE "LegalTrademarks", VER_LEGALTRADEMARKS_STR
                     24:       VALUE "ProductName",     VER_PRODUCTNAME_STR
                     25:       VALUE "ProductVersion",  VER_PRODUCTVERSION_STR
                     26:       VALUE "Comments",        VER_COMMENT_STR
                     27:       }
                     28:    }
                     29: }
                     30: 
                     31: STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
                     32:        {
1.1.1.2 ! root       33:        LF_OpenLogFile,                  "[000]  Setup Log File Opened %s %s"
        !            34:        LF_CloseLogFile,             "[999] Setup Log File Closed %s %s"
1.1       root       35: 
                     36:        LF_CreateDirectory,          "[01] Creating Directory: '%s'"
                     37:        LF_CreateDirectoryPiece,     "[02]   Creating Directory Piece: '%s'"
                     38:        LF_RemoveDirectory,          "[03] Removing Directory: '%s'"
                     39: 
                     40:        LF_CopyFilesInCopyList,      ";; CopyFilesInCopyList"
                     41:        LF_OurDecompCopyFile,        "[21] Using Decomp to copy file: '%s',  to: '%s'"
                     42:        LF_SDKDecompCopyFile,        "[22] Using Windows VER.DLL to copy file: '%s',  to: '%s'"
                     43:        LF_CopyFile,                 "[23] Using Straight copy of file: '%s',  to: '%s'"
                     44:        LF_OverwritingFile,          "[24] Overwriting file: '%s'"
                     45:        LF_RemoveFile,               "[25] Removing file: '%s'"
                     46:        LF_BackupFile,               "[26] Backing up file: '%s',  to: '%s'"
                     47:        LF_RenameFile,               "[27] Renaming file: '%s',  to: '%s'"
                     48:        LF_DumpCopyList,             "[28] Dumping CopyList to file: '%s'"
                     49: 
                     50:        LF_CreateIniSection,         "[51] Creating Ini Section - file: '%s',  section: '%s'"
                     51:        LF_RemoveIniSection,         "[53] Removing Ini Section - file: '%s',  section: '%s'"
                     52:        LF_CreateIniKeyValue,        "[55] Creating Ini Key (With Value) - file: '%s',  section: '%s',  key: '%s',  value: '%s'"
                     53:        LF_RemoveIniKey,             "[57] Removing Ini Key - file: '%s',  section: '%s',  key: '%s'"
                     54:        LF_AppendIniKeyValue,        "[58] Appending Ini Key Value - file: '%s',  section: '%s',  key: '%s',  new value: '%s'"
                     55:        LF_CreateSysIniKeyValue,     "[59] Creating Sys Ini Key Value - file: '%s',  section: '%s',  key: '%s',  value: '%s'"
                     56: 
                     57:        LF_CreateProgManGroup,       "[71] Creating ProgMan group: '%s',  path: '%s'"
                     58:        LF_RemoveProgManGroup,       "[72] Removing ProgMan group: '%s'"
                     59:        LF_CreateProgManItem,        "[73] Creating ProgMan item - group: '%s',  item: '%s',  command: '%s'"
                     60: 
                     61:        LF_StampResource,            "[81] Stamping Resource in file: '%s',  type: '%d',  ID: '%d'"
                     62:        LF_CloseSystem,              "[82] Closing System Name: '%s',  Org: '%s',  Date: '%s',  Serial: '%s'"
                     63:        LF_AddDos5Help,              "[83] Adding to DOS5 Help file: '%s',  app: '%s'"
                     64: 
                     65:        LF_SetRestartDir,            "[91] Setting Restart Directory: '%s'"
                     66:        LF_ExitExecRestart,          "[92] Calling ExitExecRestart"
                     67: 
                     68: 
                     69:        IDS_ERROR,               "Setup Message"
1.1.1.2 ! root       70:        IDS_BAD_CMDLINE,             "The command line arguments are badly formed."
        !            71:        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       72: 
                     73:     // error messages
                     74:     IDS_ERROR_OOM,           "More memory needed to complete Setup.\n\nTry shutting down some other active programs."
                     75:     IDS_ERROR_OPENFILE,      "Could not open the file named: '%s'."
                     76:     IDS_ERROR_CREATEFILE,    "Could not create the file named: '%s'."
                     77:     IDS_ERROR_READFILE,      "Could not read from the file named: '%s'."
                     78:     IDS_ERROR_WRITEFILE,     "Could not write to the file named: '%s'."
1.1.1.2 ! root       79:        IDS_WRITE_OOD,           "\nPlease verify that destination drive has enough disk space."
1.1       root       80:     IDS_ERROR_REMOVEFILE,    "Could not remove the file named: '%s'."
                     81:     IDS_ERROR_RENAMEFILE,    "Could not rename the file '%s' to '%s'."
                     82:     IDS_ERROR_READDISK,      "Could not read disk drive '%s'."
                     83:     IDS_ERROR_CREATEDIR,     "Could not create directory '%s'."
                     84:     IDS_ERROR_REMOVEDIR,     "Could not remove directory '%s'."
                     85:     IDS_ERROR_CHANGEDIR,     "Could not change to the '%s' directory."
                     86:     IDS_ERROR_GENERALINF,    "General INF file error in file '%s'.\n\nCheck for unmatched quotes, brackets or braces."
                     87:     IDS_ERROR_INFNOTSECTION, "The INF file '%s' does not start with\na section label. Check to see\nif it is mis-formed."
                     88:     IDS_ERROR_INFBADSECTION, "There is a poorly formed\nSection Label in '%s'."
                     89:     IDS_ERROR_INFBADLINE,    "One of the lines is too long in '%s'.\n\nCheck for the absence of a newline\ncharacter at the end of the file."
                     90:     IDS_ERROR_INFHASNULLS,   "INF file '%s' contains NULL characters."
                     91:     IDS_ERROR_INFXSECTIONS,  "There are too many sections in\nthe INF file '%s'."
                     92:     IDS_ERROR_INFXKEYS,      "There are too many keys\nin INF file '%s'."
                     93:     IDS_ERROR_INFSMDSECT,    "'%s' is missing or has a mis-formed [Source Media Descriptions] section."
1.1.1.2 ! root       94:     IDS_ERROR_INVALIDPOER,   "The INF file contains an invalid file description line."
1.1       root       95:     IDS_ERROR_INFMISSINGLINE, "Could not find the referenced file description\nline in the INF file.\n\nCheck for missing lines."
                     96:     IDS_ERROR_INFBADFDLINE,  "The INF file contains a badly formed\nfile description line - too few fields (commas)."
                     97:     IDS_ERROR_INFBADRSLINE,  "The INF file contains a badly formed line that starts with a quoted string at the left margin which is NOT followed by an equals sign. [Source Media Description] lines need to be indented with whitespace."
                     98: 
                     99:     IDS_ERROR_LOADLIBRARY,   "Unable to load library file '%s'."
                    100: 
1.1.1.2 ! root      101:        IDS_ERROR_MISSINGDID,      "The INF file is missing a Source Media Description for disk number '%s'."
1.1       root      102:        IDS_ERROR_INVALIDPATH,     "Tried to create an invalid path using '%s' and '%s'"
                    103:        IDS_ERROR_WRITEINIVALUE,   "Could not write line to INI file\n  File: '%s'\n    Section: '%s'\n Key: '%s'"
                    104:        IDS_ERROR_REPLACEINIVALUE, "Could not replace line in INI file\n        File: '%s'\n    Section: '%s'\n Key: '%s'"
                    105:        IDS_ERROR_INIVALUETOOLONG, "The generated value is too large to write to the INI file."
                    106:        IDS_ERROR_DDEINIT,         "Unable to start DDE communication with Program Manager."
                    107:        IDS_ERROR_DDEEXEC,         "Unable to execute DDE command '%s' in Program Manager."
                    108:        IDS_ERROR_BADWINEXEFILEFORMAT, "File '%s' is not a Windows Executable file.\nCheck if it is corrupted."
                    109:        IDS_ERROR_RESOURCETOOLONG, "Could not write new resource in '%s'.\nOld resource was shorter."
                    110:        IDS_ERROR_MISSINGSYSINISECTION, "Could not find INI section '%s' in file '%s'."
                    111:        IDS_ERROR_DECOMPGENERIC,   "A General error occured while trying to decompress the file '%s'."
                    112:        IDS_ERROR_DECOMPUNKNOWNALG, "'%s' has been compressed with an\nunknown algorithm.  Could not decompress."
                    113:        IDS_ERROR_DECOMPBADHEADER, "The compressed file '%s' is corrupted."
                    114:        IDS_ERROR_READFILE2,       "Could not read file '%s'."
                    115:        IDS_ERROR_WRITEFILE2,      "Could not write file '%s'."
                    116:        IDS_ERROR_MISSINGRESOURCE, "Could not find the referenced resource in '%s'."
                    117:     IDS_ERROR_INFDEFSECT,      "The INF file is missing or has an empty [Default File Settings] section."
1.1.1.2 ! root      118:     IDS_ERROR_SHAREDAPP,          "\nThis file is currently being used by another application.  Please shutdown your other applications."      
1.1       root      119: 
                    120:        IDS_ERR_INFInvalidFirstChar, "Bad first Character on an INF line."
                    121:        IDS_ERR_INFLineIsTooLong,    "An INF line is too long."
                    122: 
                    123:        IDS_ERR_FDDid,              "Bad Disk ID value in INF File Description line."
                    124:        IDS_ERR_FDSrcFile,          "Bad Source File value in INF File Description line."
                    125:        IDS_ERR_FDAppend,           "Bad Append value in INF File Description line."
                    126:        IDS_ERR_FDBackup,           "Bad Backup value in INF File Description line."
                    127:        IDS_ERR_FDCopy,             "Bad Copy value in INF File Description line."
                    128:        IDS_ERR_FDDate,             "Bad Date value in INF File Description line."
                    129:        IDS_ERR_FDDecompress,       "Bad Decompress value in INF File Description line."
1.1.1.2 ! root      130:        IDS_ERR_FDLang,             "Bad Language value in INF File Description line."
1.1       root      131:        IDS_ERR_FDDestSymbol,       "Bad symbol value in Destination field in INF File Description Line."
                    132:        IDS_ERR_FDOverwrite,        "Bad Overwrite value in INF File Description line."
                    133:        IDS_ERR_FDReadOnly,         "Bad ReadOnly value in INF File Description line."
                    134:        IDS_ERR_FDRemove,           "Bad Remove value in INF File Description line."
                    135:        IDS_ERR_FDRename,           "Bad Rename value in INF File Description line."
                    136:        IDS_ERR_FDRenameSymbol,     "Bad symbol value in Rename field in INF File Description Line."
                    137:        IDS_ERR_FDRoot,             "Bad Root value in INF File Description line."
                    138:        IDS_ERR_FDSetTime,          "Bad SetTimeStamp value in INF File Description line."
                    139:        IDS_ERR_FDShared,           "Bad Shared value in INF File Description line."
                    140:        IDS_ERR_FDSize,             "Bad File Size value in INF File Description line."
                    141:        IDS_ERR_FDSystem,           "Bad System value in INF File Description line."
                    142:        IDS_ERR_FDTime,             "Bad Copy Time value in INF File Description line."
                    143:        IDS_ERR_FDUndo,             "Bad value in reserved field of INF File Description line."
                    144:        IDS_ERR_FDVersion,          "Bad Version value in INF File Description line."
                    145:        IDS_ERR_FDVital ,           "Bad Vital value in INF File Description line."
                    146:        IDS_ERR_RestartFailed,      "Setup needs to restart Windows in order to replace system files.\n\nYou must close your MS-DOS session(s) and/or other Windows applications.  Please do this now and then press 'Retry'.  Press 'Cancel' to exit Setup without completing the installation."
                    147:        IDS_ERR_FDAppendRenameRoot, "An INF File Description line contains two of Append, Rename and Root values."
                    148:        IDS_ERR_FDAppendBackup,     "An INF File Description line contains both Append and Backup values."
                    149:        IDS_ERR_FDCopyRemove,       "An INF File Description line contains both Copy and Remove values."
                    150:        IDS_ERR_RestartNotFound,    "Could not find file '%s' to execute during Windows shutdown to replace system files."
                    151: 
                    152:        IDS_ERR_DFSNoKey,           "A Default File Settings line has a bad or missing key (must be quoted at left margin)."
                    153:        IDS_ERR_DFSQuotedValue,     "A Default File Settings line has a bad or missing value (must be quoted)."
                    154: 
                    155:        IDS_ERR_SMDStartWithWhite,  "Source Media Description lines must be indented from the left margin with spaces or tabs."
                    156:        IDS_ERR_SMDQuoted,          "Source Media Description line fields must be quoted."
                    157:        IDS_ERR_SMDEarlyEnd,        "A Source Media Description line ended early."
                    158:        IDS_ERR_SMDComma,           "Source Media Description line fields must be separated with a comma immediately after the previous fields ending quote."
                    159:        IDS_ERR_SMDDid,             "Bad Disk ID value in a Source Media Description line."
                    160: 
                    161:        IDS_NEEDSETRESTARTDIR,      "Script must call SetRestartDir before calling CopyFilesInCopyList."
                    162:        IDS_CANTWRITERESTARTBAT,    "Cannot write to Windows Restart file."
                    163: 
                    164:        IDS_CANTFINDINFFILE,        "Cannot find and read the INF file: %s"
                    165:        IDS_NEEDTOOPENANINFFILE,    "You need to open an INF file earlier in the script."
                    166:        IDS_UNDEFINEDDID,           "Attempted use of undefined disk ID '%s'.\nSetup program has probably been corrupted."
                    167: 
                    168:        IDS_NEEDLOGFILE,            "Script must call OpenLogFile before calling WriteToLogFile."
                    169:        IDS_BADLOGFILEPATH,         "Bad path string for opening Log file: %s"
                    170:        IDS_CANTREOPENLOGFILE,      "Cannot reopen the Log file: %s"
                    171: 
                    172:        IDS_ERROR_INFHASCTRLZ,      "INF file '%s' ends early with Ctrl-Z character."
                    173: 
                    174:        IDS_BADSPECIALFILEPATH,     "Bad File Path supplied to AddSpecialFileToCopyList routine: '%s'"
                    175: 
                    176:        IDS_UISTART_HWND,           "Script has been corrupted.  NULL window handle arg passed to UIStartDlg."
                    177:        IDS_UISTART_DLL,            "Script or DLL has been corrupted.  Unable to load DLL: '%s'."
                    178:        IDS_UISTART_PROC,           "Script or DLL has been corrupted.  Unable to load procedure: '%s : %s'.  (It might not be exported.)"
                    179:        IDS_UISTART_DLGID,          "Script or DLL has been corrupted.  Unable to load dialog template: '%s : %u'."
                    180:        IDS_UISTART_CHILD,          "DLL has been corrupted.  Dialog created is not CHILD of frame: '%s : %u'.  (Template needs WS_CHILD style.)"
                    181:        IDS_UISTART_CREATE,         "Script or DLL has been corrupted.  CreateDialog() failed: '%s : %u'."
                    182: 
1.1.1.2 ! root      183:        IDS_APIFAILED,              "While registering OLE servers, Setup had a problem with REG.DAT, SHELL.DLL or disk space."
1.1       root      184: 
                    185:        IDS_MissingSectKeyLine,     "Inf file is missing line in section [%s] with reference key '%s'."
                    186:        IDS_TooFewFields,           "Inf file line has too few fields.  Section: '%s', reference key: '%s'."
                    187: 
                    188:        IDS_CreatePMGroup,          "Unable to create Program Manager group: '%s'."
                    189:        IDS_RemovePMGroup,          "Unable to remove Program Manager group: '%s'."
                    190:        IDS_ShowPMGroup,            "Unable to show Program Manager group: '%s'."
                    191:        IDS_CreatePMItem,           "Unable to create item in Program Manager group: '%s', item: '%s'."
1.1.1.2 ! root      192:        IDS_SETUP_CORRUPTED,        "Setup has encountered a problem.\n\nPlease report File='%s', Line='%u' to Microsoft Product Support Services."
1.1       root      193: 
                    194:        IDS_ERR_DFSBadSym,          "[Default File Settings] section of INF file contains unrecognized option: '%s'."
                    195:        IDS_ERR_DFSBadVal,          "[Default File Settings] section of INF file contains badly formed value.  option: '%s', value: '%s'."
                    196: 
                    197:        IDS_ERR_MissingInfSection,  "INF file is missing section: '%s'."
                    198: 
                    199:     IDS_ERROR_OPENFILESH,       "Could not open the file named: '%s'. It is in use by another application."
                    200:     IDS_ERROR_REMOVEFILESH,     "Could not remove the file named: '%s'.  It is in use by another application."
                    201:     IDS_ERROR_RENAMEFILESH,     "Could not rename the file '%s' to '%s'.  It is in use by another application."
                    202:        IDS_ERROR_CHMODFILESH,          "Cannot change properties of the file named: '%s'.  It is in use by another application."
                    203:        IDS_ERROR_CHMODFILE,            "Cannot change properties of the file named: '%s'."
                    204: 
                    205:        IDS_FileSizeMismatch,       "File Copy operation failed - incorrect number of bytes written to disk - source file or destination disk may be corrupted - use ChkDsk.  Source: '%s'  Dest: '%s'."
1.1.1.2 ! root      206: 
        !           207:        IDS_OutOfMemory,            "Out Of Memory"
1.1       root      208:        }
                    209: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.