We have a build task on our build server, which runs a script to generate MSP files via command line version of AI.
The windows service hosting the build task runs as "network service" user. Currently the build gets stuck at this step, when generating th pcp database:
msiexec.exe /a "path to.msi" /qb TARGETDIR="path to updated" REBOOT="ReallySuppress"
At this step the build as to be canceled, as it would sit there forever.
The problem is "/qb" for headless machines, as this triggers a progress dialog.
My question: Is there a way to change this call to use "/qn" instead?
We use AI 11.0 enterprise.