enabling NSIS installer after fix of bug 343218

This commit is contained in:
mattwillis%gmail.com 2006-07-01 00:37:55 +00:00
parent 13351e2f4e
commit 411f5f9a04
2 changed files with 4 additions and 4 deletions

View File

@ -17,5 +17,5 @@ ac_add_options --enable-optimize
ac_add_options --enable-static
ac_add_options --disable-shared
#ac_add_options --enable-extensions=lightning
ac_add_options --disable-installer
ac_add_options --enable-installer
ac_add_options --disable-tests

View File

@ -11,14 +11,14 @@
#-----------------------------------------------------------------------------
# Purpose: Controls whether a 7-Zip Self Extracting Full Installer is made.
# Requires: Windows and a local 7-Zip installation.
$ENV{MOZ_INSTALLER_USE_7ZIP} = '';
$ENV{MOZ_INSTALLER_USE_7ZIP} = '1';
# $ENV{MOZ_PACKAGE_NSIS}
#-----------------------------------------------------------------------------
# Purpose: Controls whether the Nullsoft Installer System is used for
# creating an installer.
# Requires: Windows and a local NSIS installation.
$ENV{MOZ_PACKAGE_NSIS} = '';
$ENV{MOZ_PACKAGE_NSIS} = '1';
# $ENV{MOZ_PACKAGE_MSI}
#-----------------------------------------------------------------------------
@ -215,7 +215,7 @@ $url_path = "http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/nightl
$milestone = "trunk";
$notify_list = "build-announce\@mozilla.org";
$stub_installer = 0;
$sea_installer = 0;
$sea_installer = 1;
$archive = 1;
$push_raw_xpis = 0;