!verbose stuff in System.nsh

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1479 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-10-26 21:51:39 +00:00
parent c9bb8f31f6
commit 593a511516
4 changed files with 10 additions and 11 deletions

View file

@ -1,10 +1,12 @@
;Modern UI Macro System 1.3 ;NSIS Modern User Interface version 1.3
;Macro System
;Written by Joost Verburg ;Written by Joost Verburg
;See Basic.nsi, Multilanguage.nsi and InstallOptions.nsi ;See Basic.nsi, Multilanguage.nsi and InstallOptions.nsi
;in the Examples\Modern UI directory for examples of usage. ;in the Examples\Modern UI directory for examples of usage.
;-------------------------------- ;--------------------------------
!verbose 3
!ifndef MUI_MACROS_USED !ifndef MUI_MACROS_USED
@ -625,4 +627,7 @@ FunctionEnd
!macroend !macroend
!endif !endif
!verbose 4
;--------------------------------

View file

@ -5,9 +5,7 @@
!define NAME "Test Software" ;Define your own software name here !define NAME "Test Software" ;Define your own software name here
!define VERSION "1.0" ;Define your own software version here !define VERSION "1.0" ;Define your own software version here
!verbose 3 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
!include "${NSISDIR}\Contrib\Modern UI\System.nsh"
!verbose 4
;$9 is the variable used to store the current page, do not use this var! ;$9 is the variable used to store the current page, do not use this var!

View file

@ -5,9 +5,7 @@
!define NAME "Test Software" ;Define your own software name here !define NAME "Test Software" ;Define your own software name here
!define VERSION "1.0" ;Define your own software version here !define VERSION "1.0" ;Define your own software version here
!verbose 3 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
!include "${NSISDIR}\Contrib\Modern UI\System.nsh"
!verbose 4
;-------------------------------- ;--------------------------------
;Configuration ;Configuration

View file

@ -5,9 +5,7 @@
!define NAME "Test Software" ;Define your own software name here !define NAME "Test Software" ;Define your own software name here
!define VERSION "1.0" ;Define your own software version here !define VERSION "1.0" ;Define your own software version here
!verbose 3 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
!include "${NSISDIR}\Contrib\Modern UI\System.nsh"
!verbose 4
;$9 is the variable used to store the current page, do not use this var! ;$9 is the variable used to store the current page, do not use this var!