Search code examples
command-linescriptinginstallationcommand-promptnsis

How do i get the return value from command prompt in NSIS installer?


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.


Solution

  • The ExecDos plugin can provide stdin text to the command you are executing.