The RollbackFile method rolls back the install of a single file.
Namespace: DotNetNuke.Services.Installer.InstallersAssembly: 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