Some "useful" output
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1889 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
80c1de2d6e
commit
eae3fc31b7
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,8 @@ Name "Banner.dll test"
|
|||
|
||||
OutFile "Banner Test.exe"
|
||||
|
||||
ShowInstDetails show
|
||||
|
||||
Function .onInit
|
||||
Banner::show /NOUNLOAD "Calculating important stuff..."
|
||||
again:
|
||||
|
@ -12,4 +14,8 @@ Function .onInit
|
|||
FunctionEnd
|
||||
|
||||
Section
|
||||
DetailPrint "Using previous calculations to quickly calculate 1*2000..."
|
||||
Sleep 1000
|
||||
DetailPrint "Eureka! It's $0!!!"
|
||||
DetailPrint ""
|
||||
SectionEnd
|
Loading…
Add table
Add a link
Reference in a new issue