ApplicationContext.InstallApplication Method
Runs the application installation package.
Syntax
public void InstallApplication(
string package,
InstallationOptions options
);
Parameters
package
System.String. The URI to the installation package.
options
Microsoft.MediaCenter.Hosting.InstallationOptions. Specifies any installation options.
Return Value
This method does not return a value.
Requirements
Reference: Microsoft.MediaCenter
Namespace: Microsoft.MediaCenter.Hosting
Assembly: Microsoft.MediaCenter.dll
Platform: Windows 7
See Also