I am trying to get the password which i entered in the command prompt while generating key store in the NSIS installer script.
How do i get the password from command prompt in a variable??
Thanks in advance.
The ExecDos plugin can provide stdin text to the command you are executing.