-
-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename installer and related directives to Waterfox.
- Loading branch information
Alex Kontos
committed
May 6, 2019
1 parent
d432495
commit bbe37ac
Showing
19 changed files
with
214 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;!@Install@!UTF-8! | ||
Title="Mozilla Firefox" | ||
Title="Waterfox" | ||
RunProgram="setup.exe" | ||
;!@InstallEnd@! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,17 +21,17 @@ | |
!endif | ||
|
||
# These defines should match application.ini settings | ||
!define AppName "Firefox" | ||
!define AppName "Waterfox" | ||
!define AppVersion "@APP_VERSION@" | ||
!define GREVersion @MOZILLA_VERSION@ | ||
!define AB_CD "@AB_CD@" | ||
|
||
!define FileMainEXE "@[email protected]" | ||
!define WindowClass "FirefoxMessageWindow" | ||
!define WindowClass "WaterfoxMessageWindow" | ||
!define MainWindowClass "MozillaWindowClass" | ||
!define DialogWindowClass "MozillaDialogClass" | ||
!define DDEApplication "Firefox" | ||
!define AppRegName "Firefox" | ||
!define DDEApplication "Waterfox" | ||
!define AppRegName "Waterfox" | ||
|
||
!ifndef DEV_EDITION | ||
!define BrandShortName "@MOZ_APP_DISPLAYNAME@" | ||
|
@@ -40,11 +40,11 @@ | |
!define BrandFullName "${BrandFullNameInternal}" | ||
!endif | ||
|
||
!define CERTIFICATE_NAME "Mozilla Corporation" | ||
!define CERTIFICATE_NAME "Waterfox Limited" | ||
!define CERTIFICATE_ISSUER "DigiCert SHA2 Assured ID Code Signing CA" | ||
; Changing the name or issuer requires us to have both the old and the new | ||
; in the registry at the same time, temporarily. | ||
!define CERTIFICATE_NAME_PREVIOUS "Mozilla Corporation" | ||
!define CERTIFICATE_NAME_PREVIOUS "Waterfox Limited" | ||
!define CERTIFICATE_ISSUER_PREVIOUS "DigiCert Assured ID Code Signing CA-1" | ||
|
||
# LSP_CATEGORIES is the permitted LSP categories for the application. Each LSP | ||
|
@@ -94,7 +94,7 @@ | |
!define BETA_UPDATE_CHANNEL | ||
!endif | ||
|
||
!define BaseURLStubPing "http://download-stats.mozilla.org/stub" | ||
!define BaseURLStubPing "" | ||
|
||
# ARCH is used when it is necessary to differentiate the x64 registry keys from | ||
# the x86 registry keys (e.g. the uninstall registry key). | ||
|
@@ -159,7 +159,7 @@ VIAddVersionKey "ProductVersion" "${AppVersion}" | |
!define APPNAME_BMP_TOP_DU 12u | ||
|
||
# Constants for parts of the telemetry submission URL | ||
!define TELEMETRY_BASE_URL https://incoming.telemetry.mozilla.org/submit | ||
!define TELEMETRY_BASE_URL | ||
!define TELEMETRY_NAMESPACE firefox-installer | ||
!define TELEMETRY_INSTALL_PING_VERSION 1 | ||
!define TELEMETRY_INSTALL_PING_VERSION 0 | ||
!define TELEMETRY_INSTALL_PING_DOCTYPE install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.