|
|
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: { ! 33: LF_OpenLogFile, ";;; Setup Log File Opened %s %s" ! 34: LF_CloseLogFile, ";;; Setup Log File Closed %s %s" ! 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" ! 70: IDS_WARNING, "WARNING" ! 71: IDS_MESSAGE, " - Message" ! 72: IDS_BAD_CMDLINE, "The command line arguments are badly formed." ! 73: IDS_CANCEL, "---Cancel---" ! 74: IDS_PROGRESS, "Progress" ! 75: IDS_NOTDONE, "Setup is not yet complete.\n\nIf you exit now, this software\nwill not be correctly installed\nfor use.\n\nExit Setup ?" ! 76: ! 77: // error messages ! 78: IDS_ERROR_DIALOGCAPTION, "Setup Message" ! 79: ! 80: IDS_ERROR_OOM, "More memory needed to complete Setup.\n\nTry shutting down some other active programs." ! 81: IDS_ERROR_OPENFILE, "Could not open the file named: '%s'." ! 82: IDS_ERROR_CREATEFILE, "Could not create the file named: '%s'." ! 83: IDS_ERROR_READFILE, "Could not read from the file named: '%s'." ! 84: IDS_ERROR_WRITEFILE, "Could not write to the file named: '%s'." ! 85: IDS_ERROR_REMOVEFILE, "Could not remove the file named: '%s'." ! 86: IDS_ERROR_RENAMEFILE, "Could not rename the file '%s' to '%s'." ! 87: IDS_ERROR_READDISK, "Could not read disk drive '%s'." ! 88: IDS_ERROR_CREATEDIR, "Could not create directory '%s'." ! 89: IDS_ERROR_REMOVEDIR, "Could not remove directory '%s'." ! 90: IDS_ERROR_CHANGEDIR, "Could not change to the '%s' directory." ! 91: IDS_ERROR_GENERALINF, "General INF file error in file '%s'.\n\nCheck for unmatched quotes, brackets or braces." ! 92: IDS_ERROR_INFNOTSECTION, "The INF file '%s' does not start with\na section label. Check to see\nif it is mis-formed." ! 93: IDS_ERROR_INFBADSECTION, "There is a poorly formed\nSection Label in '%s'." ! 94: 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." ! 95: IDS_ERROR_INFHASNULLS, "INF file '%s' contains NULL characters." ! 96: IDS_ERROR_INFXSECTIONS, "There are too many sections in\nthe INF file '%s'." ! 97: IDS_ERROR_INFXKEYS, "There are too many keys\nin INF file '%s'." ! 98: IDS_ERROR_INFSMDSECT, "'%s' is missing or has a mis-formed [Source Media Descriptions] section." ! 99: IDS_ERROR_INVALIDPOER, "The INF generates an Invalid Poer structure." ! 100: IDS_ERROR_INFMISSINGLINE, "Could not find the referenced file description\nline in the INF file.\n\nCheck for missing lines." ! 101: IDS_ERROR_INFBADFDLINE, "The INF file contains a badly formed\nfile description line - too few fields (commas)." ! 102: 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." ! 103: ! 104: IDS_ERROR_LOADLIBRARY, "Unable to load library file '%s'." ! 105: ! 106: IDS_ERROR_MISSINGDID, "The INF file is missing a Source Media Description for diskette number '%s'." ! 107: IDS_ERROR_INVALIDPATH, "Tried to create an invalid path using '%s' and '%s'" ! 108: IDS_ERROR_WRITEINIVALUE, "Could not write line to INI file\n File: '%s'\n Section: '%s'\n Key: '%s'" ! 109: IDS_ERROR_REPLACEINIVALUE, "Could not replace line in INI file\n File: '%s'\n Section: '%s'\n Key: '%s'" ! 110: IDS_ERROR_INIVALUETOOLONG, "The generated value is too large to write to the INI file." ! 111: IDS_ERROR_DDEINIT, "Unable to start DDE communication with Program Manager." ! 112: IDS_ERROR_DDEEXEC, "Unable to execute DDE command '%s' in Program Manager." ! 113: IDS_ERROR_BADWINEXEFILEFORMAT, "File '%s' is not a Windows Executable file.\nCheck if it is corrupted." ! 114: IDS_ERROR_RESOURCETOOLONG, "Could not write new resource in '%s'.\nOld resource was shorter." ! 115: IDS_ERROR_MISSINGSYSINISECTION, "Could not find INI section '%s' in file '%s'." ! 116: IDS_ERROR_DECOMPGENERIC, "A General error occured while trying to decompress the file '%s'." ! 117: IDS_ERROR_DECOMPUNKNOWNALG, "'%s' has been compressed with an\nunknown algorithm. Could not decompress." ! 118: IDS_ERROR_DECOMPBADHEADER, "The compressed file '%s' is corrupted." ! 119: IDS_ERROR_READFILE2, "Could not read file '%s'." ! 120: IDS_ERROR_WRITEFILE2, "Could not write file '%s'." ! 121: IDS_ERROR_WRITEINF2, "Could not write new INF file '%s'." ! 122: IDS_ERROR_MISSINGRESOURCE, "Could not find the referenced resource in '%s'." ! 123: IDS_ERROR_INFDEFSECT, "The INF file is missing or has an empty [Default File Settings] section." ! 124: IDS_ERROR_SHAREDAPP, "\nThis is a shared application file. Please Close All Other Applications." ! 125: ! 126: IDS_ERR_INFInvalidFirstChar, "Bad first Character on an INF line." ! 127: IDS_ERR_INFLineIsTooLong, "An INF line is too long." ! 128: ! 129: IDS_ERR_FDDid, "Bad Disk ID value in INF File Description line." ! 130: IDS_ERR_FDSrcFile, "Bad Source File value in INF File Description line." ! 131: IDS_ERR_FDAppend, "Bad Append value in INF File Description line." ! 132: IDS_ERR_FDBackup, "Bad Backup value in INF File Description line." ! 133: IDS_ERR_FDCopy, "Bad Copy value in INF File Description line." ! 134: IDS_ERR_FDDate, "Bad Date value in INF File Description line." ! 135: IDS_ERR_FDDecompress, "Bad Decompress value in INF File Description line." ! 136: IDS_ERR_FDDest, "Bad Destination value in INF File Description line." ! 137: IDS_ERR_FDDestSymbol, "Bad symbol value in Destination field in INF File Description Line." ! 138: IDS_ERR_FDOverwrite, "Bad Overwrite value in INF File Description line." ! 139: IDS_ERR_FDReadOnly, "Bad ReadOnly value in INF File Description line." ! 140: IDS_ERR_FDRemove, "Bad Remove value in INF File Description line." ! 141: IDS_ERR_FDRename, "Bad Rename value in INF File Description line." ! 142: IDS_ERR_FDRenameSymbol, "Bad symbol value in Rename field in INF File Description Line." ! 143: IDS_ERR_FDRoot, "Bad Root value in INF File Description line." ! 144: IDS_ERR_FDSetTime, "Bad SetTimeStamp value in INF File Description line." ! 145: IDS_ERR_FDShared, "Bad Shared value in INF File Description line." ! 146: IDS_ERR_FDSize, "Bad File Size value in INF File Description line." ! 147: IDS_ERR_FDSystem, "Bad System value in INF File Description line." ! 148: IDS_ERR_FDTime, "Bad Copy Time value in INF File Description line." ! 149: IDS_ERR_FDUndo, "Bad value in reserved field of INF File Description line." ! 150: IDS_ERR_FDVersion, "Bad Version value in INF File Description line." ! 151: IDS_ERR_FDVital , "Bad Vital value in INF File Description line." ! 152: 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." ! 153: IDS_ERR_FDAppendRenameRoot, "An INF File Description line contains two of Append, Rename and Root values." ! 154: IDS_ERR_FDAppendBackup, "An INF File Description line contains both Append and Backup values." ! 155: IDS_ERR_FDCopyRemove, "An INF File Description line contains both Copy and Remove values." ! 156: IDS_ERR_RestartNotFound, "Could not find file '%s' to execute during Windows shutdown to replace system files." ! 157: ! 158: IDS_ERR_DFSNoKey, "A Default File Settings line has a bad or missing key (must be quoted at left margin)." ! 159: IDS_ERR_DFSQuotedValue, "A Default File Settings line has a bad or missing value (must be quoted)." ! 160: ! 161: IDS_ERR_SMDStartWithWhite, "Source Media Description lines must be indented from the left margin with spaces or tabs." ! 162: IDS_ERR_SMDQuoted, "Source Media Description line fields must be quoted." ! 163: IDS_ERR_SMDEarlyEnd, "A Source Media Description line ended early." ! 164: IDS_ERR_SMDComma, "Source Media Description line fields must be separated with a comma immediately after the previous fields ending quote." ! 165: IDS_ERR_SMDDid, "Bad Disk ID value in a Source Media Description line." ! 166: ! 167: IDS_NEEDSETRESTARTDIR, "Script must call SetRestartDir before calling CopyFilesInCopyList." ! 168: IDS_CANTWRITERESTARTBAT, "Cannot write to Windows Restart file." ! 169: ! 170: IDS_CANTFINDINFFILE, "Cannot find and read the INF file: %s" ! 171: IDS_NEEDTOOPENANINFFILE, "You need to open an INF file earlier in the script." ! 172: IDS_UNDEFINEDDID, "Attempted use of undefined disk ID '%s'.\nSetup program has probably been corrupted." ! 173: ! 174: IDS_NEEDLOGFILE, "Script must call OpenLogFile before calling WriteToLogFile." ! 175: IDS_BADLOGFILEPATH, "Bad path string for opening Log file: %s" ! 176: IDS_CANTREOPENLOGFILE, "Cannot reopen the Log file: %s" ! 177: ! 178: IDS_ERROR_INFHASCTRLZ, "INF file '%s' ends early with Ctrl-Z character." ! 179: ! 180: IDS_BADSPECIALFILEPATH, "Bad File Path supplied to AddSpecialFileToCopyList routine: '%s'" ! 181: ! 182: IDS_UISTART_HWND, "Script has been corrupted. NULL window handle arg passed to UIStartDlg." ! 183: IDS_UISTART_DLL, "Script or DLL has been corrupted. Unable to load DLL: '%s'." ! 184: IDS_UISTART_PROC, "Script or DLL has been corrupted. Unable to load procedure: '%s : %s'. (It might not be exported.)" ! 185: IDS_UISTART_DLGID, "Script or DLL has been corrupted. Unable to load dialog template: '%s : %u'." ! 186: IDS_UISTART_CHILD, "DLL has been corrupted. Dialog created is not CHILD of frame: '%s : %u'. (Template needs WS_CHILD style.)" ! 187: IDS_UISTART_CREATE, "Script or DLL has been corrupted. CreateDialog() failed: '%s : %u'." ! 188: ! 189: IDS_APIFAILED, "API '%s' failed." ! 190: ! 191: IDS_MissingSectKeyLine, "Inf file is missing line in section [%s] with reference key '%s'." ! 192: IDS_TooFewFields, "Inf file line has too few fields. Section: '%s', reference key: '%s'." ! 193: ! 194: IDS_CreatePMGroup, "Unable to create Program Manager group: '%s'." ! 195: IDS_RemovePMGroup, "Unable to remove Program Manager group: '%s'." ! 196: IDS_ShowPMGroup, "Unable to show Program Manager group: '%s'." ! 197: IDS_CreatePMItem, "Unable to create item in Program Manager group: '%s', item: '%s'." ! 198: IDS_SETUP_CORRUPTED, "Setup program files have been modified or corrupted." ! 199: ! 200: IDS_ERR_DFSBadSym, "[Default File Settings] section of INF file contains unrecognized option: '%s'." ! 201: IDS_ERR_DFSBadVal, "[Default File Settings] section of INF file contains badly formed value. option: '%s', value: '%s'." ! 202: ! 203: IDS_ERR_MissingInfSection, "INF file is missing section: '%s'." ! 204: ! 205: IDS_ERROR_OPENFILESH, "Could not open the file named: '%s'. It is in use by another application." ! 206: IDS_ERROR_REMOVEFILESH, "Could not remove the file named: '%s'. It is in use by another application." ! 207: IDS_ERROR_RENAMEFILESH, "Could not rename the file '%s' to '%s'. It is in use by another application." ! 208: IDS_ERROR_CHMODFILESH, "Cannot change properties of the file named: '%s'. It is in use by another application." ! 209: IDS_ERROR_CHMODFILE, "Cannot change properties of the file named: '%s'." ! 210: ! 211: 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'." ! 212: } ! 213:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.