Page 1 of 1

Add verbose logging to Command Line Build

Posted: Fri Mar 26, 2021 10:20 am
by ggrewe
With the next update would it be possible to add a verbose logging option to the Command Line build parameters?

We have a couple of setup projects that build without issue from within the UI. When we run the setups from Jenkins, the build fails and there is no indication of what the failure might have been. With Jenkins, we are running the build with the command:

Code: Select all

"C:\Program Files (x86)\Actual Installer\actinst.exe" /S "<PathToAip>"
When we run the build from a command prompt, the setup also fails, without any indication of the error. The build process creates the initial exe, with a size of roughly 3,035k, then the UI flashes and the setup fails. The %errorlevel% is always 1.

Attached is one of the setups that are failing.

Thanks in advance.

Re: Add verbose logging to Command Line Build

Posted: Tue Apr 13, 2021 8:00 am
by Leo
Thank you for this information. We'll check it.