Hiding Dialog Boxes That Require User Input
You can use the optional QR parameter to hide dialog boxes that require user input.
To hide dialog boxes that require user input
Append the QR parameter to the
msiexec
command.For example:
msiexec.exe /I CRMDesktop.msi INSTALLDIR=c:\My_Custom_Directory/QR
If you add this parameter, then the CRMDesktop.msi installation package does not display dialog boxes that require user input.