"\\Server\Share\RCT\setup.exe" /L1031 /s /v"/qn"
•
To install RecMic Configuration Tool without the AUTOSTART option (default is YES):
"\\Server\Share\RCT\setup.exe" /s /v"AUTOSTART=NO /qn"
Command lines for msiexec
•
To install using setup.exe, use the following syntax:
msiexec /i "\\Server\Share\RCT\RecMicConfiguration.msi" /qn
•
To install RecMic Configuration Tool with the language option (the following command specifies the
default language to German):
msiexec /i "\\Server\Share\RCT\RecMicConfiguration.msi" TRANSFORMS=1031.mst /qn
•
To install RecMic Configuration Tool without the AUTOSTART option (default is YES):
msiexec /i "\\Server\Share\RCT\RecMicConfiguration.msi" AUTOSTART=NO /qn