How do I create a silent script for a Dictation or Transcription Module in Workgroup mode?

You may find it easier to install Dictation and/or Transcription Modules in workgroup mode using a silent script (aka unattended script).  In the example below I have provided an example of how to write one. msiexec.exe /I Dssplayer.msi SYSTEM=WORKGROUP REPOSITORY=L:OLYMPUS_Repository SETTING=INDIVIDUAL LM=127.0.0.1  MODULE=TM /qn  /l*v install.log Now that you have seen the example let me…