SpeechExec Setup Configuration
SpeechExec Setup Configuration
1 General
You can use the following setup types:
You can prevent this by installing the .NET Framework before the SpeechExec setup is
started. The necessary file is located on the installation media in the
ISSetupPrerequisites/{06D565DC-042E-4F1B-8702-2E0BD0F22805} folder.
Use one of the following commands to start a silent installation of .NET Framework 4.8:
NDP48-X86-X64-ALLOS-ENU.exe /q
Additionally, you could use the /norestart parameter to prevent restart if it is absolute
necessary.
3 Basic Setup.exe parameters
The most important parameters passed directly to Setup.EXE (indicated as
[exe_parameters] in the command-line above):
- /x: Uninstall mode
- /v: Pass arguments to MSIExec (MSI parameters, see 4. Setup project parameters
(MSI parameters))
- /Lxxxx: Setup language (xxxx is the language ID. Supported languages are
described in 5. Supported languages.)
See 6.2. Silent installation
A silent installation can be started by adding the /s parameter right after the
setup.exe filename in the command line. For example:
Silent installation to a specific folder:
setup.exe /s /V"/qn INSTALLDIR=c:\SpeechExec"
5 Supported languages
Users can use the /L option with the decimal language ID to specify the language used by
a multi-language installation program.
For example, the command to specify German is: Setup.exe /L1031
6 Examples
6.1 Interactive installation
Installation of SpeechExec with SpeechMike Pro and serial Footcontrol drivers without
documentation:
setup.exe /V"/qn DRIVER_PRO=YES DRIVER_FOOTCONTROL=YES"
Installation of enterprise client applications to a specific folder, using central root folder
for configuration:
setup.exe /V"/qn INSTALLDIR=c:\SpeechExec
SEEROOTPATH=\\SEEServer\SEERoot\SEE_Configuration"
7 More information
On setup.exe parameters (InstallShield info):
http://helpnet.macrovision.com/Robo/BIN/Robo.dll?mgr=agm&tpc=%2Frobo%2Fproject
s%2Finstallshield11helplib%2FIHelpSetup_EXECmdLine.htm&wnd=InstallShieldLivingHel
p%7CMain&agt=wsm&ctxid=search%2Fgsearch.asp