/*---------------------------------------------------------------------------*\ | MODULE: webptprn.rc | | This module defines the resources this application requires. | | | Copyright (C) 1996-1998 Hewlett Packard Compay | Copyright (C) 1996-1998 Microsoft Corporation | | history: | 15-Dec-1996 created. | \*---------------------------------------------------------------------------*/ #include "webptprn.h" STRINGTABLE BEGIN IDS_MSG_ADD "Internet Printing Installation" IDS_MSG_DEL "Internet Printing Uninstall" IDS_MSG_REBOOT "You must restart your computer in order for settings to take effect. Do you want to restart now?" IDS_MSG_UNINSTALL "Do you wish to uninstall internet print services?" IDS_ERR_COPY "Failed to copy internet printing files." IDS_ERR_ADD "Failed to add internet print provider" IDS_ERR_ASC "Failed to add the file association" IDS_ERR_OSVERHEAD "Cannot Run Internet Printing Installation" IDS_ERR_OSVERMSG "This program must run under Windows 95 or 98." IDS_REG_DISPLAY "Microsoft Internet Print Services" END /*---------------------------------------------------------------------------*\ | Version Section | | This section defines the version-info for the library. | \*---------------------------------------------------------------------------*/ VS_VERSION_INFO VERSIONINFO FILEVERSION 4, 0, 0, 0 PRODUCTVERSION 4, 0, 0, 0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 FILETYPE VFT_APP FILESUBTYPE VFT2_UNKNOWN BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904B0" // Lang=US English, CharSet=Unicode BEGIN VALUE "Comments" , "Author: Christopher H. Williams" VALUE "CompanyName" , "" VALUE "FileDescription" , "WebPtPrn: WebPnp Install/Uninstall" VALUE "FileVersion" , "1.00.000" VALUE "InternalName" , "WebPtPrn" VALUE "LegalCopyright" , "Copyright \251 Hewlett Packard 1997-1998" VALUE "LegalTrademarks" , "" VALUE "OriginalFilename", "webptprn.exe" VALUE "ProductName" , "Microsoft Windows" VALUE "ProductVersion" , "4.0" END BLOCK "040904E4" // Lang=US English, CharSet=Multilingual BEGIN VALUE "Comments" , "Author: Christopher H. Williams" VALUE "CompanyName" , "" VALUE "FileDescription" , "WebPtPrn: WebPnp Install/Uninstall" VALUE "FileVersion" , "1.00.000" VALUE "InternalName" , "WebPtPrn" VALUE "LegalCopyright" , "Copyright \251 Hewlett Packard 1997-1998" VALUE "LegalTrademarks" , "" VALUE "OriginalFilename", "webptprn.exe" VALUE "ProductName" , "Microsoft Windows" VALUE "ProductVersion" , "4.0" END END BLOCK "VarFileInfo" BEGIN // English language (0x409) and the Unicode codepage (1200) // English language (0x409) and the Multlingual codepage (1252) VALUE "Translation", 0x409, 0x4B0, 0x409, 0x4E4 END END