Exit code =1619 (RSS Feed)

(imported topic written by lindsay91)

I get this error after I push down a task.

It gets a completed status but is not succeeded.

Here is the command lines that I have used without success:

MSIEXEC /I Antidote_HD.msi /update “Maj_AntidoteHD_v4.msp” TRANSFORMS=Reseau.mst /qn

MSIEXEC /I Antidote_HD.msi /update “\server\directory\Maj_AntidoteHD_v4.msp” TRANSFORMS=Reseau.mst /qn

MSIEXEC /I Antidote_HD.msi /qn (even this plain one did the same thing)

(imported comment written by gjeremia91)

ensure you are also using “run”, “wait”, “runhidden” or “waithidden”, e.g.:

wait msiexec /i something.msi /qn “/q REBOOT=ReallySuppress”

Another option is to dynamically create a batch file with actionscript. The batch file can contain the msiexec commands.