RefCountingInstaller Constructor

[This is internal Microsoft documentation - Do not distribute.]

Instantiates an instance of the RefCountingInstaller.

Namespace: Microsoft.Webstore.Common
Assembly: ICL (in icl.dll)

Syntax

'Declaration

  Public Sub New ( _
    productName As String, _
    packageName As String _
)
  public RefCountingInstaller (
    string productName,
    string packageName
)

Parameters

  • productName
    The product that the package belongs to. This will be the name of the registryKey.
  • packageName
    The package that RefCountingInstaller belongs to.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

RefCountingInstaller Class
RefCountingInstaller Members
Microsoft.Webstore.Common Namespace