2007-03-22 10:30:00 -07:00
|
|
|
;VIProductVersion "1.0.0.0"
|
|
|
|
;VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "${APP_DISPLAY_NAME}"
|
|
|
|
;VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "Comments"
|
|
|
|
;VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "Mozilla Corporation"
|
|
|
|
;VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" "Firefox is a Trademark of The Mozilla Foundation."
|
|
|
|
;VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Mozilla Corporation"
|
|
|
|
;VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Installer for ${APP_DISPLAY_NAME}"
|
|
|
|
;VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${APP_VER}"
|
|
|
|
|
|
|
|
VIProductVersion "1.0.0.0"
|
|
|
|
VIAddVersionKey "ProductName" "${BrandShortName}"
|
|
|
|
VIAddVersionKey "CompanyName" "${CompanyName}"
|
|
|
|
VIAddVersionKey "LegalTrademarks" "${BrandShortName} is a Trademark of The Mozilla Foundation."
|
|
|
|
VIAddVersionKey "LegalCopyright" "${CompanyName}"
|
|
|
|
VIAddVersionKey "FileVersion" "${AppVersion}"
|
2008-07-27 18:46:47 -07:00
|
|
|
VIAddVersionKey "ProductVersion" "${AppVersion}"
|
2007-03-22 10:30:00 -07:00
|
|
|
;VIAddVersionKey "Comments" "Comments"
|