3 #ifdef APSTUDIO_INVOKED
\r
4 # error Don't open this in the GUI, it'll be massacred on save.
\r
5 #endif // APSTUDIO_INVOKED
\r
7 /////////////////////////////////////////////////////////////////////////////
\r
13 FILEVERSION CHROME_VERSION
\r
14 PRODUCTVERSION CHROME_VERSION
\r
25 BLOCK "StringFileInfo"
\r
27 // Note that Firefox 3.0 requires the charset to be 04e4 (multi-lingual).
\r
30 VALUE "CompanyName", COMPANY_FULLNAME_STRING
\r
31 VALUE "CompanyShortName", COMPANY_SHORTNAME_STRING
\r
32 VALUE "ProductName", "Google Chrome Frame"
\r
33 VALUE "ProductShortName", "ChromeFrame"
\r
34 VALUE "ProductVersion", CHROME_VERSION_STRING
\r
35 VALUE "FileDescription", "Chrome Frame renders the Web of the future in the browsers of the past. It's like strapping a rocket engine to a minivan."
\r
36 VALUE "FileVersion", CHROME_VERSION_STRING
\r
37 VALUE "InternalName", "Google Chrome Frame"
\r
38 VALUE "LegalCopyright", COPYRIGHT_STRING
\r
39 VALUE "FileExtents", "chromeframe"
\r
40 VALUE "FileOpenName", "chromeframe"
\r
41 VALUE "LastChange", LASTCHANGE_STRING
\r
42 VALUE "Official Build", OFFICIAL_BUILD_STRING
\r
47 // Note that Firefox 3.0 requires the charset to be 1252 (multi-lingual).
\r
48 VALUE "Translation", 0x409, 1252
\r