Adding multiple installation commands for msiexec

Adding multiple installation commands for msiexec

I am trying to create an installation package for Cisco AnyConnect. There are several modules I need to install that are contained in individual MSI files. How do I enter multiple commands for msiexec to install all required modules? I tried putting in each command in the "Installation Command with Switches/Arguments" field with just a carriage return between each command, but ManageEngine threw an error when I hit "Save Package". Here is an example of the commands I am trying to run:

msiexec /package \\itwsus\e$\Desktopcentralrepo\Cisco\AnyConnect\anyconnect-win-4.7.01076-core-vpn-predeploy-k9.msi /norestart /passive /lvx* anyconnect-win-4.7.01076-core-vpn-predeploy-k9-install-datetimestamp.log
msiexec /package \\itwsus\e$\Desktopcentralrepo\Cisco\AnyConnect\anyconnect-win-4.7.01076-dart-predeploy-k9.msi /norestart /passive /lvx* anyconnect-win-4.7.01076-dart-predeploy-k9-install-datetimestamp.log
msiexec /package \\itwsus\e$\Desktopcentralrepo\Cisco\AnyConnect\anyconnect-win-4.7.01076-gina-predeploy-k9.msi /norestart /passive /lvx* anyconnect-win-4.7.01076-gina-predeploy-k9-install-datetimestamp.log

It works if I only use one command. Do I need to put all commands in a script and reference the script file?

                New to ADSelfService Plus?