Prev Previous Post   Next Post Next
Old 16th July 2007, 15:21   #4
123mobile
Junior Member
 
Join Date: Jul 2007
Posts: 17
It is not about notepad

Notepad was just an example, my problem is whanever I am using nsExec it is not coming to the point of completion so that I can exit my installer properly, I have to kill the process from taskmanager. It is somehow not returning back.
Use rather this script, the same thing will
happen.

;NSI script begins--------------------------
Name "nsExec Test"

OutFile "nsExec Test.exe"

ShowInstDetails show


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

;NSI 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