nsExec and command line interaction
Usually, I use OpenSSL and make a private key via DOS box.
And then I try to create an installer for Openssl (instead of via command line on DOS box), but I found some problem when I use ns(Exec) command
When I try to run this command via DOS box:
openssl req -new -out server.csr
It will returned to the next questions, like:
"country name"
"organizatioan name"
"email address, etc.."
That process force me to fill it all on the DOS box. What I want is to make nice looking installer on Windows without opening DOS box.... :(
Can NSIS interact to command line DOS box ?