1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/branding/unofficial/branding.nsi Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,44 @@ 1.4 +# This Source Code Form is subject to the terms of the Mozilla Public 1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.7 + 1.8 +# NSIS branding defines for unofficial builds. 1.9 +# The official release build branding.nsi is located in other-license/branding/firefox/ 1.10 +# The nightly build branding.nsi is located in browser/installer/windows/nsis/ 1.11 + 1.12 +# BrandFullNameInternal is used for some registry and file system values 1.13 +# instead of BrandFullName and typically should not be modified. 1.14 +!define BrandFullNameInternal "Mozilla Developer Preview" 1.15 +!define CompanyName "mozilla.org" 1.16 +!define URLInfoAbout "https://www.mozilla.org" 1.17 +!define HelpLink "https://support.mozilla.org" 1.18 + 1.19 +!define URLStubDownload "http://download.mozilla.org/?os=win&lang=${AB_CD}&product=firefox-latest" 1.20 +!define URLManualDownload "https://www.mozilla.org/${AB_CD}/firefox/installer-help/?channel=release&installer_lang=${AB_CD}" 1.21 +!define Channel "unofficial" 1.22 + 1.23 +# The installer's certificate name and issuer expected by the stub installer 1.24 +!define CertNameDownload "Mozilla Corporation" 1.25 +!define CertIssuerDownload "Thawte Code Signing CA - G2" 1.26 + 1.27 +# Dialog units are used so the UI displays correctly with the system's DPI 1.28 +# settings. 1.29 +# The dialog units for the bitmap's dimensions should match exactly with the 1.30 +# bitmap's width and height in pixels. 1.31 +!define APPNAME_BMP_WIDTH_DU 159u 1.32 +!define APPNAME_BMP_HEIGHT_DU 50u 1.33 +!define INTRO_BLURB_WIDTH_DU "230u" 1.34 +!define INTRO_BLURB_EDGE_DU "198u" 1.35 +!define INTRO_BLURB_LTR_TOP_DU "16u" 1.36 +!define INTRO_BLURB_RTL_TOP_DU "11u" 1.37 + 1.38 +# UI Colors that can be customized for each channel 1.39 +!define FOOTER_CONTROL_TEXT_COLOR_NORMAL 0x000000 1.40 +!define FOOTER_CONTROL_TEXT_COLOR_FADED 0x999999 1.41 +!define FOOTER_BKGRD_COLOR 0xFFFFFF 1.42 +!define INTRO_BLURB_TEXT_COLOR 0xFFFFFF 1.43 +!define INSTALL_BLURB_TEXT_COLOR 0xFFFFFF 1.44 +!define INSTALL_PROGRESS_TEXT_COLOR_NORMAL 0xFFFFFF 1.45 +!define COMMON_TEXT_COLOR_NORMAL 0xFFFFFF 1.46 +!define COMMON_TEXT_COLOR_FADED 0xA1AAB3 1.47 +!define COMMON_BKGRD_COLOR 0x0F1B26