CharacterCount Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation CharacterCount Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSummaryInfoCharacterCount
Gets or sets the CharacterCount summary information property.
Declaration Syntax
C# Visual Basic Visual C++
public int CharacterCount { get; set; }
Public Property CharacterCount As Integer
	Get
	Set
public:
property int CharacterCount {
	int get ();
	void set (int value);
}
Property Value
Remarks

The CharacterCount summary information property is only used in transforms. This part of the summary information stream is divided into two 16-bit words. The upper word contains the transform validation flags. The lower word contains the transform error condition flags.

Win32 MSI APIs: MsiSummaryInfoGetProperty, MsiSummaryInfoSetProperty

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)