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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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…