Invoking MSI installer in Paquet Builder

Lyle

New member
I am using Paquet Builder 3.3.1 in Windows 7

I have successfully created a build that has three components in this order
  1. Batch File
  2. MSI installer
  3. 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
 
Thank you for the response. That did not work - results in misexec prompting for a correct option.

However I was able to invoke a BAT file with the following command

msiexec /a myInstaller.msi

This works however it looks a bit untidy because it leaves a DOS window open until the installer completes
 
Back
Top