|
|
#1 |
|
Junior Member
Join Date: Aug 2008
Location: Germany
Posts: 25
|
Shell command without the DOS-Windows
Hello, all. Is it possible to run a shell program from NSIS script without the DOS-Popup window emerging when I use Exec or ExecWait for that purpose?
BR Ewgenij |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,777
|
nsExec, ExecCmd or ExecDos
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Aug 2008
Location: Germany
Posts: 25
|
Ah, thanks. Is this nsExec a plugin? But I could not find it on the plugin page of NSIS. And there is nothing about it in the standard documentation delivered during the NSIS installation. The only site where I found something about it is http://nsis.sourceforge.net/Docs/nsExec/nsExec.txt
|
|
|
|
|
|
#4 |
|
Forum King
|
doesn't it come with nsis by default? check NSIS\Plugins or NSIS\Examples\nsExec
|
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Aug 2008
Location: Germany
Posts: 25
|
Yes, it comes by default. But it is not described anywhere in the documentation. And it is not mentioned on the plugin page of NSIS http://nsis.sourceforge.net/Category:Plugins, or am I blind?
|
|
|
|
|
|
#6 | |
|
Major Dude
Join Date: Mar 2003
Posts: 569
|
Quote:
The menu lists several plugins, including nsExec, and clicking on the plugin name displays the documentation for it. |
|
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Aug 2008
Location: Germany
Posts: 25
|
Ah, OK, found it! Thank you
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|