|
|
|
|
#1 |
|
Junior Member
Join Date: Mar 2013
Posts: 23
|
rew
I want doing that,
but in my .bat i have a condition if it depend of the valu return from executed command, in NSIS, can doing that ? my script is like : for /F %%i in ('perl.exe -Version') do set ver=%%i if "%ver%" EQU "perl not installed " goto install :install install perl |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Feb 2007
Posts: 672
|
You can get the printed text from a command with nsExec::ExecToStack (and skip batch file):
code: |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|