Created attachment 26759 [details] Patch to add /V2 flag The NSIS phase currently generates so much output it is all but impossible to detect any warnings. Using the switch /V2 restricts output to warnings and errors only.
FYI: with the patch in place, output looks like: [exec] MakeNSIS v2.46 - Copyright 1995-2009 Contributors [exec] See the file COPYING for license details. [exec] Credits can be found in the Users Manual. [exec] [exec] Command line defined: "NSISDIR=/usr/share/java/nsis-2.46" [exec] ---------------------------------------------------------------------- [exec] NSIS String Functions Header File 1.09 - Copyright 2004 Diego Pedroso [exec] ---------------------------------------------------------------------- [exec] (D:\usr\share\java\nsis-2.46\Include\StrFunc.nsh:52) [exec] $ {StrRep} - Copyright 2004 Diego Pedroso - Based on functions by Hendri Adriaens (macro:STRFUNC_FUNC:11) [exec] $ {StrRep} "$0" "$0" "&" "&" (macro:FUNCTION_STRING_StrRep_Call:3) [exec] $ {StrRep} "$0" "$0" """ """ (macro:FUNCTION_STRING_StrRep_Call:3) [exec] $ {StrRep} "$0" "$0" "<" "<" (macro:FUNCTION_STRING_StrRep_Call:3) [exec] $ {StrRep} "$0" "$0" ">" ">" (macro:FUNCTION_STRING_StrRep_Call:3)
Fixed in 7.0.x and will be included in 7.0.12 onwards.