I need to know how can I run a batch file using the nsis script installation.
Archive: batch file
I need to know how can I run a batch file using the nsis script installation.
ExecShell open '$INSTDIR\yourbatchfile.bat'
And of course you can use any other directory then $instdir. :)