The RollbackFile method rolls back the install of a single file.

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

Syntax

C#
protected override void RollbackFile(
	InstallFile insFile
)
Visual Basic
Protected Overrides Sub RollbackFile ( 
	insFile As InstallFile
)

Parameters

insFile
Type: DotNetNuke.Services.Installer..::..InstallFile
The InstallFile to commit

Remarks

For new installs this removes the added file. For upgrades it restores the backup file created during install

See Also