Application.CreateMsiPackage(String, ICollection<Resource>, ICollection<String>, IDictionary<String,Object>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
public:
void CreateMsiPackage(System::String ^ msiPath, System::Collections::Generic::ICollection<Microsoft::BizTalk::ApplicationDeployment::Resource ^> ^ resources, System::Collections::Generic::ICollection<System::String ^> ^ applicationReferences, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ requestProperties);
[System.CLSCompliant(false)]
public void CreateMsiPackage (string msiPath, System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.Resource> resources, System.Collections.Generic.ICollection<string> applicationReferences, System.Collections.Generic.IDictionary<string,object> requestProperties);
member this.CreateMsiPackage : string * System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.Resource> * System.Collections.Generic.ICollection<string> * System.Collections.Generic.IDictionary<string, obj> -> unit
Public Sub CreateMsiPackage (msiPath As String, resources As ICollection(Of Resource), applicationReferences As ICollection(Of String), requestProperties As IDictionary(Of String, Object))
Parameters
- msiPath
- String
- resources
- ICollection<Resource>
- applicationReferences
- ICollection<String>
- requestProperties
- IDictionary<String,Object>
- Attributes