FranB
Posts: 9
Joined: Mon Apr 08, 2019 12:41 pm

Does RepackagerCLI and AdvancedInstaller.com cli create a log file?

Hi.
I've been searching the web to find if both RepackagerCLI.exe and AdvancedInstaller.com (when Building MSI) programs create a log file when running silently.
When you build a MSI (not sure if happens when repackaging) via the user interface you get a window where the actions are logged.
I'd like to know if both or any of the programs create log files and where they create it.

Thanks
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Does RepackagerCLI and AdvancedInstaller.com cli create a log file?

Hi,

I am afraid we do not have any log support for none of the mentioned CLI tools.

In what regards AdvancedInstaller.com, you can try to manually redirect its output to a text file, e.g. using a command line like this:

Code: Select all

AdvancedInstaller.com /build myProject.aip > log.txt
However, our RepackagerCLI.exe tool does not return any output so the above workaround solution cannot be used for it.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”