home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Microsoft Plateform / Visual Basic 5.0 / Msvb50.ace / msvb50 / MSVB50 / VB / SETUPKIT / SETUP1 / COMMONRC.RC < prev    next >
Encoding:
Text File  |  1996-12-07  |  3.4 KB  |  47 lines

  1. resLOG_FILEUPTODATE        "File currently on disk was already up to date"
  2. resLOG_FILECOPIED        "File was not found or was an older version -- new file copied"
  3. resLOG_ERROR            "ERROR:"
  4. resLOG_WARNING            "WARNING:"
  5. resLOG_DURINGACTION        "DURING THIS ACTION:"
  6. resLOG_CANNOTWRITE        "Error writing to logfile '|1'"
  7. resLOG_CANNOTCREATE        "Setup fatal error: Unable to generate installation log file." // Used by setup.c!
  8. resLOG_DONOTMODIFY        "PLEASE DO NOT MODIFY OR DELETE THIS FILE!"
  9. resLOG_FILECONTENTS        "This file contains information about the installation of an application."
  10. resLOG_FILEUSEDFOR        "It will be used to automatically remove all application components from your computer if you choose to do so."
  11. resLOG_UNEXPECTED        "There was an unexpected problem trying to create or write to the logfile '|1'.  Error number is |2."
  12. resLOG_OUTOFMEMORY        "Out of memory trying to create or write to the logfile '|1'"
  13. resLOG_USERRESPONDEDWITH    "User Responded with '|1'"
  14. resLOG_CANTRUNAPPREMOVER        "Error attempting to run the application removal program to remove temporary installation files."
  15. resLOG_ABOUTTOREMOVEAPP         "Setup will now start the application removal utility to remove temporary installation files."
  16.  
  17. // The following are the captions on system dialog buttons, but should NOT contain '&' for shortcuts
  18. resLOG_IDOK            "OK"
  19. resLOG_IDCANCEL            "Cancel"
  20. resLOG_IDABORT            "Abort"
  21. resLOG_IDRETRY            "Retry"
  22. resLOG_IDIGNORE            "Ignore"
  23. resLOG_IDYES            "Yes"
  24. resLOG_IDNO            "No"
  25. resLOG_IDUNKNOWN        "(Unknown)" // (Unexpected error case)
  26.  
  27.  
  28. resCOMMON_CANTREG               "An error occurred while registering the file '|1'"
  29. resCOMMON_CANTREGUNEXPECTED     "Unexpected error while registering file '|1'"
  30. resCOMMON_CANTREGOLE            "Could not initialize OLE in order to register file '|1'"
  31. resCOMMON_CANTREGLOAD            "LoadLibrary() failed while registering file '|1'"
  32. resCOMMON_CANTREGENTRY            "No entrypoint for DllRegisterServer() was found in '|1'"
  33. resCOMMON_CANTREGREG            "DllRegisterServer() in the file '|1' returned failure"
  34. resCOMMON_CANTREGTLB            "Could not register the TLB file '|1'."
  35. resCOMMON_CANTREGAUTPRXRPC1     "One possible cause for this error is that RPC may not be installed on your computer."
  36. resCOMMON_CANTREGAUTPRXRPC2     "If this is the problem, then you will need to exit Setup, install RPC, and restart Setup."
  37. resCOMMON_CTL3D32NOTCOPIED      "The file '|1' was not copied because it is intended for use under Windows NT 3.51 only.  It is not needed under Windows 95 or NT 4.0."
  38. resCOMMON_RICHED32NOTCOPIED     "The file '|1' was not copied because it is intended for use under Windows 95 only.  It is not needed under Windows NT 3.51 or 4.0."
  39. resCOMMON_AXDISTNOTCOPIED       "The file '|1' was not copied because it is intended for use under Windows 95 and NT 4.x only.  It is not needed under Windows NT 3.51."
  40. resCOMMON_WINT351NOTCOPIED      "The file '|1' was not copied because it is intended for use under Windows NT 3.51 only.  It is not needed under Windows 95 or NT 4.x."
  41. // Localizers, a list of invalid file name characters can be easily obtained in Win95 by simply trying to create a file name in Explorer with any
  42. // invalid characters in it.  An error message will appear displaying all invalid characters.
  43. resCOMMON_INVALIDFILECHARS     "\/:*?""<>|"
  44. resCOMMON_MULTDIRBASENAME       "DISK"
  45. resCOMMON_CANTFINDSRCFILE       "Cannot find the source file '|1' to install."
  46.  
  47.