Add verbose logging to Command Line Build

Feature requests.
Post Reply
ggrewe
Posts: 25
Joined: Mon Nov 30, 2015 5:50 pm

Add verbose logging to Command Line Build

Post 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.
Leo
Site Admin
Posts: 455
Joined: Fri Jan 22, 2010 12:40 pm

Re: Add verbose logging to Command Line Build

Post by Leo »

Thank you for this information. We'll check it.
Leo,
Actual Installer Team
https://www.actualinstaller.com
Post Reply