Product.GetInstaller(Language) Method

Definition

Gets the installer for the current product given a specified language.

public:
 Microsoft::Web::PlatformInstaller::Installer ^ GetInstaller(Microsoft::Web::PlatformInstaller::Language ^ language);
public Microsoft.Web.PlatformInstaller.Installer GetInstaller (Microsoft.Web.PlatformInstaller.Language language);
member this.GetInstaller : Microsoft.Web.PlatformInstaller.Language -> Microsoft.Web.PlatformInstaller.Installer

Parameters

language
Language

A Language object that specifies the language to use for the installer.

Returns

A Microsoft.Web.PlatformInstaller instance.

Applies to