diff --git a/mozilla/tools/tinderbox/tinder-defaults.pl b/mozilla/tools/tinderbox/tinder-defaults.pl index ffff9ea62a7..9a85a89a385 100644 --- a/mozilla/tools/tinderbox/tinder-defaults.pl +++ b/mozilla/tools/tinderbox/tinder-defaults.pl @@ -1,3 +1,6 @@ +$ENV{MOZ_PACKAGE_MSI} = 0; # Default: 0. Create a MSI package where possible. + # (Requires Windows + local MakeMSI installation.) + #- PLEASE FILL THIS IN WITH YOUR PROPER EMAIL ADDRESS #$BuildAdministrator = "$ENV{USER}\@$ENV{HOST}"; $BuildAdministrator = ($ENV{USER} || "cltbld") . "\@" . ($ENV{HOST} || "dhcp");