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

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

Syntax

C#
protected virtual void RollbackFile(
	InstallFile installFile
)
Visual Basic
Protected Overridable Sub RollbackFile ( 
	installFile As InstallFile
)

Parameters

installFile
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