I would like to run batch file to install application. For example, when i install adobe reader, i would like to run this command in a batch : msiexec /i reader.msi transforms=reader.mst /qn. Also, when my batch contain only one line, it's possible to specify the command line, msiexec..., directly in the package deployment.
Thank You