-
Key in:
msiexec /i <msipath>\acquire.msi /qn /l* <logpath>\AcquireInstall.log
where <msipath> is the path to the acquire.msi and where <logpath> is the (optional) path where you want the log file to be written. You can choose your own log file name. If you do not specify a path, the log file will be written to the folder under which the msiexec command is executed.
All installation events and messages will be logged into the log file (identified by the l* parameter). View that file using Notepad, or a similar editor, to look for any error or warning messages.