ListPackage Command

Lists the artifacts contained in an .msi file generated by BizTalk Server.

Usage

BTSTask ListPackage [/Package:value]

Parameters

Parameter Required Description
/Package or /P Yes Name and path of the .msi file. Example: C:\MSI\MyApplication.msi. If the path includes spaces, it must be enclosed in double quotation marks (").

Sample

ListPackage /Package:"C:\My MSI Files\MyApplication.msi"

Remarks

Parameters are not case-sensitive. You do not need to type the entire parameter name to specify it; you can type the first few letters of the parameter name that identify it unambiguously.

See Also

BTSTask Command-Line Reference