diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-17 06:36:04 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-17 06:36:04 -0500 |
commit | 5b829937bbef50d93a549a0a6c4fab03d696ad74 (patch) | |
tree | d7947e707d35aed73e1864073f6d992335799b2f /browser/installer/windows/nsis/defines.nsi.in | |
parent | 433b04771173d6ca6697213d0281bc4888742113 (diff) | |
download | UXP-5b829937bbef50d93a549a0a6c4fab03d696ad74.tar UXP-5b829937bbef50d93a549a0a6c4fab03d696ad74.tar.gz UXP-5b829937bbef50d93a549a0a6c4fab03d696ad74.tar.lz UXP-5b829937bbef50d93a549a0a6c4fab03d696ad74.tar.xz UXP-5b829937bbef50d93a549a0a6c4fab03d696ad74.zip |
Remove stub installer - Part 2: Basilisk
Diffstat (limited to 'browser/installer/windows/nsis/defines.nsi.in')
-rw-r--r-- | browser/installer/windows/nsis/defines.nsi.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/browser/installer/windows/nsis/defines.nsi.in b/browser/installer/windows/nsis/defines.nsi.in index ffb23ff1c..015ad6620 100644 --- a/browser/installer/windows/nsis/defines.nsi.in +++ b/browser/installer/windows/nsis/defines.nsi.in @@ -55,14 +55,6 @@ !define UpdateChannel "@MOZ_UPDATE_CHANNEL@" !endif -# Due to official and beta using the same branding this is needed to -# differentiante between the url used by the stub for downloading. -!if "@MOZ_UPDATE_CHANNEL@" == "beta" -!define BETA_UPDATE_CHANNEL -!endif - -!define BaseURLStubPing "http://download-stats.mozilla.org/stub" - # ARCH is used when it is necessary to differentiate the x64 registry keys from # the x86 registry keys (e.g. the uninstall registry key). #ifdef HAVE_64BIT_BUILD @@ -93,12 +85,6 @@ VIAddVersionKey "ProductVersion" "${AppVersion}" # Comments is not used but left below commented out for future reference # VIAddVersionKey "Comments" "Comments" -# It isn't possible to get the size of the installation prior to downloading -# so the stub installer uses an estimate. The size is derived from the size of -# the complete installer, the size of the extracted complete installer, and at -# least 15 MB additional for working room. -!define APPROXIMATE_REQUIRED_SPACE_MB "145" - # Control positions in Dialog Units so they are placed correctly with # non-default DPI settings !define OPTIONS_ITEM_EDGE_DU 90u |