summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-11-29 20:04:18 +0000
committerMichael Meeks <michael.meeks@novell.com>2010-11-29 20:50:40 +0000
commit4ea4d495a6ecefb6386126fcab82760f7e14d1b6 (patch)
tree2ce99789a95ab6f8a818f249512cd2970ffa1739
parente50520069c6446764078441acf1f62858cce9b80 (diff)
make NSIS MUI even more verbose
-rw-r--r--solenv/bin/modules/installer/download.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm
index 25f55abf4..acf8b9bbe 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -1756,7 +1756,7 @@ sub call_nsis
if( $^O =~ /cygwin/i ) { $nsifile =~ s/\\/\//g; }
- my $systemcall = "$makensisexe $nsifile |";
+ my $systemcall = "$makensisexe /V4 /DMUI_VERBOSE=4 $nsifile |";
my $infoline = "Systemcall: $systemcall\n";
push( @installer::globals::logfileinfo, $infoline);