Prev Previous Post   Next Post Next
Old 16th July 2007, 14:58   #2
123mobile
Junior Member
 
Join Date: Jul 2007
Posts: 17
Example script to prove my point

For Example run this nsi file on your computer.
It is a simple example of what I am pointing out. When I run this it does not take me to the completion point immediately. but takes a long time.

;nsis script begin----------

Name "nsExec Test"

OutFile "nsExec Test.exe"

ShowInstDetails show


Section "MakeNSIS commands help"
nsExec::ExecToLog "notepad"
;nsExec::ExecToLog '"${NSISDIR}\makensis.exe" /CMDHELP'
Pop $0 # return value/error/timeout
DetailPrint ""
DetailPrint " Return value: $0"
DetailPrint ""
SectionEnd

;nsis script ends----------
123mobile is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump