Hello.
After asking a previous question about how to digitally sign an Advanced Installer package in a Jenkins pipeline (script), I implemented the use of the command file from a script as shown:
AdvancedInstaller.com /execute <path_to_project_file> <command_file_path> [-nofail]
However, this ...