summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/download.pm
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-30 14:07:33 +0000
commit067d1f596e953b99486a9fc72f81b4f50ce9def3 (patch)
tree4cccf4405e4f401ddba5aaae65bac6269a8ec7fb /solenv/bin/modules/installer/download.pm
parent517a8bc2fa91dcd5e0db659fe76ba74d955ec588 (diff)
make NSIS MUI even more verbose
Diffstat (limited to 'solenv/bin/modules/installer/download.pm')
-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 c1537d17111b..b248f5aaddd6 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -1781,7 +1781,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);