From 73d1d6d1bb326ea09d6463912787e37af9453b34 Mon Sep 17 00:00:00 2001 From: "mattwillis%gmail.com" Date: Thu, 29 Jun 2006 20:40:21 +0000 Subject: [PATCH] disabling nsis installer so we can generate a usable nightly --- tools/tinderbox-configs/sunbird/win32/tinder-config.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tinderbox-configs/sunbird/win32/tinder-config.pl b/tools/tinderbox-configs/sunbird/win32/tinder-config.pl index a675eb7ec01f..99d3eb75b1ac 100644 --- a/tools/tinderbox-configs/sunbird/win32/tinder-config.pl +++ b/tools/tinderbox-configs/sunbird/win32/tinder-config.pl @@ -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} = 1; +$ENV{MOZ_INSTALLER_USE_7ZIP} = 0; # $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} = 1; +$ENV{MOZ_PACKAGE_NSIS} = 0; # $ENV{MOZ_PACKAGE_MSI} #-----------------------------------------------------------------------------