Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / toolkit / mozapps / installer / windows / nsis / version.nsh
blob85e630d7b02916fa4db842651013bb604b5e5d58
1 ;VIProductVersion "1.0.0.0"
2 ;VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "${APP_DISPLAY_NAME}"
3 ;VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "Comments"
4 ;VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "Mozilla Corporation"
5 ;VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" "Firefox is a Trademark of The Mozilla Foundation."
6 ;VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Mozilla Corporation"
7 ;VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Installer for ${APP_DISPLAY_NAME}"
8 ;VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${APP_VER}"
10 VIProductVersion "1.0.0.0"
11 VIAddVersionKey "ProductName"     "${BrandShortName}"
12 VIAddVersionKey "CompanyName"     "${CompanyName}"
13 VIAddVersionKey "LegalTrademarks" "${BrandShortName} is a Trademark of The Mozilla Foundation."
14 VIAddVersionKey "LegalCopyright"  "${CompanyName}"
15 VIAddVersionKey "FileVersion"     "${AppVersion}"
16 VIAddVersionKey "ProductVersion"  "${AppVersion}"
17 ;VIAddVersionKey "Comments"        "Comments"