Default verbosity is /V3 without logo, MakeNSISW still uses /V4

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6375 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2013-06-08 18:48:38 +00:00
parent 4a221a8995
commit 47e481a3bf
7 changed files with 33 additions and 11 deletions

View file

@ -284,7 +284,7 @@ int _tmain(int argc, TCHAR **argv)
int argpos=0;
bool in_files=false;
bool do_cd=true;
bool no_logo=false;
bool no_logo=true;
bool initialparsefail=false;
bool noconfig=false;
#ifdef _WIN32