Hi,
can you confirm, that with AI 9.6.1 prebuild tasks are not executed anymore when run from the command line? When run in window mode, the preBuild tasks are executed.
Code: Select all
22:27:56 set new installer version ...
22:27:58 done
22:27:58 start build ...
22:27:58 Checking builds status... done.
22:27:58 Build required.
22:27:59
22:27:59 [ DefaultBuild ]
22:27:59
22:27:59 Building package (de): xxxxx.msi
22:30:02 Creating CAB file(s)... done.
22:30:06 Creating MSI database... done.
22:30:06 Inserting CAB file(s) into MSI... done.
22:30:06 Writing Summary Information... done.
22:30:09 Build time: 2 min 9 sec.
22:30:09
22:30:09
22:30:09 Copying file <source_file> to <destination_file>... Failed to launch application with retCode: 1.
22:30:09 Total build time: 2 min 9 sec.
22:30:09 Build finished successfully.done
Code: Select all
22:27:43 set new installer version ...
22:27:45 done
22:27:45 start build ...
22:27:46 Checking builds status... done.
22:27:46 Build required.
22:27:46
22:27:46 [ DefaultBuild ]
22:27:47 update for x.xml... done.
22:27:47 Update for y.xml... done.
22:27:47
22:27:47 Building package (de): xxxxx.msi
22:29:52 Creating CAB file(s)... done.
22:29:55 Creating MSI database... done.
22:29:56 Inserting CAB file(s) into MSI... done.
22:29:56 Writing Summary Information... done.
22:29:58 Copying file <source_file> to <destination_file>... Failed to launch application with retCode: 1.
22:29:58 Build time: 2 min 12 sec.
22:29:58
22:29:58
22:29:59 Total build time: 2 min 12 sec.