compiler.package.excelClientForProductionServer
Create an installer for an Excel client for MATLAB Production Server
Since R2021b
Syntax
Description
compiler.package.excelClientForProductionServer(
creates an Excel® client installer using the results
)compiler.build.Results
object results
generated from the
compiler.build.excelClientForProductionServer
function.
compiler.package.excelClientForProductionServer(
creates an installer using the results
,Name,Value
)compiler.build.Results
object
results
with additional options specified using one or more
name-value arguments.
compiler.package.excelClientForProductionServer(
creates an installer using the results
,'Options',opts
)compiler.build.Results
object
results
with installer options specified by an
InstallerOptions
object opts
. If you use an
InstallerOptions
object, you cannot specify any other options using
name-value arguments.
compiler.package.excelClientForProductionServer(
creates an installer for files generated by the files
,clientLibrary
,serverArchive
)mcc
or
compiler.build.excelClientForProductionServer
command.
clientLibrary
is the name of Excel Client library and
serverArchive
is the name of the CTF file deployed on the Production
Server.
compiler.package.excelClientForProductionServer(
creates an installer for files generated by the files
,clientLibrary
,serverArchive
,Name,Value
)mcc
or
compiler.build.excelClientForProductionServer
command. The installer
can be customized using optional name-value arguments.
compiler.package.excelClientForProductionServer(
creates an installer for files generated by the files
,'Options',opts
)mcc
command with
installer options specified by an InstallerOptions
object
opts
. If you use an InstallerOptions
object, you
cannot specify any other options using name-value arguments.
Examples
Input Arguments
Version History
Introduced in R2021b