IYIaster
28th May 2009 20:50 UTC
running a jar command inside of nsis.
I have a jar file that extracts i would like to run a command inside of nsis that would extract this. here is the command I run from a command line: jar xvf file.jar (jar is jar.exe and the path is already setup so from a windows command line we use jar)
IYIaster
28th May 2009 22:50 UTC
OK I got it working using Nzipdll::nzip /PROGBAR "$EXEDIR\Shared\file.jar" "C:\"
already using nzipdll to extract some zips in my installer
malcolmdavis
29th May 2009 17:33 UTC
nsExec will execute command-line based programs and capture the output without opening a dos box.