Hi all,
I’m making an installer that installs stunnel as a dependency, and I’d like to customize its install directory while running it in silent mode.
Per the NSIS docs, my command has the /S switch for silent mode, but when I try /D=[path], the installer ignores it and installs to Program Files (x86)/stunnel anyway.
Is there a workaround for this?
Thanks,
Aaron