User`s guide
9 Reference Information
Frequently Used Options for MCRInstaller.exe (Contin ued)
Option
Te ll s Insta llShield to...
/s
Run the installation in silent mode based on the
responses contained in a default response file.
Theremustbeaspaceafter
/s.
/v
Pass command-line options and values of public
properties to
Msiexec.exe. Makesurethere
is no space after
/v. Also, note that you can
usedoublequotationmarks(
"") to delimit the
arguments to
/v, but you still cannot have a
space between
/v and the enclosing quotation
marks.
/w
Wa it until the installation is complete before
exiting.
Examples: MCRInstaller.exe Command Line
Fo r example, the followin g command:
MCRInstaller.exe /L103 3 /s /v"/qn INSTALLDIR =D:\MCR\current_release"
tells InstallShield to:
• Run silently (
/s).
• Use the Englis h language option (
L1033).
• Pass arguments to
Msiexec.exe (/v).
• Install quietly (
/q).
• Install w ith no GUI (
/n).
• Set the
INSTALLDIR property to point to D:\MCR\current_re lease
instead of the default, which is matla broo t\MATLAB Component
Runtime\mcrversion
,wherematlabroot is the root directory for the
MATLAB installation and
mcrversion is the version number of the MCR.
9-14