CodePage Property

Microsoft Deployment Tools

Deployment Tools Foundation CodePage Property
Gets or sets the CodePage summary information property.
Declaration Syntax
C# Visual Basic Visual C++
public short CodePage { get; set; }
Public Property CodePage As Short
public:
property short CodePage {
	short get ();
	void set (short value);
}
Remarks

The Codepage summary information property is the numeric value of the ANSI code page used for any strings that are stored in the summary information. Note that this is not the same code page for strings in the installation database. The Codepage summary information property is used to translate the strings in the summary information into Unicode when calling the Unicode API functions. The Codepage summary information property must be set before any string properties are set in the summary information.

Win32 MSI APIs: MsiSummaryInfoGetProperty, MsiSummaryInfoSetProperty

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)