Is it posible to pipe Nsis installer log to console druing the silent install. Installer is third party so I can't change it. Thanks in advance.
feedback
|
|
NSIS is a GUI app and does not really support output to the console. There are two ways to get console output:
Both of these require changes to the installer so it can only be done by the author of the installer... | |||
|
feedback
|