I have successfully created a build that has three components in this order
Batch File
MSI installer
MSI installer
The 3) MSI installer I would like to invoke it with the /A option
For example if I were to run from a command prompt in windows I would type
msicexce /A MyInstall.msi
Note the /A is not a parameter it is an option.
How can this be accomplished within Paquet Builder