The AttachInstallerInfo method attachs an InstallerInfo instance to the Package

Namespace: DotNetNuke.Services.Installer.Packages
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void AttachInstallerInfo(
	InstallerInfo installer
)
Visual Basic
Public Sub AttachInstallerInfo ( 
	installer As InstallerInfo
)

Parameters

installer
Type: DotNetNuke.Services.Installer..::..InstallerInfo
The InstallerInfo instance to attach

See Also