Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
3.2 KiB

  1. /*---------------------------------------------------------------------------*\
  2. | MODULE: webptprn.rc
  3. |
  4. | This module defines the resources this application requires.
  5. |
  6. |
  7. | Copyright (C) 1996-1998 Hewlett Packard Compay
  8. | Copyright (C) 1996-1998 Microsoft Corporation
  9. |
  10. | history:
  11. | 15-Dec-1996 <chriswil> created.
  12. |
  13. \*---------------------------------------------------------------------------*/
  14. #include "webptprn.h"
  15. STRINGTABLE
  16. BEGIN
  17. IDS_MSG_ADD "Internet Printing Installation"
  18. IDS_MSG_DEL "Internet Printing Uninstall"
  19. IDS_MSG_REBOOT "You must restart your computer in order for settings to take effect. Do you want to restart now?"
  20. IDS_MSG_UNINSTALL "Do you wish to uninstall internet print services?"
  21. IDS_ERR_COPY "Failed to copy internet printing files."
  22. IDS_ERR_ADD "Failed to add internet print provider"
  23. IDS_ERR_ASC "Failed to add the file association"
  24. IDS_ERR_OSVERHEAD "Cannot Run Internet Printing Installation"
  25. IDS_ERR_OSVERMSG "This program must run under Windows 95 or 98."
  26. IDS_REG_DISPLAY "Microsoft Internet Print Services"
  27. END
  28. /*---------------------------------------------------------------------------*\
  29. | Version Section
  30. |
  31. | This section defines the version-info for the library.
  32. |
  33. \*---------------------------------------------------------------------------*/
  34. VS_VERSION_INFO VERSIONINFO
  35. FILEVERSION 4, 0, 0, 0
  36. PRODUCTVERSION 4, 0, 0, 0
  37. FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  38. FILEFLAGS 0
  39. FILEOS VOS_NT_WINDOWS32
  40. FILETYPE VFT_APP
  41. FILESUBTYPE VFT2_UNKNOWN
  42. BEGIN
  43. BLOCK "StringFileInfo"
  44. BEGIN
  45. BLOCK "040904B0" // Lang=US English, CharSet=Unicode
  46. BEGIN
  47. VALUE "Comments" , "Author: Christopher H. Williams"
  48. VALUE "CompanyName" , ""
  49. VALUE "FileDescription" , "WebPtPrn: WebPnp Install/Uninstall"
  50. VALUE "FileVersion" , "1.00.000"
  51. VALUE "InternalName" , "WebPtPrn"
  52. VALUE "LegalCopyright" , "Copyright \251 Hewlett Packard 1997-1998"
  53. VALUE "LegalTrademarks" , ""
  54. VALUE "OriginalFilename", "webptprn.exe"
  55. VALUE "ProductName" , "Microsoft Windows"
  56. VALUE "ProductVersion" , "4.0"
  57. END
  58. BLOCK "040904E4" // Lang=US English, CharSet=Multilingual
  59. BEGIN
  60. VALUE "Comments" , "Author: Christopher H. Williams"
  61. VALUE "CompanyName" , ""
  62. VALUE "FileDescription" , "WebPtPrn: WebPnp Install/Uninstall"
  63. VALUE "FileVersion" , "1.00.000"
  64. VALUE "InternalName" , "WebPtPrn"
  65. VALUE "LegalCopyright" , "Copyright \251 Hewlett Packard 1997-1998"
  66. VALUE "LegalTrademarks" , ""
  67. VALUE "OriginalFilename", "webptprn.exe"
  68. VALUE "ProductName" , "Microsoft Windows"
  69. VALUE "ProductVersion" , "4.0"
  70. END
  71. END
  72. BLOCK "VarFileInfo"
  73. BEGIN
  74. // English language (0x409) and the Unicode codepage (1200)
  75. // English language (0x409) and the Multlingual codepage (1252)
  76. VALUE "Translation", 0x409, 0x4B0, 0x409, 0x4E4
  77. END
  78. END