diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-11-29 20:04:18 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-11-29 20:50:40 +0000 |
commit | 4ea4d495a6ecefb6386126fcab82760f7e14d1b6 (patch) | |
tree | 2ce99789a95ab6f8a818f249512cd2970ffa1739 | |
parent | e50520069c6446764078441acf1f62858cce9b80 (diff) |
make NSIS MUI even more verbose
-rw-r--r-- | solenv/bin/modules/installer/download.pm | 2 |
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); |