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.

link|improve this question

70% accept rate
Why is this tagged c#? – Anders Jan 28 at 11:17
feedback

1 Answer

up vote 0 down vote accepted

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...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.